http://bugs.winehq.org/show_bug.cgi?id=23312
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-06-21 16:05:03 --- Hello,
the application imports all needed gdiplus API by ordinal (such "optimizations" = serious brain damage). Wine doesn't preserve the same export/ordinal order as Microsoft gdiplus hence the stack gets imbalanced when wrong gdiplus exports are called, leading to crash.
Use native gdiplus to work around the crash, e.g.: 'winetricks gdiplus'
(http://wiki.winehq.org/winetricks)
Regards