http://bugs.winehq.org/show_bug.cgi?id=8178
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
--- Comment #15 from Dan Kegel dank@kegel.com 2008-12-10 23:27:39 --- Almost! Here's the current recipe:
rm -rf .wine winecfg (and select win2000 mode)
sudo cp -a /mnt/cdrom/ gp sudo chmod 755 -R gp cd gp wine setup
This gets a lot further, but crashes with a dialog box "Fatal engine execution error"; wine says
wine: Call from 0x7edf96b0 to unimplemented function gdiplus.dll.GdipGetNearestColor, aborting wine: Call from 0x7edf96b0 to unimplemented function gdiplus.dll.GdipGetNearestColor, aborting fixme:gdiplus:GdipEndContainer (0x1976c0, 0xdeadbeef) fixme:gdiplus:GdipSetImageAttributesColorKeys not implemented
Unhandled Exception: StackOverflowException.
'winetricks gdiplus' gets it a bit further, so that makes this a gdiplus bug for the moment.