https://bugs.winehq.org/show_bug.cgi?id=40096
--- Comment #13 from Henri Verbeet hverbeet@gmail.com --- Created attachment 53902 --> https://bugs.winehq.org/attachment.cgi?id=53902 hack
This hack should help. The application uses GetDeviceCaps(dc, BITSPIXEL); to get the screen depth, and essentially gets confused when it's not the 8 bpp it previously set. It might be possible to emulate 8bpp mode in winex11, I'm not sure how hard that would be.