[Bug 49312] wineg++ - "invalid program stack in 64-bit code" on exception catching

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 3 12:01:37 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49312

Jacek Caban <jacek at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacek at codeweavers.com

--- Comment #3 from Jacek Caban <jacek at codeweavers.com> ---
Wine expects main() to be __cdecl now, so it's probably caused by
f2a7405a09c66e4b9adc15d4e9b7379ed4c78f54 and it was needed so that components
built with msvcrt use the same calling convention as ones that don't in
(non-mingw build).

The change is not needed any more because msvcrt has a separated entry point
implementation now. It may be too late, through.

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