<br><br><div class="gmail_quote">2009/12/9 Rafaël Carré <span dir="ltr"><<a href="mailto:rafael.carre@gmail.com" target="_blank">rafael.carre@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Wed, 9 Dec 2009 10:17:44 +0100<br>
<div>Damien <<a href="mailto:maitredede@gmail.com" target="_blank">maitredede@gmail.com</a>> wrote:<br>
<br>
</div><div>> I have added log parameters : same behavior, and log file is not<br>
> created.<br>
<br>
</div>logging relies on the logger module<br>
<div><br>
> [0x643860] main libvlc error: no memcpy module matched "any"<br>
<br>
</div>but no modules at all are found<br>
<br>
--<br>
<font color="#888888">Rafaël Carré<br></font></blockquote><div><br></div><div>I have made a try with copying my binaries to VLC install dir. Same behavior. </div><div><br></div><div>I have made a try using Mono for windows. Mono seems not to search DLL in environement path (I will ask mono mailing list).</div>
<div><br></div><div>I have copied my binaries to VLC install dir, and started my binaries with Mono. Seems better :</div><div>mono --version : 2.4.3</div><div>Messages shown :</div><div>--8<----8<----8<----8<----8<--</div>
<div><div>[0x24f8d84] main libvlc debug: VLC media player - version 1.0.3 Goldeneye - (c) 1996-2009 the VideoLAN team</div><div>[0x24f8d84] main libvlc debug: libvlc was configured with .././configure  '--host=i586-mingw32msvc' '--build=i386-linux' '--enable-dirac' '--enable-mkv' '--enable-taglib' '--enable-release' '--enable-nls' '--without-contrib' '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-real' '--enable-avcodec' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--with-live555-tree=/usr/win32/<a href="http://live.com">live.com</a>' '--enable-dvdread' '--with-dvdnav-config-path=/usr/win32/bin' '--enable-shout' '--enable-goom' '--enable-caca' '--with-caca-config-path=/usr/win32/bin' '--enable-portaudio' '--enable-sdl' '--with-sdl-config-path=/usr/win32/bin' '--enable-qt4' '--enable-mozilla' '--with-mozilla-sdk-path=/usr/win32/gecko-sdk' '--enable-activex' '--enable-sse' '--enable-mmx' '--disable-fluidsynth' '--disable-gnomevfs' '--disable-hal' '--disable-cddax' '--disable-vcdx' '--disable-libcdio' '--disable-vcdinfo' '--disable-libcddb' '--disable-dvb' '--enable-zvbi' '--disable-telx' '--disable-pulse' 'build_alias=i386-linux' 'host_alias=i586-mingw32msvc' 'CC=i586-mingw32msvc-gcc' 'LDFLAGS=-L/usr/win32/lib' 'CPPFLAGS=-I/usr/win32/include -I/usr/win32/include/ebml' 'CXX=i586-mingw32msvc-g++'</div>
<div>[0x24f8d84] main libvlc debug: translation test: code is "C"</div><div>[0x24f8d84] main libvlc debug: checking plugin modules</div><div>[0x24f8d84] main libvlc debug: recursively browsing `c:\Program Files\Mono-2.4.3\bin\modules'</div>
<div>[0x24f8d84] main libvlc debug: recursively browsing `c:\Program Files\Mono-2.4.3\bin\plugins'</div><div>[0x24f8d84] main libvlc debug: module bank initialized (1 modules)</div><div>[0x24f8d84] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU</div>
<div>[0x24f8d84] main libvlc debug: looking for memcpy module: 0 candidates</div><div>[0x24f8d84] main libvlc error: no memcpy module matched "any"</div><div>[0x2529d04] main playlist debug: Activated</div><div>
[0x25387f4] main interface debug: looking for interface module: 0 candidates</div><div>[0x25387f4] main interface error: no interface module matched "hotkeys,none"</div><div>[0x25387f4] main interface debug: TIMER module_need() : 19,000 ms - Total 19,000 ms / 1 intvls (Avg 19,000 ms)</div>
<div>[0x25387f4] main interface error: no suitable interface module</div><div>[0x24f8d84] main libvlc error: interface "hotkeys,none" initialization failed</div><div>[0x24f8d84] main libvlc error: option syslog does not exist</div>
<div>[0x24f8d84] main libvlc error: option drawable-xid does not exist</div><div>[0x2529d04] main playlist debug: adding item `plugins' ( C:\Program Files\VideoLAN\VLC\plugins )</div><div>[0x2529d04] main playlist debug: rebuilding array of current - root Playlist</div>
<div>[0x2529d04] main playlist debug: rebuild done - 0 items, index -1</div><div>--8<----8<----8<----8<----8<--</div><div><br></div><div>I still have an error when calling the MediaPlayer.Play() method :</div>
<div>--8<----8<----8<----8<----8<--</div><div><div>[0x24e8a4c] main input debug: Creating an input for 'a.avi'</div><div>[0x254c6Media : d:\a.avi        Meta : NowPlaying       Value=c</div><div>4] main input debug: Creating an input for 'a.avi'</div>
<div>Stacktrace:</div><div><br></div><div>  at (wrapper managed-to-native) VideoLAN.LibVLC.LibVLC.PlayerPlay (VideoLAN.LibVLC.PlayerHandle,VideoLAN.LibVLC.NativeException) <0x00004></div><div>  at (wrapper managed-to-native) VideoLAN.LibVLC.LibVLC.PlayerPlay (VideoLAN.LibVLC.PlayerHandle,VideoLAN.LibVLC.NativeException) <0xffffffff></div>
<div>  at VideoLAN.LibVLC.Player.Play () <0x00023></div><div>  at MaitreDede.MediaServer.Program.Main (string[]) <0x0045d></div><div>  at (wrapper runtime-invoke) MaitreDede.MediaServer.Program.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff></div>
<div><br></div><div>This application has requested the Runtime to terminate it in an unusual way.</div><div>Please contact the application's support team for more information.</div><div>--8<----8<----8<----8<----8<--</div>
<div><br></div><div>I think the mixed messages are due to threading issue : the message "Media : d:\a.avi        Meta : NowPlaying       Value=" is from my code, in the handler of the media event MetaChange.</div>
<div><br></div><div>According to "vlc --H", file logging is enabled with "--file-logging" option. I have not found the generated file, nor the way to set file path, so no log file.</div><div><br></div>
<div>All this shounds hard to debug and make it work...</div><div><br></div><div>I am going to do more tests...</div><div><br></div><div>Damien</div></div></div><div><div><div></div></div></div></div>