https://bugs.winehq.org/show_bug.cgi?id=45482
--- Comment #2 from andy andy86@fastwebnet.it --- Disable CSMT do not solve problem.
I mean that boxes: https://www.mt4copier.com/wp-content/uploads/2015/03/setting-cpu-affinity-mt...
Game start with check only "CPU 0" (not 1 sorry), if I check all other boxes (CPU 1, CPU 2 and CPU 3), game begin to run fast.
Same thing can be do in a terminal:
taskset -p 4 $(pidof JadeEmpire.exe)
after starting the game.
I've made a bash script to do this auto checking when game is completely started.