
maberna
Published
5.9-GE-5-ST GloriousEggroll
The crashes seems to happen due to the constant increase of open file descriptors. I could check that leaving a open terminal window with the following command:
watch -n 10 cat /proc/sys/fs/file-nr
Crashed when the number of open file descriptors reached the limit of system, which was 1048576.
Occasionally the game won't start anymore for some reason. A workaround I found was to delete (or rename) the game folder created by Proton and let Steam recreate it. Note that the paths below may be slightly different in your system.
First, kill the zombie process:
pkill Thronebreaker
Backup the saved games folder. They can be found in: $HOME/.steam/steam/steamapps/compatdata/973760/pfx/drive_c/users/steamuser/AppData/LocalLow/CDProjektRED/Thronebreaker/SaveData
Usually it's not necessary if you have Steam Cloud activated but, in some rare occasions the save data disappeared even with Steam Cloud active, so I advise you to back it up just in case.
Move (or delete) the installation folder. mv $HOME/.steam/steam/steamapps/compatdata/973760 $HOME/.steam/steam/steamapps/compatdata/973760.old
Restart the game.