Insurgency

Insurgency

Not enough ratings
Crashes Under Linux
By Really Bad Name
One-line command to solve Insurgency's crash-on-start problem--experienced under GNU/Linux with AMD graphics cards.
   
Award
Favorite
Favorited
Unfavorite
Steam's Libraries Are Outdated
We must remove the 'libgcc' & 'libstdc++' libraries that ship with steam, as they are outdated & incompatible with the latest versions that ship with your OS (which your latest mesa drivers require).

Simply paste this into your terminal. Make sure you understand what it does before hitting enter, as this command indefinately & recursively removes files from your filesystem under your user's .steam directory.

cd ~/.steam ; rm -r $(find -L . | grep 'libgcc\|libstdc++') ; cd

This should only be required if you're running an AMD card. Nvidia users may need to look elsewhere.

For more info & the original solution, see the following reddit posts:

Unable to start Insurgency on kubuntu 17.10 fresh install
2 Comments
Luna 5 Mar, 2021 @ 1:39pm 
Use these launch options instead as a cleaner way to do this:
LIB=lib32 LD_PRELOAD="/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so $LD_PRELOAD" %command%
Stu 6 Nov, 2018 @ 3:03pm 
fixes loading of Insurgency & Day of Infamy in Manjaro (with the beta steam client & betas enabled on both games):steamhappy: