
HubertNNN
Published
Game works but screen blinks like a strobe light
Game will not lanch on recent versions of Proton (both 8.x and experimental cause "unsupported graphics card" error).
Game will run on older version of proton (eg. 7.0-6 and GE-Proton7-55) but screen will turn into o strobe light blinking constantly, which makes the game unplayable (at least for me).
Due to Denuvo's limitation of 5 game launches per day I am unable to do any more testing.
DRI_PRIME=1002:73df MESA_VK_DEVICE_SELECT=1002:73df %command%
If you have multiple GPUS (eg. I had a discrete GPU and second one integrated in my CPU) the game might choose the wrong one and either crash or show the "DX12 not supported message"
To solve this problem first run
MESA_VK_DEVICE_SELECT=list vulkaninfo
and then set launch options to
DRI_PRIME=1002:73df MESA_VK_DEVICE_SELECT=1002:73df %command%
where 1002:73df
is the id from the command above
eg in my case the command gave me:
$ MESA_VK_DEVICE_SELECT=list vulkaninfo
selectable devices:
GPU 0: 10005:0 "llvmpipe (LLVM 16.0.6, 256 bits)" CPU
GPU 1: 1002:73df "AMD Radeon RX 6700 XT (RADV NAVI22)" discrete GPU
GPU 2: 1002:73df "AMD Radeon RX 6700 XT" discrete GPU
Game requires an older version of proton.
For me GE-Proton8-22 worked fine.
Current version of official proton and Proton experimental will not launch the game,
showing an error: "No compatible graphics hardware was found. Device creation failed 80070057".
Game required mesa 23.3 (default installed in ubuntu is 23.1).
I used version from ppa:kisak/turtle.
Without updated mesa driver placing a building will crash the entire PC.
Game seems to require a fresh restart of steam.
It will not run if launching from steam that was already running for some time.
Completely exiting steam and starting it again seems to solve it.
It also seem to only work when steam was launched from terminal.
You have to use proton 4.11-13 to make the game work.