
gauraden
Published
The game crashes during the first splash screen. Backtrace tells about exception during _FindAndUnlinkFrame in msvcr110
Linux native version works. But in my case there was an issue, the game can not be started from the Steam. It works only if it is executed from the console. Also, there was a problem to start the game for the first time, fortunately, it was fixed by cache clearing in the Steam.
So I can recommend two simple steps for native version:
- clear cache
- execute the game from the installation directory
Sound works fine with Pulse audio.
The game crash
PC hangs during level startup.
There was an issue when I've run the game at the Ubuntu 19.10.
Screen: DX11 could not switch resolution
It can not be fixed by setting the environment variable "PROTON_USE_WINED3D=1" because it will produce the game render issue. I've found another way to solve this problem. It looks like the problem is in the Vulkan API. To check this assumption "vkcube" can be executed and if it throws an error then this command can help to fix it:
sudo vulkaninfo
Also, it fixes the first issue with resolution switch.