http://bugs.winehq.org/show_bug.cgi?id=23312 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #1 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.