[vlc-devel] vlc crashing when using jvlc and dlls

Tony Anecito adanecito at yahoo.com
Sat Jul 7 07:56:03 CEST 2007


Okay,
   
  I created a debug dll version of 07/06/2006 for windows and took the simple example provided with jvlc source and still crashed the jre the same way but did get some interesting debug output.
  I am not sure if this is the reason for the crash but it seems vlc is looking for some files that do not come with the distribution of the zip version at least. VLC is looking for vlc-help.txt, vlc-help.cue which I do not have.
   
  Is there some way to tell vlc to not look for the help files? Perhaps that is why it crashed?
   
  Regards,
  -Tony
   
  The error output is below. Sorry for the long email.
  == Starting VLCExample ==
  Creating a JVLC instance with args: 
  0) --http-caching=1200
  1) -vvv
  2) --plugin-path=./plugins
  JVLC.const before createInstance myargs:jvlc
  JVLC.const before createInstance myargs:--http-caching=1200
  JVLC.const before createInstance myargs:-vvv
  JVLC.const before createInstance myargs:--plugin-path=./plugins
  [00000001] main libvlc debug: opening config file (C:\Documents and Settings\Administrator\Application Data\vlc\vlcrc)
  [00000001] main libvlc debug: checking builtin modules
  [00000001] main libvlc debug: checking plugin modules
  [00000001] main libvlc debug: loading plugins cache file C:\Documents and Settings\Administrator\Application Data/vlc/cache/plugins-04041e.dat
  [00000001] main libvlc warning: could not open plugins cache file C:\Documents and Settings\Administrator\Application Data/vlc/cache/plugins-04041e.dat for reading
  [00000001] main libvlc debug: recursively browsing `C:\Documents and Settings\tony anecito\workspace\JVLC Player\modules'
  [00000001] main libvlc debug: recursively browsing `C:\Documents and Settings\tony anecito\workspace\JVLC Player\plugins'
  [00000005] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\plugins\efsadu.dll' (The specified procedure could not be found. (error 127))
  [00000006] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\plugins\jvlc.dll' (The specified procedure could not be found. (error 127))
  [00000293] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\plugins\libvlc.dll' (The specified procedure could not be found. (error 127))
  [00000001] main libvlc debug: recursively browsing `C:\Documents and Settings\tony anecito\workspace\JVLC Player\./plugins'
  [00000310] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\./plugins\efsadu.dll' (The specified procedure could not be found. (error 127))
  [00000311] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\./plugins\jvlc.dll' (The specified procedure could not be found. (error 127))
  [00000598] main module warning: cannot find symbol "vlc_entry__0_9_0b" in file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\./plugins\libvlc.dll' (The specified procedure could not be found. (error 127))
  [00000001] main libvlc debug: module bank initialized, found 451 modules
  [00000001] main libvlc debug: opening config file (C:\Documents and Settings\Administrator\Application Data\vlc\vlcrc)
  [00000001] main libvlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE SSE2 FPU 
  [00000001] main libvlc debug: looking for memcpy module: 8 candidates
  [00000001] main libvlc debug: using memcpy module "memcpymmxext"
  [00000615] main playlist error: Reloading playlist not implemented.
  [00000616] main private debug: waiting for thread completion
  [00000616] main private debug: thread 1044 (preparser) created at priority 0 (playlist/thread.c:81)
  [00000617] main private debug: waiting for thread completion
  [00000617] main private debug: thread 1028 (fetcher) created at priority 0 (playlist/thread.c:107)
  [00000615] main playlist debug: waiting for thread completion
  [00000615] main playlist debug: thread 1024 (playlist) created at priority 0 (playlist/thread.c:117)
  [00000615] main playlist debug: rebuilding array of current - root Playlist
  [00000615] main playlist debug: rebuild done - 0 items, index -1
  [00000618] main interface debug: looking for interface module: 2 candidates
  [00000618] main interface debug: using interface module "hotkeys"
  [00000618] main interface debug: thread 1000 (interface) created at priority 0 (interface/interface.c:218)
  JVLC.const after createInstance _instance:219426624
  JVLC Created instance
  ... done.
  [00000615] main playlist debug: adding item `VOYSEVEN.mov' ( http://images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov )
  [00000615] main playlist debug: rebuilding array of current - root Playlist
  [00000615] main playlist debug: rebuild done - 1 items, index -1
  [00000615] main playlist debug: starting new item
  [00000615] main playlist debug: processing request item null node Playlist skip 0
  [00000615] main playlist debug: creating new input thread
  [00000619] main input debug: waiting for thread completion
  [00000619] main input debug: thread 964 (input) created at priority 1 (input/input.c:332)
  [00000619] main input debug: `http://images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov' gives access `http' demux `' path `images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov'
  [00000619] main input debug: creating demux: access='http' demux='' path='images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov'
  [00000620] main demuxer debug: looking for access_demux module: 0 candidates
  [00000620] main demuxer warning: no access_demux module matched "http"
  [00000619] main input debug: creating access 'http' path='images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov'
  [00000621] main access debug: looking for access2 module: 4 candidates
  [00000621] access_http access debug: http: server='images.apple.com' port=80 file='/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov
  [00000621] main access debug: net: connecting to images.apple.com port 80
  [00000615] main playlist debug: requesting art for VOYSEVEN.mov
  [00000621] main access debug: connection in progress
  [00000621] access_http access debug: protocol 'HTTP' answer code 206
  [00000621] access_http access debug: Content-Type: video/quicktime
  [00000621] access_http access debug: Server: Apache/1.3.33 (Darwin) PHP/5.2.1
  [00000621] access_http access debug: stream size=151
  [00000621] main access debug: using access2 module "access_http"
  [00000622] main private debug: pre-buffering...
  [00000622] main private debug: received first data for our buffer
  [00000619] main input debug: creating demux: access='http' demux='' path='images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h.480.mov'
  [00000623] main demuxer debug: looking for demux2 module: 108 candidates
  [00000622] mp4 private debug: found Box: moov size 151
  [00000622] mp4 private debug: found Box: rmra size 143
  [00000622] mp4 private debug: found Box: rmda size 135
  [00000622] mp4 private debug: found Box: rdrf size 73
  [00000622] mp4 private debug: read box: "rdrf" type:url ref fantastic4silversurfer-tlr1_h480.mov
  [00000622] mp4 private debug: found Box: rmdr size 16
  [00000622] mp4 private debug: read box: "rmdr" rate:2800
  [00000622] mp4 private debug: found Box: rmqu size 12
  [00000622] mp4 private debug: read box: "rmqu" quality:1
  [00000622] mp4 private debug: found Box: rmvc size 26
  [00000622] mp4 private debug: read box: "rmvc" gestaltType:qtim val1:0x7000000 val2:0x0 checkType:0x0
  [00000622] mp4 private debug: dumping root Box "root"
  [00000622] mp4 private debug: | + moov size 151
  [00000622] mp4 private debug: | | + rmra size 143
  [00000622] mp4 private debug: | | | + rmda size 135
  [00000622] mp4 private debug: | | | | + rdrf size 73
  [00000622] mp4 private debug: | | | | + rmdr size 16
  [00000622] mp4 private debug: | | | | + rmqu size 12
  [00000622] mp4 private debug: | | | | + rmvc size 26
  [00000623] mp4 demuxer debug: file type box missing (assuming ISO Media file)
  [00000623] mp4 demuxer debug: detected playlist mov file (1 ref)
  [00000615] mp4 playlist debug: starting playlist playback
  [00000615] main playlist debug: deleting item `'
  [00000615] main playlist debug: marking  for further deletion
  [00000623] mp4 demuxer debug: new ref=`fantastic4silversurfer-tlr1_h480.mov' type=url 
  [00000623] mp4 demuxer debug: adding ref = `http://images.apple.com/movies/fox/fantastic_4-silver_surfer/fantastic4silversurfer-tlr1_h480.mov'
  [00000615] main playlist debug: rebuilding array of current - root Playlist
  [00000615] main playlist debug: rebuild done - 0 items, index -1
  [00000623] mp4 demuxer warning: cannot find /moov/mvhd (pure ref file)
  [00000623] main demuxer debug: using demux2 module "mp4"
  [00000623] mp4 demuxer warning: control query 12 unimplemented
  [00000623] mp4 demuxer warning: DEMUX_GET_FPS unimplemented !!
  [00000619] main input debug: looking for a subtitle file in C:\Documents and Settings\tony anecito\workspace\JVLC Player\
  [00000619] main input debug: autodetected subtitle: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt with priority 3
  [00000619] main input debug: autodetected subtitle: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt with priority 3
  [00000619] main input debug: drive letter C: found in source
  [00000619] main input debug: `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt' gives access `' demux `' path `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000619] main input debug: creating access '' path='C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] main access debug: looking for access2 module: 10 candidates
  [00000624] vcd access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000624] vcd access debug: could not find .cue file
  [00000624] vcd access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000624] vcd access debug: could not find .cue file
  [00000624] access_directory access debug: opening directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_directory access debug: skipping non-directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_directory access debug: opening directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_directory access debug: skipping non-directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_file access debug: opening file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_file access error: file is empty, aborting
  [00000624] access_file access debug: opening file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000624] access_file access error: file is empty, aborting
  [00000624] cdda access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000624] cdda access debug: could not find .cue file
  [00000624] cdda access warning: could not open C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt
  [00000624] cdda access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000624] cdda access debug: could not find .cue file
  [00000624] cdda access warning: could not open C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt
  [00000619] main input debug: retrying with access `' demux `' path `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000619] main input debug: creating access '' path='C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] main access debug: looking for access2 module: 10 candidates
  [00000625] vcd access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000625] vcd access debug: could not find .cue file
  [00000625] vcd access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000625] vcd access debug: could not find .cue file
  [00000625] access_directory access debug: opening directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_directory access debug: skipping non-directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_directory access debug: opening directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_directory access debug: skipping non-directory `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_file access debug: opening file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_file access error: file is empty, aborting
  [00000625] access_file access debug: opening file `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt'
  [00000625] access_file access error: file is empty, aborting
  [00000625] cdda access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000625] cdda access debug: could not find .cue file
  [00000625] cdda access warning: could not open C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt
  [00000625] cdda access debug: trying .cue file: C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.cue
  [00000625] cdda access debug: could not find .cue file
  [00000625] cdda access warning: could not open C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt
  [00000619] main input error: open of `C:\Documents and Settings\tony anecito\workspace\JVLC Player\vlc-help.txt' failed: could not create access: no suitable access2 module
  [00000615] main playlist debug: incoming request - stopping current input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: art not found for 
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
  [00000615] main playlist debug: dying input
   

       
---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070706/2efc20a8/attachment.html>
-------------- next part --------------
_______________________________________________
vlc-devel mailing list
vlc-devel at videolan.org
http://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list