http://bugs.winehq.org/show_bug.cgi?id=15571
Summary: Adobe Photoshop CS3 aborts with missing gdiplus functions Product: Wine Version: 1.1.6 Platform: Other OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
On my Ubuntu 8.10 desktop, CS3 installs and runs fine with wine-1.1.6 if I do "winetricks -q gdiplus gecko" before installing.
Without native gdiplus, the app bombs with various gdiplus problems, e.g.
wine: Call from 0x7b844b20 to unimplemented function gdiplus.dll.GdipCreateHICONFromBitmap, aborting wine: Call from 0x7b844b20 to unimplemented function gdiplus.dll.GdipCreateHalftonePalette, aborting
or
fixme:gdiplus:GdipSaveGraphics graphics state not implemented fixme:gdiplus:GdipRestoreGraphics graphics state not implemented wine: Unhandled exception 0x40000015 at address 0x7ec62670 (thread 02fe), starting debugger...