You are not logged in.
When I try to play Garry's Mod after some time it crashes and steam gives this output into the terminal:
Game removed: AppID 4000 "Garry's Mod", ProcID 5513
$HOME/.local/share/Steam/SteamApps/common/GarrysMod/hl2.sh: line 67: 5513 Segmentation fault (core dumped) ${GAME_DEBUGGER} "${GAMEROOT}"/${GAMEEXE} "$@"
I have no idea why would it give a Segmentation Fault when there isn't any user-made code running in that moment, because it can crash like that even in the menu.
Last edited by LAUAR (2014-11-29 14:38:45)
Offline
I ran into this problem the other day. Pretty much the issue is with Steam and the embedded run-time libs:
https://wiki.archlinux.org/index.php/St … ime_issues
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcc_s.so.1
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
That fixed it for me.
Offline