Team Fortress 2 crashing

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

10 points · 6 comments · view on lemmy.world

6 Comments

FinancedPizza@lemming.quest · 2 pts · 3y

Yeah it doesn't run the best in general for me and I have had some crashes but not many.

shitescalates@midwest.social · 2 pts · 3y

Been fine for me. I think it crashed once. On vsh I had a problem where I couldn't punch.

d_k_bo@feddit.de · 2 pts · 3y (1 reply)

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 pts · 3y

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