Code: Select all
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-12-10T22:58:29.000000000Z" />
<EventRecordID>25088</EventRecordID>
<Channel>Application</Channel>
<Computer>APW</Computer>
<Security />
</System>
<EventData>
<Data>vlc-cache-gen.exe</Data>
<Data>1.3.0.0</Data>
<Data>4ee2b4be</Data>
<Data>libvlccore.dll</Data>
<Data>1.3.0.0</Data>
<Data>4ee2b4d4</Data>
<Data>c0000005</Data>
<Data>00000000000fe281</Data>
<Data>193c</Data>
<Data>01ccb78f3ae52c73</Data>
<Data>C:\Program Files\VideoLAN\VLC\vlc-cache-gen.exe</Data>
<Data>C:\Program Files\VideoLAN\VLC\libvlccore.dll</Data>
<Data>791577da-2382-11e1-a8f0-0009dd400ca5</Data>
</EventData>
</Event>
Code: Select all
libvlccore.dll!000000006a3ae281()
[Frames below may be incorrect and/or missing, no symbols loaded for libvlccore.dll]
libvlccore.dll!000000006a32063d()
libvlccore.dll!000000006a320b66()
libvlccore.dll!000000006a2b1677()
libvlc.dll!00000000696c1632()
vlc.exe!0000000000401eab()
vlc.exe!00000000004013ce()
vlc.exe!00000000004014c8()
Code: Select all
000000006A3AE21F nop
000000006A3AE220 push rbp
000000006A3AE221 push rdi
000000006A3AE222 push rsi
000000006A3AE223 push rbx
000000006A3AE224 sub rsp,38h
000000006A3AE228 mov qword ptr [rsp+78h],r9
000000006A3AE22D lea r9,[rsp+70h]
000000006A3AE232 mov qword ptr [rsp+70h],r8
000000006A3AE237 mov rdi,rcx
000000006A3AE23A mov r8,rdx
000000006A3AE23D xor ecx,ecx
000000006A3AE23F mov rsi,rdx
000000006A3AE242 xor edx,edx
000000006A3AE244 mov qword ptr [rsp+28h],r9
000000006A3AE249 call 000000006A3B2CD0
000000006A3AE24E test eax,eax
000000006A3AE250 mov ebx,eax
000000006A3AE252 js 000000006A3AE284
000000006A3AE254 lea ecx,[rbx+1]
000000006A3AE257 movsxd rcx,ecx
000000006A3AE25A call 000000006A3BDE90
000000006A3AE25F test rax,rax
000000006A3AE262 mov qword ptr [rdi],rax
000000006A3AE265 je 000000006A3AE290
000000006A3AE267 mov r9,qword ptr [rsp+28h]
000000006A3AE26C movsxd rbp,ebx
000000006A3AE26F mov r8,rsi
000000006A3AE272 mov rdx,rbp
000000006A3AE275 mov rcx,rax
000000006A3AE278 call 000000006A3B2CD0
000000006A3AE27D mov rax,qword ptr [rdi+rbp*8]
000000006A3AE281 mov byte ptr [rax],0 <<<<<<<<<< Instruction Pointer is here
000000006A3AE284 mov eax,ebx
000000006A3AE286 add rsp,38h
000000006A3AE28A pop rbx
000000006A3AE28B pop rsi
000000006A3AE28C pop rdi
000000006A3AE28D pop rbp
000000006A3AE28E ret
000000006A3AE28F nop
Ah. Thanks for the information. And good to know. Until now I thought it would be related to my OS's configuration or such.All Win64 binary vlc-1.3.0-git-* has been broken since the end of November. I already reported this issue to trac, and vlc-dev.
So, if I understand correctly, the issue is related to the w64 version of MinGW. I will now have a look at the issue on trac for follwing this up.I build vlc-git with MinGW-w64 v2.0.1. VLC doesn't run, instantly finishes, same as Nightly builds.
I have three develop environments for building VLC for Windows : MinGW, MinGW-w64 64bit, MinGW-w64 32bit
Not only 64bit build but also 32bit build with MinGW-w64 has this problem.
Of course, 32bit build with MinGW has no problem.
Just for reference, I think it's this one: https://trac.videolan.org/vlc/ticket/5619
Did you read last Trac comment by funman? He talks about string corruption and therefore some modules not being found which finally leads to VLC still not working.Hello
VLC from 20.12. and 21.12.2011 not works see:
Filenames ???
and stop it !!!
Confirmed. many thanksGood news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds
Give a salute to funman!
Cool nice its worked !!!Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds
Give a salute to funman!
It is working only if you do not have input&codecs->Use GPU accelerated decoding checked.Good news.
Windows 64bit build recovers now! vlc-1.3.0-git-20111221-0825-win64
We can enjoy 64bit builds
Give a salute to funman!
command. I did not get the libfaad error.sh extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --with-contrib=contrib/x86_64-w64-mingw32 --disable-nls --disable-lua
commandPATH=/usr/win32/bin:$PATH make
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 49 guests