When I try to start start vlc (0.8.4a and nightly 20060218) from the commandline without the full Path, vlc does not start (WinXP and wine). (the VLC-Directory in in the Path and my cd is somewhere else)
WinXPsp2 does not Print any text on the commandline
wine:
Code: Select all
~/wine.cvs/dosdevices/c:$ wine vlc.exe
VLC media player 0.8.5-svn-20060218-0001 Janus
[00000026] main interface error: no interface module matched "hotkeys,none"
[00000026] main interface error: no suitable intf module
[00000001] main vlc error: interface "hotkeys,none" initialization failed
[00000027] main interface error: no interface module matched "any"
[00000027] main interface error: no suitable intf module
[00000001] main vlc error: interface "(null)" initialization failed
When I try to start vlc.exe with the full Path, vlc comes up on WinXP and wine. (Example: "c:\Programme\VideoLAN\VLC\vlc.exe")
when using "vlc.exe" on WinME, vlc start succesful.
argv[0] includes the full Path on WinME, but not on WinXP and wine.
Possible Solution may be GetModuleFileName(NULL....) instead of argv[0]
Any Ideas/comments?
--
By by ... Detlef