Hello @OrigamiPaperCrane, we're using one issue report per unofficially supported game title, so I've gone ahead and transferred this issue report to https://github.com/ValveSoftware/Proton/issues/8959#issuecomment-3216919623.
proton 9.0-4x1 2025-08proton experimentalx1 2025-08
Compatibility Report
System Information
I confirm:
-- no logs were recorded using logging launch options
Symptoms
The game causes a complete system freeze and crash when running on Linux. This is caused by the game attempting to execute privileged CPU instructions
(SMSW, SGDT) which are intercepted by the kernel's User Mode Instruction Prevention (UMIP) feature. The emulation of these instructions is extremely
resource-intensive, leading to a CPU spike of over 80% and subsequent system crash. This is a software issue within the game itself.
The kernel log (dmesg) shows the following errors repeatedly before the crash:
1 umip: MafiaTheOldCoun[9440] ip:15caf8ef0 sp:c9fe10: SMSW instruction cannot be used by applications.
2 umip: MafiaTheOldCoun[9440] ip:15caf8ef0 sp:c9fe10: For now, expensive software emulation returns the result.
3 umip: MafiaTheOldCoun[9440] ip:155594c35 sp:c986e8: SGDT instruction cannot be used by applications.
4 umip: MafiaTheOldCoun[9440] ip:155594c35 sp:c986e8: For now, expensive software emulation returns the result.
Reproduction
iostat_crash.log
dmesg_crash.log