Version 2.1.5 works fine
OS win7 x64
changes in configuration
output: DirectX (DirectDraw) video output
enable wallpaper mode
display device \\.\DISPLAY2
shortcut to launch "C:\PortableApps\VLCPortable\VLCPortable.exe dvb-t://frequency=754000000:bandwidth=0"
Crashes immediately with every media type on every video codec (this includes network streams) or output driver. No errors show on crash or when loading and in the LUA console. Ill be able to debug it soon and post the results here. :/
I make FOSS games!
So, I ran VLC portable through my debugger (OllyDBG) and found that VLC tries to access memory from location x00000000 which is nonexistent. Here is the debug log: http://pastebin.com/cTzzK4Q4
I found that I can keep VLC from crashing by refusing to pass the exception to VLC with the debugger (basically making VLC think nothing went wrong).
I make FOSS games!
Does the same thing happen on a local copy as well?
Not 'every media type on every video codec' cause problems.
Only ogg,flv, and avi are effected as far as I can tell.
If it happens locally as well, this is a bug with the base app and should be reported to the app's developers.