https://bugs.winehq.org/show_bug.cgi?id=32478
Petr Pošvic petr@posvic.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |petr@posvic.cz
--- Comment #21 from Petr Pošvic petr@posvic.cz --- The solution is to use single core (option in Lutris) and set the CPU affinity of "wineserver" process. Use "taskset -pc 0 `pidof wineserver`" (or for fish "taskset -pc 0 (pidof wineserver)"). Then I recommend set maximum frequency to all CPUs to something low, i.e. 1500MHz: sudo cpupower --cpu all frequency-set --max 1500MHz.
My next recomendation is playin in window and set system resolution to 800x600, but everything works in fullscreen. Only suspend and resume game is problematic and sometimes doesn't work (you are not able switch between game and other applications or next monitor).