http://bugs.winehq.org/show_bug.cgi?id=10903
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com 2008-08-05 18:55:23 --- After my patch from comment 19 I was able to run it, interface is almost usable, I was even able to load BMP file which displays (I'm not sure properly or not by meaning our problem with upside down rendering).
Now it crashes on unimplemented GdipCreateTexture: ------ fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:gdiplus:GdipGetDC (0x1a8c30, 0x33e118): stub fixme:gdiplus:GdipReleaseDC (0x1a8c30, (nil)): stub fixme:xrender:X11DRV_AlphaBlend not a dibsection fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't know how to handle 32 bpp wine: Call from 0x7ee21f40 to unimplemented function gdiplus.dll.GdipCreateTexture, aborting fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set fixme:win:LockWindowUpdate ((nil)), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! ------ So I'll try to start with TextureBrush maybe.