ValveSoftware / csgo-osx-linux

Counter-Strike: Global Offensive
http://counter-strike.net
774 stars 69 forks source link

CSGO fails to start, console output shows a crash #2613

Open someg33zer opened 3 years ago

someg33zer commented 3 years ago

Your system information

Please describe your issue in as much detail as possible:

Running CSGO from the Steam UI shows "Running" for a while, then it reverts back to a "Play" button. Nothing else occurs visually. Running on the command-line gives the following output, similar to what is shown by journalctl when running from the UI: csgo.sh output.

I've verified the content of the installation.

There is a .dmp file under /tmp/dumps:

steam@hyacinth:~$ file /tmp/dumps/crash_20210101171035_2.dmp
/tmp/dumps/crash_20210101171035_2.dmp: Mini DuMP crash report, 14 streams, Fri Jan  1 17:10:35 2021, 0x0 type

but I can't find any information on how to get anything useful out of the file.

Note that the game worked fine last night and my OS (Ubuntu) doesn't auto-update. Not sure what could have caused this to suddenly stop working today.

Steps for reproducing this issue:

  1. Start Steam
  2. Run CSGO
brikir commented 3 years ago

Found many similar errors to the ones in your 'csgo.sh output', which all mentioned shared objects/libraries.

One user in particular mentioned CS:GO, crashing like yours, here, and posted their fix:

removing all 32-bit shared objects (temporarily) which were resided under bin/ of the root game directory solved the problem