Hello @cverstege, you could try setting the game's launch options to `taskset -c 0 %command%`. This should tell the game to only use the first CPU core (the count starts at zero).
Thanks for the quick answer. This indeed fixed the issue. But then I got low fps. I managed to complete the mission now. So adding this permanently to the launch options is not a good idea. Thank you very much @kisak-val...
Hello @cverstege, you could try setting the game's launch options to `taskset -c 0 %command%`. This should tell the game to only use the first CPU core (the count starts at zero).
This game seems to work perfectly fine. Even a game breaking bug of the windows version is reproduced. I'm talking about this one: https://linustechtips.com/topic/1198968-assassins-creed-revelations-randomly-started-cras...
The above fix does not work on Ubuntu 18.04 - the location for the libgnutls.so.26 in the steam folder doesn't match - on Ubuntu there already is a symlink located in ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/u...
These were not the only steps necessary: 1. Uplay couldn't connect to the server, workaround as described in this issue: https://github.com/ValveSoftware/Proton/issues/727 [code] 2. When I finally got into the game, ther...