https://bugs.winehq.org/show_bug.cgi?id=47906 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang(a)codeweavers.com --- Comment #5 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- 0116660dd80b38da8201e2156adade67fc2ae823 also added DECLSPEC_HOTPATCH to many functions in the process of moving. There are some known bugs in gcc that trigger crashes when DECLSPEC_HOTPATCH is applied to small functions. You can try something like de6554a312a731db7d85440ce4eab44eeb53962a to remove DECLSPEC_HOTPATCH to all those affected function and see if they fix your issue. I don't have the game so I can't reproduce it. -- 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.