this post was submitted on 23 Jul 2023
8 points (90.0% liked)

Linux Gaming

14957 readers
81 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

you are viewing a single comment's thread
view the rest of the comments
[–] d_k_bo@feddit.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] Duallight@lemmy.world 2 points 1 year ago

Ah, yeah crashes are all on VSH maps so that explains it. Thanks!