[Bug 20725] Adobe photoshop CS2 fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 4 11:28:24 CST 2010


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


Marcus Meissner <marcus at jet.franken.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcus at jet.franken.de




--- Comment #28 from Marcus Meissner <marcus at jet.franken.de>  2010-02-04 11:28:21 ---
This bug was caused by:

- we built 11.2 wine with -fomit-frame-pointer
- a MSI CustomAction function in the Photoshop CS2 installer
  was badly declared CDECL instead of STDCALL and so corrupted
  the %esp register
  This was not visible when frame pointers where used (%ebp),
  but visible if not used.

I submitted a fix to wine and it was applied just now:

http://source.winehq.org/git/wine.git/?a=commit;h=9fab263d397cfd61c6940b049fadcc5906f3cd74

it will be in the next published wine release.

-- 
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