Hello @Tofixrs, please add [`PROTON_LOG=1 %command%`](https://github.com/ValveSoftware/Proton#runtime-config-options) to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.) If this is a regression, please explicitly note the newest Proton version you know is not affected.
@kisak-valve There you go [steam-387990.log](https://github.com/ValveSoftware/Proton/files/11627889/steam-387990.log) The newest not affected version not affected is Proton 7.0-6
Hello @Tofixrs, please add [`PROTON_LOG=1 %command%`](https://github.com/ValveSoftware/Proton#runtime-config-options) to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a...
Since proton 8.0 the game fails to open the debug console (enabled with the -dev flag) with the following error  While...
Hello @LukasDoesDev, it looks like you have a Southern Islands (SI) generation AMD video card. The card does support Vulkan, but Linux uses the `radeon` kernel module by default with that generation and the `radeon` kern...
Turns out my driver probably didn't have Vulkan support. I used `PROTON_USE_WINED3D=1 %command%` as my launch option and it worked. Thanks to this tweet by `Fritz64_`: https://twitter.com/Friz64_/status/13708676120585789...
Here are the results on my setup: - System: Artix(Arch without systemd) in a chroot, host is gentoo - CPU: AMD Ryzen 7 3700X - GPU: AMD RX 5600 XT (mesa 20.2.6 on host, 20.3.4 in chroot) - Kernel: 5.4.66-gentoo - Proton:...