Open gsgleason opened 5 years ago
For reference, the attached minidump is a SIGILL (a CPU instruction that your cpu does not understand) in engine_client.so.
i pretty much have the same problem, but i can play offline with bots, anything else nd it crashes
output of dmesg is as follows:
traps: csgo_linux64[56566] trap invalid opcode ip:7f5de0851009 sp:7ffd94f8f200 error:0 in engine_client.so[7f5de0143000+b45000]
Here is my dmesg at the time of the crash.
[32333.705305] traps: csgo_linux64[4275] trap invalid opcode ip:7f70dd9de009 sp:7ffc745470b0 error:0 in engine_client.so[7f70dd2d0000+b45000]
[32333.705337] audit: type=1701 audit(1569640400.826:167): auid=1001 uid=1001 gid=100 ses=1 pid=4275 comm="csgo_linux64" exe=2F7573722F6C6F63616C2F737465616D2F737465616D617070732F636F6D6D6F6E2F436F756E7465722D537472696B6520476C6F62616C204F6666656E736976652F6373676F5F6C696E75783634 sig=4 res=1
I have currently fixed the same exact issue by creating an environment variable.
STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0
you could place this in either your ~/.bash_profile or your ~/.bashrc or for system wide usage you could place that line in the file located at /etc/profile.d/steam.sh I also added the line
export STEAM_RUNTIME_PREFER_HOST_LIBRARIES
afterwards
you could also just start steam like so
STEAM_RUNTIME_PREFER_HOST_LIBRARIES=0 steam
to see if it fixes your issues.
actually only casual works now for me... i dont play comp, but deathmatch is still broken... idk if that environment variable did anything or if was an update
That environment variable didn't help me.
Does casual mode work for you or no? Cause casual works atm
Casual seems to work. The first attempt to join a competitive match seems to work after a reboot, but the second attempt fails.
Your system information
Steam
->Help
->System Information
) in a gist: https://gist.github.com/gsgleason/7f24a109e936e716a2617e2f087fa009Please describe your issue in as much detail as possible:
This started after the most recent update.
When connecting to a match, either competitive or casual, it gets to 'connecting to server' and crashes. crash_20190925222924_1.dmp.zip
I've uninstalled and reinstalled and there is no change.
Steps for reproducing this issue: