ValveSoftware / csgo-osx-linux

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

Csgo crash on startup (NVIDIA) #3174

Open swaipyy opened 1 year ago

swaipyy commented 1 year ago

Your system information

Please describe your issue in as much detail as possible:

Game crash on startup steam --debug log: log

Steps for reproducing this issue:

  1. Set this launch parameters: %command% -fullscreen -high -nojoy -novid
  2. Launch csgo
swaipyy commented 1 year ago

the crash_20230503213700_2.dmp: Crash dump

swaipyy commented 1 year ago

out for ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh ./csgo.sh
anything that i could search for would be useful.

ldd csgo_linux64
    linux-vdso.so.1 (0x00007ffe357a4000)
    libtcmalloc_minimal.so.0 => not found
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f2003a39000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f2003852000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f2003a6a000)

after fixing the libtcmalloc error with this the error persist.

swaipyy commented 1 year ago

using libtcmalloc.4.5.9 appear to "fix something" cause now i get this <-- video of the issue