http://bugs.winehq.org/show_bug.cgi?id=20725
Marcus Meissner marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus@jet.franken.de
--- Comment #28 from Marcus Meissner marcus@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=9fab263d397cfd61c6940b049f...
it will be in the next published wine release.