Yeah it doesn't run the best in general for me and I have had some crashes but not many.
Linux Gaming
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
Been fine for me. I think it crashed once. On vsh I had a problem where I couldn't punch.
If it crashes when launching the game:
https://github.com/ValveSoftware/Source-1-Games/issues/5043
Tl;dr; Use the Flatpak or replace libtcmalloc_minimal.so.4
cd "~/.local/share/Steam/steamapps/common/Team Fortress 2/bin/"
rm libtcmalloc_minimal.so.4
ln -s /usr/lib/libtcmalloc_minimal.so.4 ./
If it crashes on VSH maps:
https://github.com/ValveSoftware/Source-1-Games/issues/5044
Unfortunately, there is no known fix.
Ah, yeah crashes are all on VSH maps so that explains it. Thanks!