this post was submitted on 23 Jul 2023
3 points (100.0% liked)

Linux Gaming

15274 readers
135 users here now

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:

founded 1 year ago
MODERATORS
 

Might be the new summer update, but TF2 has been crashing shortly after joining a game. Has this been happening to anyone else? I'm running Nobara

top 1 comments
sorted by: hot top controversial new old
[–] d_k_bo@feddit.de 1 points 1 year ago* (last edited 1 year ago)

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.