http://bugs.winehq.org/show_bug.cgi?id=14868
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-15 09:00:57 --- just for completeness, here's the minimal patch to get the app running again:
diff --git a/dlls/gdi32/dib.c b/dlls/gdi32/dib.c index 440857d..3b66492 100644 --- a/dlls/gdi32/dib.c +++ b/dlls/gdi32/dib.c @@ -651,6 +651,7 @@ INT WINAPI GetDIBits( info->bmiHeader.biBitCount = 32; break; default: + info->bmiHeader.biCompression = BI_RGB; info->bmiHeader.biBitCount = bmp->bitmap.bmBitsPixel; break; }