https://bugs.winehq.org/show_bug.cgi?id=43127 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine crashes when trying to |Multiply 64-bit |launch Gwent |applications crash with |(set_context_reg in |stack overflow errors when |ntdll/signal_x86_64.c |Wine is compiled with GCC |assumes Xmm registers are |7.x (set_context_reg in |aligned) |ntdll/signal_x86_64.c | |assumes Xmm registers are | |aligned) --- Comment #3 from Sebastian Lackner <sebastian(a)fds-team.de> --- (In reply to unduthegun from comment #2)
Compiling it with -01 works around the issue.
For example: ./configure [...] -CFLAGS=-01 make
Small typo here, it should be "-O1" (not zero). I'm changing this to a collector bug for all games which suddenly crash with stack overflow errors after upgrading to 2.9. My current theory is that this Wine bug was exposed by a change in GCC 7.x - at least Archlinux and openSUSE Tumbleweed have upgraded recently, and I haven't seen any reports for other distributions yet. -- 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.