http://bugs.winehq.org/show_bug.cgi?id=19309
--- Comment #8 from Patrick Ammann pammann@aro.ch 2009-08-15 13:36:50 --- the problem seems to be within the gdiplus function: "GdipBitmapLockBits"
i case i hack part of the code from: "if(pbmi->bmiHeader.biHeight > 0){" to "if(0 && pbmi->bmiHeader.biHeight > 0){"
the application runs, but shows visible defects...