You are here

VLC 2.2.0 crash in wallpaper mode

6 posts / 0 new
Last post
RealKikas
RealKikas's picture
Offline
Last seen: 3 months 1 week ago
Joined: 2010-01-19 05:27
VLC 2.2.0 crash in wallpaper mode

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"

TerraByteTech
TerraByteTech's picture
Offline
Last seen: 9 years 1 month ago
Joined: 2015-03-07 13:56
similar issue

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!

TerraByteTech
TerraByteTech's picture
Offline
Last seen: 9 years 1 month ago
Joined: 2015-03-07 13:56
Bug found.

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!

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Does it happen locally?

Does the same thing happen on a local copy as well?

MichaelDW
Offline
Last seen: 6 years 6 months ago
Joined: 2011-01-05 11:50
It happens locally also however..

Not 'every media type on every video codec' cause problems.
Only ogg,flv, and avi are effected as far as I can tell.

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Base app bug

If it happens locally as well, this is a bug with the base app and should be reported to the app's developers.

Log in or register to post comments