Open Jerroder opened 2 years ago
This is also happening on arch (up to date) for versions:
Both openGL and vulkan crash and the following fixes from #2659 haven't worked for me:
Current launch options are
MESA_DEBUG=1 __GL_ALLOW_UNOFFICIAL_PROTOCOL=1 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 __GL_SHOW_GRAPHICS_OSD=1 __GL_THREADED_OPTIMIZATIONS=0 LANG=en_GB.UTF-8 LOCALE=en_GB.UTF-8 %command% -novid -nojoy -nosteamcontroller -nohltv -refresh 144 -threads 15 -reuse +cl_forcepreload 1 -full -tickrate 128 -freq 144
But I have tried various permutations of these and no options but no luck.
Got the same probleme with manjaro up to date. It's work by doing this: https://github.com/ValveSoftware/csgo-osx-linux/issues/2659#issuecomment-1107677204
just had similar problem but it was user related so not sure if its the same. only one from two accounts encountered the crash. was fixed by deleting folders 730 and config from ~/.steam/debian-installation/userdata/
dmesg gave segmentation fault on client_client.so when crashing. when not using -novid csgo logo was visible
Your system information
Steam
->Help
->System Information
) in a gist: https://gist.github.com/rderensy/7f39fcc5b129395e4c1da3307d626050Please describe your issue in as much detail as possible:
When starting csgo from steam on Ubuntu 22.04, the screen stays black and closes after ~5 to 10 sec. The game is still running in steam, I have to manually stop it. It used to work flawlessly but not anymore.
When running
~/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo_linux64
, I get the error./csgo_linux64: error while loading shared libraries: libtcmalloc_minimal.so.0: cannot open shared object file: No such file or directory
even though, as https://github.com/ValveSoftware/csgo-osx-linux/issues/2659#issuecomment-1118944263 says, the md5 checksum of the packagedlibtcmalloc_minimal.so.0
(inbin/linux64/
) is1aed9927e757605ceef443605b8ef7a5
.When running
~/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh
I get a segmentation fault.Steps for reproducing this issue:
My launch options are
-console -refresh 144 -threads 16 -nojoy -novid
. I added nojoy and novid following other people comments in the issue linked above but it didn't help. I also tried to run it the the Linux Runtime Environment as a compatibility layer but no luck either. Installing the packagelibtcmalloc-minimal4
hasn't done anything.