Counter-Strike: Global Offensive How to Fix Crashing Issues Using Fedora 35

Counter-Strike: Global Offensive How to Fix Crashing Issues Using Fedora 35 1 - steamsplay.com
Counter-Strike: Global Offensive How to Fix Crashing Issues Using Fedora 35 1 - steamsplay.com

How to prevent the game from instantly crashing when using Fedora 35
 
 

DISCLAIMER

This will replace a gamefile, so if you “verify integrity” you will have to do this again. Also, because we are replacing a file, there is some discussion linked below about the potential of this creating issues with VAC. However, I have been playing competitive with this fix for about a month without any problems (today is December 1 2021), and I haven’t seen any reported issues from this fix or similar fixes. And of course since this is Linux I can’t guarantee it will work on your system, and take no responsibility if you break something. So don’t worry we got this lol!
 
 
 

Main

From the terminal –
 
 
# dnf install gperftools-libs
 
$ cd ….Counter-Strike Global Offensive/bin/linux64/
 
$ mv libtcmalloc_minimal.so.0 libtcmalloc_minimal.so.0.bak
 
$ mv libtcmalloc_minimal.so.4 libtcmalloc_minimal.so.4.bak
 
$ cp /usr/lib64/libtcmalloc_minimal.so.4.5.9 libtcmalloc_minimal.so.0
 
 
Don’t forget to change the cd command to your game folder.
 
I found the solution here:
 
https://github.com/ValveSoftware/csgo-osx-linux/issues/2659#issuecomment-950379109 – [github.com] 
 
And then reposted it here:
 
https://forums.fedoraforum.org/showthread.php?327313-0-Steam-game-CSGO-is-not-working-on-fedora-35-beta-and-stable&p=1853771 – [fedoraforum.org] 
 
 
Seems to work, so I’m posting this here to make it easier for myself to find later.
 
Have fun! ^_^
 
 

Written by -couture-

 
 
This is all for Counter-Strike: Global Offensive How to Fix Crashing Issues Using Fedora 35 hope you enjoy the post. If you believe we forget or we should update the post please let us know via comment, we will try our best to fix how fast is possible! Have a great day!
 


1 Comment

  1. That was brilliant – thank you! Bought a new PC and was anxious to try CS:GO with my new system… was getting worried there was some incompatibility but this fixed it 🙂

Leave a Reply

Your email address will not be published.


*