[Bug 23312] have downloaded and installed Photo! Editor, Click on .exe or desktop icon, getting "Program Error" message box

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 21 16:05:03 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23312


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #1 from Anastasius Focht <focht at 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.



More information about the wine-bugs mailing list