Page 1 of 1

libvlc error no memcpy module matched "any"

Posted: 12 Feb 2010 17:09
by mighty_scoop
Hi together,

i'm know to vlc and jsut wanted to start with a small vlc sdl test programm (http://wiki.videolan.org/LibVLC_SampleCode_SDL). I commented all the vmem stuff from the vlc_argv out (it created a vlc: unknown option or missing mandatoory argument error).
Now i get the following error messages:
[005a9484] main libvlc error: no memcpy module matched "any"
[005b226c] main access error: no access module matched "file"
[03beccf4] main input error: open of `file/xspf-open:///C:/Users/doc/AppData/Roa
ming/vlc/ml.xspf' failed: no access module matched "file"
[03beccf4] main input error: Your input can't be opened
[03beccf4] main input error: VLC is unable to open the MRL 'file/xspf-open:///C:
/Users/doc/AppData/Roaming/vlc/ml.xspf'. Check the log for details.
[03becf64] main interface error: no interface module matched "hotkeys,none"
[03becf64] main interface error: no suitable interface module
[005a9484] main libvlc error: interface "hotkeys,none" initialization failed
[005a9484] main libvlc error: option drawable-xid does not exist
[005a9adc] main access error: no access module matched "any"
[005b248c] main input error: open of `tree.avi' failed: no access module matched
"any"
[005b248c] main input error: Your input can't be opened
[005b248c] main input error: VLC is unable to open the MRL 'tree.avi'. Check the
log for details.
[005b172c] main playlist error: no playlist export module matched "export-xspf"

Can anybody help me ?
I'm using sdl 1.2.14 and vlc 1.0.5
Thx in advance

mighty_scoop

Re: libvlc error no memcpy module matched "any"

Posted: 12 Feb 2010 18:36
by mighty_scoop
ok ... i find the problem with the help of this thread viewtopic.php?f=14&t=47912.
I forget to uncomment the option "--ignore-config".

Greetings