Steam game CSGO is not working on fedora 35 beta and stable

steam game CSGO is not working on fedora 35 beta and stable. It used to work on fedora 34. A Black Game window opens and then closes in a few seconds. The system is up to date with AMD ryzen 4800H + Radeon RX 5600M GPU. Anybody facing the same issue or know any workarounds?

Did you solve it?i have the same problem,only csgo crashes on steam. :joy:

The following solution worked for me before kernal 5.14.17. try it on your machine.
$ sudo dnf install gperftools-libs
cd to …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

Edit= I got it from- https://github.com/ValveSoftware/csgo-osx-linux/issues/2659#issuecomment-962417347

1 Like

it does work!
thank you for answering :blush:

1 Like