http://bugs.winehq.org/show_bug.cgi?id=1201
------- Additional Comments From ivanleo@gmail.com 2005-18-12 13:19 ------- Well I've sent in a patch that should fix the first bug the game hits http://www.winehq.com/pipermail/wine-patches/2005-December/022923.html however it crashes later on, in the CreateD3DPalette in the findstuff32.dll file (This is a game dll, not a system one). The exact crash is Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e687550). and microsoft has a kb article describing the issue http://support.microsoft.com/kb/q187381/ "In the Colors box, click High Color (16-bit)" but the wine log shows fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16 so chances are findstuff32.dll crashes because it expects the screen BBP to be 16.