http://bugs.winehq.org/show_bug.cgi?id=8178
--- Comment #20 from Dan Kegel dank@kegel.com 2009-01-29 20:37:42 --- Hmm. With today's git, it crashes sooner, before it references gdiplus because SetThreadIdealProcessor returns failure; we need a better stub there. Changing that to not return failure, I get the gdiplus problem again. Applying your suggested change gets it a bit further; it then fails after fixme:gdiplus:GdipBitmapGetPixel not implemented
So that's two new problems. One step forward, two steps back :-)