http://bugs.winehq.org/show_bug.cgi?id=8178
--- Comment #17 from Dan Kegel dank@kegel.com 2008-12-11 10:20:27 --- That seems to help, but it still crashes near the same point; this looks like the culprit:
0018:Call gdiplus.GdipSetImageAttributesColorKeys(001a3108,00000000,00000001,ff0d0b0c,ff0d0b0c) ret=00cd0f52 fixme:gdiplus:GdipSetImageAttributesColorKeys not implemented 0018:Ret gdiplus.GdipSetImageAttributesColorKeys() retval=00000006 ret=00cd0f52 0018:Call KERNEL32.RaiseException(e0434f4d,00000001,00000000,00000000) ret=7921020d
Perhaps a better stub for GdipSetImageAttributesColorKeys would help. .net is notoriously picky about return values, etc.