Crash libvlccore.dll!6a5a0d3d()

This forum is about all development around libVLC.
ppaulojr
Blank Cone
Blank Cone
Posts: 10
Joined: 11 Feb 2010 13:48

Crash libvlccore.dll!6a5a0d3d()

Postby ppaulojr » 11 Feb 2010 13:55

I'm trying to develop a simple App using libvlc and Visual Studio 2008 C++

I've followed all the steps for building the .lib, copying the dll and plugins directory. Also I've reseted all the VLC configs.

When I run my app and load the MRL dvd://d: I always get an unhandled exception in libvlccore.dll when the DVD menu starts or when dvd starts if I load dvdsimple://d:

Code: Select all

[00b640dc] main demux warning: no access_demux module matching "file" could be l oaded libdvdnav: Using dvdnav version 4.1.4 libdvdread: Using libdvdcss version 1.2.10 for DVD access NAME OPEN FAILED libdvdnav: Unable to find home directorylibdvdnav: DVD disk reports itself with Region mask 0x00f70000. Regions: 4 libdvdread: Attempting to retrieve all CSS keys libdvdread: This can take a _long_ time, please be patient libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000136 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00000255 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000002d8 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x000002ee libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0001d1d7 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0002b9cb libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x002ec476 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x003e26a8 libdvdread: Elapsed time 0 libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003eefe7 libdvdread: Elapsed time 0 libdvdread: Found 6 VTS's libdvdread: Elapsed time 0 libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt [00632ff4] main input error: ES_OUT_RESET_PCR called [00632ff4] main input error: ES_OUT_RESET_PCR called libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt libdvdnav: Language 'en' not found, using 'pt' instead libdvdnav: Menu Languages available: pt [00cd242c] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:192000 [00b69e94] main decoder warning: dts != current_pts (-151543) [00b69e94] main decoder warning: backward_pts != current_pts (-33367) [082be8d4] scaletempo audio filter warning: bad input or output format No accelerated IMDCT transform found
I have spent two days without success. Can somebody give me a clue?

Rémi Denis-Courmont
Developer
Developer
Posts: 15263
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Crash libvlccore.dll!6a5a0d3d()

Postby Rémi Denis-Courmont » 11 Feb 2010 16:57

Please always provide a stack trace when you make a crash report.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

ppaulojr
Blank Cone
Blank Cone
Posts: 10
Joined: 11 Feb 2010 13:48

Re: Crash libvlccore.dll!6a5a0d3d()

Postby ppaulojr » 11 Feb 2010 17:39

Here the stack trace of the crash:

Code: Select all

ntdll.dll!_KiFastSystemCallRet@0() ntdll.dll!_ZwRaiseException@12() + 0xc bytes ntdll.dll!_RtlReportException@12() + 0x20 bytes ntdll.dll!_RtlInvalidHandlerDetected@12() + 0x8f bytes ntdll.dll!_RtlIsValidHandler@8() + 0x64f9f bytes ntdll.dll!_RtlDispatchException@8() + 0xba bytes ntdll.dll!_KiUserExceptionDispatcher@8() + 0xf bytes libvlccore.dll!6a5a0d3d() [Frames below may be incorrect and/or missing, no symbols loaded for libvlccore.dll]

Rémi Denis-Courmont
Developer
Developer
Posts: 15263
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Crash libvlccore.dll!6a5a0d3d()

Postby Rémi Denis-Courmont » 11 Feb 2010 17:46

Well, that's quite useless a backtrace. I can't help you.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

ppaulojr
Blank Cone
Blank Cone
Posts: 10
Joined: 11 Feb 2010 13:48

Re: Crash libvlccore.dll!6a5a0d3d()

Postby ppaulojr » 11 Feb 2010 17:54

Well, that's quite useless a backtrace. I can't help you.
I'm aware that backtrace is not useful, but without the symbols of libvlccore.dll (1.0.5) it's the best the compiler can produce.

Is there any place where I can get these symbols?

Rémi Denis-Courmont
Developer
Developer
Posts: 15263
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Crash libvlccore.dll!6a5a0d3d()

Postby Rémi Denis-Courmont » 13 Feb 2010 10:17

On Linux, it's as easy as installing the VLC debug package. No clues on Windows.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 3 guests