http://bugs.winehq.org/show_bug.cgi?id=6670
Summary: Imperialism II 8-bit DIB Error Product: Wine Version: 0.9.25. Platform: PC URL: http://www.the-underdogs.info/game.php?gameid=2693 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: doctormo@gmail.com
When running Imperialism II by frog city (see url for download) the map appears black, this is because when the game is trying to set a pixel in the map to a colour it can not find the colour in the colour map space.
When debugging I found the colour map space to have only 0 and 1 entries (no real colours) so dib.c:X11DRV_DIB_MapColor produces a warning and returns 0, when I changed the return to phys I got colours enough to be able to see the map (although completly screwed and I know this is not the way it works)
There is also another warnings: warn:gdi:GDI_GetObjPtr Invalid handle (nil)
which may be related.