vlc.exe, generated an application error

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

vlc.exe, generated an application error

Postby suckstobeme » 14 May 2008 02:31

I have set up VLC to record a streaming radio show (mms:) that is 2 hours long. Some days it records the show and saves it in mp3 format just fine, some other days it crashes with this error (found in windows event viewer):

Code: Select all

The application, C:\Program Files\VideoLAN\VLC\vlc.exe, generated an application error The error occurred on 05/13/2008 @ 19:15:21.124 The exception generated was c0000005 at address 77BD7E23 (msvcrt!memcpy) For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Is there a log somewhere that gives me more details regarding this error?

Also I run VLC on another machine at same time and it used to work just fine on that machine, however it recently started crashing on it as well. But there is no error in event viewer on this machine!! so not sure what's going on here.

Any ideas?

Thanks...

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: vlc.exe, generated an application error

Postby Arite » 14 May 2008 02:42

First try deleting your preferences and cache files by going to (enter into Windows Explorer address bar):
%APPDATA%

And delete the "vlc" directory.

VLC can log to a file. To enable this for each time you run VLC go to:
Settings >> Preferences... >> Interface

And tick the "Advanced options" tickbox. Then tick "Log to file" and press "Save". Next time you run VLC the logger should start, and "vlc-log.txt" should be created in the same directory as vlc.exe (default location "C:\Program Files\VideoLAN\VLC").

Cheers, Arite.
Don't use PMs for support questions.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 14 May 2008 04:17

Sweet, I'll enable logging and will post the results once it crashes again.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 14 May 2008 19:56

Ok, here are some logs after I enabled the logging:

This I found in the command prompt window that opened once vlc was opened:

Code: Select all

[00000298] logger interface: VLC media player - version 0.8.6f Janus - (c) 1996- 2008 the VideoLAN team [00000298] logger interface: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" [00000298] logger interface: using logger... [00000315] mux_dummy private: Open [00000368] mux_dummy private: Open [00000370] access_mms access: selecting stream[0x1] audio (31 kb/s) [00000370] access_mms access: connection successful Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. Do not report crashes to FFmpeg developers.
This was in the vlc-log.txt file:

Code: Select all

-- logger module started -- main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy module "memcpymmxext" main debug: waiting for thread completion main debug: thread 3824 (playlist) created at priority 0 (playlist/playlist.c:184) main debug: waiting for thread completion main debug: thread 3840 (preparser) created at priority 0 (playlist/playlist.c:210) main debug: looking for interface module: 1 candidate main debug: using interface module "hotkeys" main debug: thread 3864 (interface) created at priority 0 (interface/interface.c:231) main debug: looking for interface module: 1 candidate logger: VLC media player - version 0.8.6f Janus - (c) 1996-2008 the VideoLAN team logger: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" logger: using logger... logger warning: no log filename provided, using `vlc-log.txt' logger debug: opening logfile `vlc-log.txt' main debug: using interface module "logger" main debug: thread 3892 (interface) created at priority 0 (interface/interface.c:231) main debug: looking for interface module: 3 candidates main debug: using interface module "wxwidgets" main debug: thread 3916 (manager) created at priority 0 (interface/interface.c:216) wxwidgets debug: Using last windows config '(-1,0,0,1280,1024)(0,290,400,355,105)(6,0,0,-1,150)' wxwidgets debug: id=0 p=(290,400) s=(355,105) wxwidgets debug: id=6 p=(0,0) s=(-1,150) main debug: removing all interfaces main debug: thread times: real 0m17.546875s, kernel 0m0.015625s, user 0m0.015625s main debug: thread 3916 joined (interface/interface.c:258) main debug: removing module "wxwidgets" main debug: thread times: real 0m17.562500s, kernel 0m0.015625s, user 0m0.031250s main debug: thread 3892 joined (interface/interface.c:258) -- logger module stopped --
And this was in the command prompt window again but this time I set the verbosity to 1:

Code: Select all

[00000298] logger interface: VLC media player - version 0.8.6f Janus - (c) 1996- 2008 the VideoLAN team [00000298] logger interface: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" [00000298] logger interface: using logger... [00000298] logger interface warning: no log filename provided, using `vlc-log.tx t' [00000311] main private warning: Option sout-standard-url is deprecated. You sho uld use sout-standard-dst instead. [00000315] mux_dummy private: Open [00000317] main demuxer warning: no access_demux module matched "http" [00000303] main input warning: refcount is 1, delaying before deletion (id=303,t ype=-7) [00000366] main private warning: Option sout-standard-url is deprecated. You sho uld use sout-standard-dst instead. [00000368] mux_dummy private: Open [00000369] main demuxer warning: no access_demux module matched "mms" [00000370] access_mms access: selecting stream[0x1] audio (31 kb/s) [00000370] access_mms access: connection successful [00000370] access_mms access warning: detected packet lost (5296489 != 4) [00000372] asf private warning: unknown asf object (not loaded) [00000372] asf private warning: unknown asf object (not loaded) [00000370] access_mms access warning: unimplemented query in control Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. Do not report crashes to FFmpeg developers.

so I think it has to do with

Code: Select all

Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. Do not report crashes to FFmpeg developers.
But not sure what I should do about it, any ideas?

Thanks...

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: vlc.exe, generated an application error

Postby Arite » 14 May 2008 21:45

That error seems to be the same for all of the Win32 builds.

Did VLC crash in the same way as described in your first post or was that just a test of the logger etc.?

Arite.
Don't use PMs for support questions.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 14 May 2008 23:12

No, none of those logs were taken when it crashed. For some reason, it doesn't log anything to a file, it only logged the stuff I sent earlier the first time I enabled logging. But other than that I haven't been able to reproduce any log files. I even deleted the log file and reopened the stream but got no logs in a file, I only see a command prompt window with the logs in it while the program is opened. But since it crashes the command prompt window closes too.

:(

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: vlc.exe, generated an application error

Postby Arite » 14 May 2008 23:25

Yes, it does seem to crash when logging. Try resetting your preferences and cache files and then re-enable logging. VLC appends each new logging session to the bottom of the same vlc-log.txt file so should update it each time VLC is run.

Arite.
Don't use PMs for support questions.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 15 May 2008 00:45

I think this is it, I found the log file in

Code: Select all

c:\windows\system32\
folder oddly enough. And since there was no time stamp I couldn't really tell what part of the debug text block was generated when the application crashed last night (I ran it several times afterwards without it crashing):

Code: Select all

-- logger module started -- main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy module "memcpymmxext" main debug: waiting for thread completion main debug: thread 3824 (playlist) created at priority 0 (playlist/playlist.c:184) main debug: waiting for thread completion main debug: thread 3840 (preparser) created at priority 0 (playlist/playlist.c:210) main debug: looking for interface module: 1 candidate main debug: using interface module "hotkeys" main debug: thread 3864 (interface) created at priority 0 (interface/interface.c:231) main debug: looking for interface module: 1 candidate logger: VLC media player - version 0.8.6f Janus - (c) 1996-2008 the VideoLAN team logger: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" logger: using logger... logger warning: no log filename provided, using `vlc-log.txt' logger debug: opening logfile `vlc-log.txt' main debug: using interface module "logger" main debug: thread 3892 (interface) created at priority 0 (interface/interface.c:231) main debug: adding playlist item `http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' ( http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)*** ) main debug: looking for interface module: 3 candidates main debug: using interface module "wxwidgets" main debug: thread 3928 (manager) created at priority 0 (interface/interface.c:216) wxwidgets debug: Using last windows config '(-1,0,0,1280,1024)(0,290,400,355,105)(6,0,0,-1,150)' wxwidgets debug: id=0 p=(290,400) s=(355,105) wxwidgets debug: id=6 p=(0,0) s=(-1,150) main debug: nothing requested, starting main debug: creating new input thread main debug: waiting for thread completion main debug: thread 4056 (input) created at priority 1 (input/input.c:265) main debug: creating statistics handler main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=raw,url=C:\w.mp3}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set sout option: sout-standard-access to file main debug: set sout option: sout-standard-mux to raw main warning: Option sout-standard-url is deprecated. You should use sout-standard-dst instead. main debug: set sout option: sout-standard-dst to C:\w.mp3 stream_out_standard debug: creating `file/raw://C:\w.mp3' stream_out_standard debug: extension is mp3 stream_out_standard debug: extension -> mux=(null) stream_out_standard debug: using `file/raw://C:\w.mp3' main debug: looking for sout access module: 1 candidate access_output_file debug: file access output opened (`C:\w.mp3') main debug: using sout access module "access_output_file" stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_dummy debug: Dummy/Raw muxer opened mux_dummy: Open main debug: using sout mux module "mux_dummy" main debug: muxer support adding stream at any time main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: using sout stream module "stream_out_duplicate" main debug: set sout option: sout-transcode-acodec to mp3 main debug: set sout option: sout-transcode-ab to 32 main debug: set sout option: sout-transcode-channels to 2 stream_out_transcode debug: codec audio=mp3 0Hz 2 channels 32Kb/s main debug: using sout stream module "stream_out_transcode" main debug: `http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' gives access `http' demux `' path `http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' main debug: creating demux: access='http' demux='' path='http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "http" main debug: creating access 'http' path='http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' main debug: looking for access2 module: 7 candidates access_http debug: http: server='streaming.parsnational.com' port=80 file='/fileNAME.asx main debug: net: connecting to streaming.parsnational.com port 80 main debug: connection in progress access_http debug: protocol 'HTTP' answer code 206 access_http debug: stream size=337 access_http debug: Content-Type: video/x-ms-asf access_http debug: Server: Microsoft-IIS/6.0 main debug: using access2 module "access_http" main debug: pre-buffering... main debug: received first data for our buffer main debug: creating demux: access='http' demux='' path='http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' main debug: looking for demux2 module: 45 candidates m3u debug: playlist type: 2 - 2 main debug: using demux2 module "m3u" main debug: looking for a subtitle file in c:\windows\system32\ main debug: starting in async mode main debug: `http://***NOT_TELLING****NO_WORRIES_ITS_VALID:)***' successfully opened m3u debug: starting playlist playback main debug: adding playlist item `mms://fake.ip.addre.ss' ( mms://fake.ip.addre.ss ) main debug: EOF reached main debug: closing input main debug: removing module "m3u" main debug: removing module "access_http" main debug: destroying sout main debug: destroying chain... (name=transcode) main debug: destroying chain... (name=duplicate) stream_out_duplicate debug: closing a duplication main debug: destroying chain... (name=std) mux_dummy debug: Dummy/Raw muxer closed main debug: removing module "mux_dummy" access_output_file debug: file access output closed main debug: removing module "access_output_file" main debug: removing module "stream_out_standard" main debug: destroying chain done main debug: removing module "stream_out_duplicate" main debug: destroying chain done main debug: removing module "stream_out_transcode" main debug: destroying chain done main debug: thread times: real 0m2.437500s, kernel 0m0.203125s, user 0m0.015625s main debug: thread 4056 joined (input/input.c:412) main warning: refcount is 1, delaying before deletion (id=303,type=-7) main debug: creating new input thread main debug: waiting for thread completion main debug: thread 4056 (input) created at priority 1 (input/input.c:265) main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=raw,url=C:\w.mp3}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set sout option: sout-standard-access to file main debug: set sout option: sout-standard-mux to raw main warning: Option sout-standard-url is deprecated. You should use sout-standard-dst instead. main debug: set sout option: sout-standard-dst to C:\w.mp3 stream_out_standard debug: creating `file/raw://C:\w.mp3' stream_out_standard debug: extension is mp3 stream_out_standard debug: extension -> mux=(null) stream_out_standard debug: using `file/raw://C:\w.mp3' main debug: looking for sout access module: 1 candidate access_output_file debug: file access output opened (`C:\w.mp3') main debug: using sout access module "access_output_file" stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_dummy debug: Dummy/Raw muxer opened mux_dummy: Open main debug: using sout mux module "mux_dummy" main debug: muxer support adding stream at any time main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: using sout stream module "stream_out_duplicate" main debug: set sout option: sout-transcode-acodec to mp3 main debug: set sout option: sout-transcode-ab to 32 main debug: set sout option: sout-transcode-channels to 2 stream_out_transcode debug: codec audio=mp3 0Hz 2 channels 32Kb/s main debug: using sout stream module "stream_out_transcode" main debug: `mms://fake.ip.addre.ss' gives access `mms' demux `' path `fake.ip.addre.ss' main debug: creating demux: access='mms' demux='' path='fake.ip.addre.ss' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "mms" main debug: creating access 'mms' path='fake.ip.addre.ss' main debug: looking for access2 module: 6 candidates access_mms debug: waiting for connection... main debug: net: connecting to fake.ip.addre.ss port 1755 main debug: connection in progress access_mms debug: connection(tcp) with "fake.ip.addre.ss:1755" successful access_mms debug: generated guid: babac001-12da-7bd2-7049463b9c24c50b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00040001 access_mms debug: 0x01 --> server_version:"9.01.01.3862" tool_version:"" update_player_url:"" encryption_type:"NTLM" access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00040006 access_mms debug: media file name/path accepted access_mms debug: answer 0x06 flags:0x02000000 media_length:0s packet_length:1567 packet_count:0 max_bit_rate:35730 header_size:5115 access_mms debug: reading header access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 access_mms debug: header incomplete (1559/5115), reading more access_mms debug: header incomplete (3118/5115), reading more access_mms debug: header incomplete (4677/5115), reading more access_mms debug: header complete(5115) access_mms: selecting stream[0x1] audio (31 kb/s) access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040021 access_mms: connection successful access_mms debug: connected to fake.ip.addre.ss:1755 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 access_mms warning: detected packet lost (5296285 != 4) access_mms debug: streaming started main debug: using access2 module "access_mms" main debug: pre-buffering... main debug: received first data for our buffer main debug: pre-buffering done 14103 bytes in 1s - 12 kbytes/s main debug: creating demux: access='mms' demux='' path='fake.ip.addre.ss' main debug: looking for demux2 module: 45 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5065 asf debug: read "header object" subobj:7, reserved1:1, reserved2:2 asf debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38 asf debug: read "stream bitrate properties object" asf debug: - stream=1 bitrate=32612 asf debug: - stream=2 bitrate=3118 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x6aa1f43c-0x6799-0x48bf-0xb9d6431ca9cb211a file_size:5115 creation_date:128532269725510000 data_packets_count:4294967295 play_duration:0 send_duration:0 preroll:3000 flags:9 min_data_packet_size:1567 max_data_packet_size:1567 max_bitrate:35730 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4361 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4315 asf debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39 asf debug: read "language list object" 1 entries asf debug: - 'en-us' asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=32000 buffer=2049 initial fullness=0 asf debug: - alternate data bitrate=32000 buffer=2049 initial fullness=0 asf debug: - maximum object size=1536 asf debug: - flags=0x0 asf debug: - stream number=1 language=0 asf debug: - average time per frame=0 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=1500 buffer=3000 initial fullness=0 asf debug: - alternate data bitrate=1500 buffer=3000 initial fullness=0 asf debug: - maximum object size=0 asf debug: - flags=0x0 asf debug: - stream number=2 language=0 asf debug: - average time per frame=0 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:122 asf debug: read "metadata object" 2 entries asf debug: - IsVBR=0 asf debug: - DeviceConformanceTemplate=L2 asf debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3952 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114 asf debug: read "stream Properties object" stream_type:0xf8699e40-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0xbfc3cd50-0x618f-0x11cf-0x8bb200aa00b4e220 time_offset:0 type_specific_data_length:28 error_correction_data_length:8 flags:0x1 stream_number:1 asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:78 asf debug: read "stream Properties object" stream_type:0x59dacfc0-0x59e6-0x11d0-0xa3ac00a0c90348f6 error_correction_type:0x20fb5700-0x5b55-0x11cf-0xa8fd00805f5c442b time_offset:0 type_specific_data_length:0 error_correction_data_length:0 flags:0x2 stream_number:2 asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:166 asf debug: read "extended content description object" asf debug: - 'WMFSDKVersion' = '11.0.5721.5145' asf debug: - 'WMFSDKNeeded' = '0.0.0.0000' asf debug: - 'IsVBR' = 'false' asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:174 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1 asf debug: - codec[0] audio name:"Windows Media Audio 9.2" description:" 32 kbps, 32 kHz, stereo 1-pass CBR" information_length:2 asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50 asf debug: read "data object" file_id:0x6aa1f43c-0x6799-0x48bf-0xb9d6431ca9cb211a total data packet:0 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5065pos:0 asf debug: | + 'Stream Bitrate Propoerties' GUID 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38pos:30 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:68 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4361pos:172 asf debug: | | + 'Language List' GUID 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39pos:218 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:257 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:345 asf debug: | | + 'Unknown' GUID 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26pos:433 asf debug: | | + 'Metadata' GUID 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:122pos:459 asf debug: | | + 'Padding' GUID 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3952pos:581 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114pos:4533 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:78pos:4647 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:166pos:4725 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:174pos:4891 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50pos:5065 asf debug: found 2 streams main debug: selecting program id=0 asf debug: added new audio stream(codec:0x161,ID:1) asf debug: ignoring not selected stream(ID:2) (by access) main debug: using demux2 module "asf" main debug: looking for a subtitle file in c:\windows\system32\ main debug: looking for packetizer module: 17 candidates main debug: using packetizer module "packetizer_copy" main debug: stream out mode -> no decoder thread main debug: starting in async mode access_mms warning: unimplemented query in control main debug: `mms://fake.ip.addre.ss' successfully opened packetizer_copy debug: need dts > 0 main debug: adding a new input stream_out_transcode debug: creating audio transcoding from fcc=`wma2' to fcc=`mp3 ' main debug: looking for decoder module: 28 candidates ffmpeg debug: libavcodec initialized (interface 3349504 ) ffmpeg debug: ffmpeg codec (Windows Media Audio 2) started main debug: using decoder module "ffmpeg" main debug: looking for encoder module: 10 candidates ffmpeg debug: libavcodec already initialized ffmpeg debug: found encoder MPEG Audio layer 1/2/3 main debug: using encoder module "ffmpeg" stream_out_duplicate debug: duplicated a new stream codec=mpga (es=0 group=0) main debug: adding a new input mux_dummy debug: adding input stream_out_duplicate debug: - added for output 0 access_mms warning: cannot fill buffer access_mms warning: cannot receive header (1/10) main debug: control type=0 main debug: control: stopping input main debug: closing input asf debug: free asf object 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 asf debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 asf debug: free asf object 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 asf debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a asf debug: free asf object 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a asf warning: unknown asf object 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 asf debug: free asf object 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca asf warning: unknown asf object 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 asf debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 asf debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 asf debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 asf debug: free asf object 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 asf debug: free asf object 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 asf debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c asf debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c main debug: removing module "packetizer_copy" main debug: killing decoder fourcc `wma2', 0 PES in FIFO main debug: removing an input ffmpeg debug: ffmpeg codec (Windows Media Audio 2) stopped main debug: removing module "ffmpeg" main debug: removing module "ffmpeg" mux_dummy debug: removing input main warning: no more input streams for this mux main debug: Program doesn't contain anymore ES main debug: removing module "asf" access_mms debug: Connection closed main debug: removing module "access_mms" main debug: destroying sout main debug: destroying chain... (name=transcode) main debug: destroying chain... (name=duplicate) stream_out_duplicate debug: closing a duplication main debug: destroying chain... (name=std) mux_dummy debug: Dummy/Raw muxer closed main debug: removing module "mux_dummy" access_output_file debug: file access output closed main debug: removing module "access_output_file" main debug: removing module "stream_out_standard" main debug: destroying chain done main debug: removing module "stream_out_duplicate" main debug: destroying chain done main debug: removing module "stream_out_transcode" main debug: destroying chain done main debug: thread times: real 0m7.015625s, kernel 0m0.218750s, user 0m0.156250s main debug: thread 4056 joined (input/input.c:412) main debug: removing all interfaces main debug: thread times: real 0m44.421875s, kernel 0m0.062500s, user 0m0.046875s main debug: thread 3928 joined (interface/interface.c:258) main debug: removing module "wxwidgets" main debug: thread times: real 0m44.453125s, kernel 0m0.031250s, user 0m0.062500s main debug: thread 3892 joined (interface/interface.c:258) -- logger module stopped --

I can paste the whole debug text from the debug file if you think this is not the segment that was generated when it crashed (this segment looks different from the other ones so that's why I pasted it.)

I also replace the URL and IP addresses with some string, hope that's OK.

Thanks for any help...

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 16 May 2008 00:27

So any ideas people? Can anyone tell what's causing the VLC to crash from the log above?

Thanks...

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 16 May 2008 04:57

Ok, so it finally crashed again when logging was enabled. This is the stuff that was in the log file, this is the last block in the file, so I assume it's for the last time VLC ran, which is the time it crashed:

Code: Select all

-- logger module started -- main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy module "memcpymmxext" main debug: waiting for thread completion main debug: thread 3824 (playlist) created at priority 0 (playlist/playlist.c:184) main debug: waiting for thread completion main debug: thread 3840 (preparser) created at priority 0 (playlist/playlist.c:210) main debug: looking for interface module: 1 candidate main debug: using interface module "hotkeys" main debug: thread 3864 (interface) created at priority 0 (interface/interface.c:231) main debug: looking for interface module: 1 candidate logger: VLC media player - version 0.8.6f Janus - (c) 1996-2008 the VideoLAN team logger: Warning: if you can't access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I wx" logger: using logger... logger warning: no log filename provided, using `vlc-log.txt' logger debug: opening logfile `vlc-log.txt' main debug: using interface module "logger" main debug: thread 3892 (interface) created at priority 0 (interface/interface.c:231) main debug: adding playlist item `mms://56.226.26.125/620am' ( mms://56.226.26.125/620am ) main debug: looking for interface module: 3 candidates main debug: using interface module "wxwidgets" main debug: thread 3928 (manager) created at priority 0 (interface/interface.c:216) wxwidgets debug: Using last windows config '(-1,0,0,1280,1024)(0,290,400,355,105)(6,0,0,-1,150)' wxwidgets debug: id=0 p=(290,400) s=(355,105) wxwidgets debug: id=6 p=(0,0) s=(-1,150) main debug: nothing requested, starting main debug: creating new input thread main debug: waiting for thread completion main debug: creating statistics handler main debug: thread 4056 (input) created at priority 1 (input/input.c:265) main debug: stream=`transcode' main debug: looking for sout stream module: 1 candidate main debug: stream=`duplicate' main debug: looking for sout stream module: 1 candidate stream_out_duplicate debug: creating 'duplicate' stream_out_duplicate debug: * adding `std{access=file,mux=raw,url=C:\w.mp3}' main debug: stream=`std' main debug: looking for sout stream module: 1 candidate main debug: set sout option: sout-standard-access to file main debug: set sout option: sout-standard-mux to raw main warning: Option sout-standard-url is deprecated. You should use sout-standard-dst instead. main debug: set sout option: sout-standard-dst to C:\w.mp3 stream_out_standard debug: creating `file/raw://C:\w.mp3' stream_out_standard debug: extension is mp3 stream_out_standard debug: extension -> mux=(null) stream_out_standard debug: using `file/raw://C:\w.mp3' main debug: looking for sout access module: 1 candidate access_output_file debug: file access output opened (`C:\w.mp3') main debug: using sout access module "access_output_file" stream_out_standard debug: access opened main debug: looking for sout mux module: 1 candidate mux_dummy debug: Dummy/Raw muxer opened mux_dummy: Open main debug: using sout mux module "mux_dummy" main debug: muxer support adding stream at any time main debug: muxer prefers to wait for all ES before starting to mux stream_out_standard debug: mux opened main debug: using sout stream module "stream_out_standard" main debug: using sout stream module "stream_out_duplicate" main debug: set sout option: sout-transcode-acodec to mp3 main debug: set sout option: sout-transcode-ab to 32 main debug: set sout option: sout-transcode-channels to 2 stream_out_transcode debug: codec audio=mp3 0Hz 2 channels 32Kb/s main debug: using sout stream module "stream_out_transcode" main debug: `mms://56.226.26.125/620am' gives access `mms' demux `' path `56.226.26.125/620am' main debug: creating demux: access='mms' demux='' path='56.226.26.125/620am' main debug: looking for access_demux module: 0 candidates main warning: no access_demux module matched "mms" main debug: creating access 'mms' path='56.226.26.125/620am' main debug: looking for access2 module: 6 candidates access_mms debug: waiting for connection... main debug: net: connecting to 56.226.26.125 port 1755 main debug: connection in progress access_mms debug: connection(tcp) with "56.226.26.125:1755" successful access_mms debug: generated guid: babac001-52ca-d163-6caf2412bbebe1ce access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00040001 access_mms debug: 0x01 --> server_version:"9.01.01.3862" tool_version:"" update_player_url:"" encryption_type:"NTLM" access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00040006 access_mms debug: media file name/path accepted access_mms debug: answer 0x06 flags:0x02000000 media_length:0s packet_length:1567 packet_count:0 max_bit_rate:35730 header_size:5115 access_mms debug: reading header access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 access_mms debug: header incomplete (1559/5115), reading more access_mms debug: header incomplete (3118/5115), reading more access_mms debug: header incomplete (4677/5115), reading more access_mms debug: header complete(5115) access_mms: selecting stream[0x1] audio (31 kb/s) access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040021 access_mms: connection successful access_mms debug: connected to 56.226.26.125:1755 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 access_mms warning: detected packet lost (5561044 != 4) access_mms debug: streaming started main debug: using access2 module "access_mms" main debug: pre-buffering... main debug: received first data for our buffer main debug: pre-buffering done 14103 bytes in 1s - 12 kbytes/s main debug: creating demux: access='mms' demux='' path='56.226.26.125/620am' main debug: looking for demux2 module: 45 candidates asf debug: found object guid: 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5065 asf debug: read "header object" subobj:7, reserved1:1, reserved2:2 asf debug: found object guid: 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38 asf debug: read "stream bitrate properties object" asf debug: - stream=1 bitrate=32612 asf debug: - stream=2 bitrate=3118 asf debug: found object guid: 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104 asf debug: read "file properties object" file_id:0x6aa1f43c-0x6799-0x48bf-0xb9d6431ca9cb211a file_size:5115 creation_date:128532269725510000 data_packets_count:4294967295 play_duration:0 send_duration:0 preroll:3000 flags:9 min_data_packet_size:1567 max_data_packet_size:1567 max_bitrate:35730 asf debug: found object guid: 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4361 asf debug: read "header extension object" reserved1:0xabd3d211-0xa9ba-0x11cf-0x8ee600c00c205365 reserved2:6 header_extension_size:4315 asf debug: found object guid: 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39 asf debug: read "language list object" 1 entries asf debug: - 'en-us' asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=32000 buffer=2049 initial fullness=0 asf debug: - alternate data bitrate=32000 buffer=2049 initial fullness=0 asf debug: - maximum object size=1536 asf debug: - flags=0x0 asf debug: - stream number=1 language=0 asf debug: - average time per frame=0 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88 asf debug: read "extended stream properties object": asf debug: - start=0 end=0 asf debug: - data bitrate=1500 buffer=3000 initial fullness=0 asf debug: - alternate data bitrate=1500 buffer=3000 initial fullness=0 asf debug: - maximum object size=0 asf debug: - flags=0x0 asf debug: - stream number=2 language=0 asf debug: - average time per frame=0 asf debug: - stream name count=0 asf debug: - payload extension system count=0 asf debug: found object guid: 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:122 asf debug: read "metadata object" 2 entries asf debug: - IsVBR=0 asf debug: - DeviceConformanceTemplate=L2 asf debug: found object guid: 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3952 asf warning: unknown asf object (not loaded) asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114 asf debug: read "stream Properties object" stream_type:0xf8699e40-0x5b4d-0x11cf-0xa8fd00805f5c442b error_correction_type:0xbfc3cd50-0x618f-0x11cf-0x8bb200aa00b4e220 time_offset:0 type_specific_data_length:28 error_correction_data_length:8 flags:0x1 stream_number:1 asf debug: found object guid: 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:78 asf debug: read "stream Properties object" stream_type:0x59dacfc0-0x59e6-0x11d0-0xa3ac00a0c90348f6 error_correction_type:0x20fb5700-0x5b55-0x11cf-0xa8fd00805f5c442b time_offset:0 type_specific_data_length:0 error_correction_data_length:0 flags:0x2 stream_number:2 asf debug: found object guid: 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:166 asf debug: read "extended content description object" asf debug: - 'WMFSDKVersion' = '11.0.5721.5145' asf debug: - 'WMFSDKNeeded' = '0.0.0.0000' asf debug: - 'IsVBR' = 'false' asf debug: found object guid: 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:174 asf debug: read "codec list object" reserved_guid:0x86d15241-0x311d-0x11d0-0xa3a400a0c90348f6 codec_entries_count:1 asf debug: - codec[0] audio name:"Windows Media Audio 9.2" description:" 32 kbps, 32 kHz, stereo 1-pass CBR" information_length:2 asf debug: found object guid: 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50 asf debug: read "data object" file_id:0x6aa1f43c-0x6799-0x48bf-0xb9d6431ca9cb211a total data packet:0 reserved:257 asf debug: + 'Unknown' GUID 0x0-0x0-0x0-0x0000000000000000 size:0pos:0 asf debug: + 'Header' GUID 0x75b22630-0x668e-0x11cf-0xa6d900aa0062ce6c size:5065pos:0 asf debug: | + 'Stream Bitrate Propoerties' GUID 0x7bf875ce-0x468d-0x11d1-0x8d82006097c9a2b2 size:38pos:30 asf debug: | + 'File Properties' GUID 0x8cabdca1-0xa947-0x11cf-0x8ee400c00c205365 size:104pos:68 asf debug: | + 'Header Extension' GUID 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c00c205365 size:4361pos:172 asf debug: | | + 'Language List' GUID 0x7c4346a9-0xefe0-0x4bfc-0xb229393ede415c85 size:39pos:218 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:257 asf debug: | | + 'Extended Stream Properties' GUID 0x14e6a5cb-0xc672-0x4332-0x8399a96952065b5a size:88pos:345 asf debug: | | + 'Unknown' GUID 0x26f18b5d-0x4584-0x47ec-0x9f5f0e651f0452c9 size:26pos:433 asf debug: | | + 'Metadata' GUID 0xc5f8cbea-0x5baf-0x4877-0x8467aa8c44fa4cca size:122pos:459 asf debug: | | + 'Padding' GUID 0x1806d474-0xcadf-0x4509-0xa4ba9aabcb96aae8 size:3952pos:581 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:114pos:4533 asf debug: | + 'Stream Properties' GUID 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c00c205365 size:78pos:4647 asf debug: | + 'Extended content description' GUID 0xd2d0a440-0xe307-0x11d2-0x97f000a0c95ea850 size:166pos:4725 asf debug: | + 'Codec List' GUID 0x86d15240-0x311d-0x11d0-0xa3a400a0c90348f6 size:174pos:4891 asf debug: + 'Data' GUID 0x75b22636-0x668e-0x11cf-0xa6d900aa0062ce6c size:50pos:5065 asf debug: found 2 streams main debug: selecting program id=0 asf debug: added new audio stream(codec:0x161,ID:1) asf debug: ignoring not selected stream(ID:2) (by access) main debug: using demux2 module "asf" main debug: looking for a subtitle file in c:\windows\system32\ main debug: looking for packetizer module: 17 candidates main debug: using packetizer module "packetizer_copy" main debug: stream out mode -> no decoder thread main debug: starting in async mode access_mms warning: unimplemented query in control main debug: `mms://56.226.26.125/620am' successfully opened packetizer_copy debug: need dts > 0 main debug: adding a new input stream_out_transcode debug: creating audio transcoding from fcc=`wma2' to fcc=`mp3 ' main debug: looking for decoder module: 28 candidates ffmpeg debug: libavcodec initialized (interface 3349504 ) ffmpeg debug: ffmpeg codec (Windows Media Audio 2) started main debug: using decoder module "ffmpeg" main debug: looking for encoder module: 10 candidates ffmpeg debug: libavcodec already initialized ffmpeg debug: found encoder MPEG Audio layer 1/2/3 main debug: using encoder module "ffmpeg" stream_out_duplicate debug: duplicated a new stream codec=mpga (es=0 group=0) main debug: adding a new input mux_dummy debug: adding input stream_out_duplicate debug: - added for output 0 access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000006 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000007 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000008 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000009 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000a len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000b len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000c len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000d len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000e len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000000f len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000010 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000011 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000012 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000013 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000014 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000015 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000016 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000017 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000018 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000019 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001a len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001b len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001c len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001d len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001e len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000001f len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000020 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000021 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000022 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000023 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000024 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000025 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000026 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000027 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000028 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000029 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002a len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002b len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002c len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002d len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002e len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x0000002f len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x0e000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000030 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000031 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000032 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000033 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000034 len8_II:2 dir_comm:0x0004001b access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000035 len8_II:2 dir_comm:0x0004001b
Would greatly appreciate any help anyone can give regarding why in the hell this thing is crashing all of sudden sometimes!

Thank you very much!

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: vlc.exe, generated an application error

Postby Arite » 16 May 2008 12:34

Presumably it is getting stuck in a continous loop of:

Code: Select all

access_mms debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence
Try increasing the MMS caching by going to:
Settings >> Preferences... >> Input / Codecs >> Access modules >> MMS

And tick "Advanced options" etc.

Arite.
Don't use PMs for support questions.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 16 May 2008 18:46

But why does it just crash all of a sudden with no error messages or anything? One thing about the machine that it's running on is that it's a parallels virtual server and it only have 256MB memory and whenever any program exceeds that limit it just simply stops working or quits, you cannot enable paging in windows either. I should have probably mentioned this earlier:) But still I don't understand why there are no messages such as insufficient memory or something!

The logs seem not to help much in this case.

Thanks...

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc.exe, generated an application error

Postby VLC_help » 18 May 2008 19:38

There are some mallocs (memory allocations) in VLC that don't check return values and because of that VLC can crash or stop without any information. Some of these issues have been fixed in nightly builds but I am not if ALL those issues have been fixed.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 20 May 2008 21:27

I installed the nightly build, but now I get this error:

Code: Select all

[00000352] logger interface warning: no log filename provided, using `vlc-log.txt' [00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00000360] access_output_file generic error: cannot open `' (No such file or directory) [00000360] main generic warning: no sout access module matching "file" could beloaded [00000359] stream_out_standard generic error: no suitable sout access module for `file/raw://(null)' [00000359] main generic warning: no sout stream module matching "std" could be loaded [00000358] stream_out_duplicate generic error: no destination given [00000358] main generic warning: no sout stream module matching "duplicate" could be loaded [00000356] stream_out_transcode generic error: cannot create chain [00000356] main generic warning: no sout stream module matching "transcode" could be loaded [00000355] main stream output error: stream chain failed for `transcode{acodec=mp3,ab=32,channels=2}:duplicate{dst=std{access=file,mux=raw,url=C:\w.mp3}}' [00000354] main input error: cannot start stream output instance, aborting
Also when I have firefox and some other applications open at the same time and run VLC it just quits after a few seconds without any errors!

I'm at a lost here, I bet the previous error in my original post has to do with insufficient memory, is there anyway to reduce the amount of memory that VLC uses as it records a stream to a mp3 file? (it's a 2 hour long stream)

The nightly version seems to use more memory than the old version, not good!!! my virtual server only has 256MB of ram and anything over that will make the application to simply die!!

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 22 May 2008 00:29

so no more ideas?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc.exe, generated an application error

Postby VLC_help » 22 May 2008 19:43

IF you start VLC without GUI I think you can reduce memory usage.

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 22 May 2008 19:45

This is the command I use to start VLC:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" --http-caching 5000 mms://76.28.46.125/som :sout=#transcode{acodec=mp3,ab=32,channels=2}:duplicate{dst=std{access=file,mux=raw,url="C:\w.mp3"}}
That does open the GUI, how can suppress the GUI? is there like a flag you can pass or something?

suckstobeme
Blank Cone
Blank Cone
Posts: 12
Joined: 14 May 2008 02:27

Re: vlc.exe, generated an application error

Postby suckstobeme » 22 May 2008 19:57

never mind it's the

Code: Select all

-I dummy
thanks... any other ideas will be appreciated regarding the error I was getting while I try this new solution...


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 10 guests