View Single Post
Old 6th April 2015, 18:30   #1214  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by manolito View Post
Just for the fun of it, can you try to change your display color depth from 32bit to 16bit and see what happens?
That doesn't seem to be possible any longer on Windows 8.

Quote:
Originally Posted by manolito View Post
The reason I ask is that on my machine LameXP only works with 16bit colors, with 32bit colors I get exactly this error.
"Exactly this error" doesn't say anything here, though. That's because the unhandeled exception handler will be invoked, well, when the system throws some unexpected exception.

And this can be virtually anything! Like an access violation, a division by zero, an illegal instruction or whatever. We won't know without further details...


Here is a new Debug build, which might provide some insight on what's going on:
http://sourceforge.net/projects/muld...0.exe/download

Please use the Windows Debugger (WinDbg) for creating a proper stack trace:
https://www.sendspace.com/file/xepka0
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 6th April 2015 at 18:36.
LoRd_MuldeR is offline   Reply With Quote