ValveSoftware / csgo-osx-linux

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

CS2 crashs after start (3 to 5 seconds) - since last update -> 15.10.2024 <- #3868

Closed HannesMC closed 1 month ago

HannesMC commented 1 month ago

Your system information

OS: Pop!_OS 22.04 LTS x86_64 Kernel: 6.9.3-76060903-generic Uptime: 5 mins Packages: 2901 (dpkg), 62 (flatpak) Shell: bash 5.1.16 Resolution: 3840x1600 DE: GNOME 42.9 WM: Mutter WM Theme: Pop Theme: Pop [GTK2/3] Icons: Pop [GTK2/3] Terminal: gnome-terminal CPU: AMD Ryzen 7 5800X3D (16) @ 3.398GHz GPU: AMD ATI 0f:00.0 Device 744c Memory: 6622MiB / 32013MiB

################################## Steam Sysinfo

Please describe your issue in as much detail as possible:

Afther the last installed update from 15.10.2024, the game starts, and 3 or 5 seconds after the main screen/menu appears, the game crashes without error message.

journalctl output while the game is crashing --> Output

Steps for reproducing this issue:

  1. Start CS2
  2. Wait 3 to 5 seconds after Main Menu is shown
mildly-useful commented 1 month ago

Happens to me too. I cannot play the game. Though the only difference is I might last 1 minute or so before the crash.

ingenius commented 1 month ago

Same problem here ...

michaelNobrega13 commented 1 month ago

Same problem here. Game was fully functional last night.... Just wanna play the game

adriangomezmorales commented 1 month ago

Same problem :(

julianZ99 commented 1 month ago

Same problem on Arch with non-flatpack version of steam and nvidia 560.28.03 drivers.

NishiyamaPedro commented 1 month ago

I found a workaround. Edit cs2.sh and put a higher value in ulimit -n 2048. I've set mine to 524288.

Giger22 commented 1 month ago

Same here. Artix Linux 6.11.3, KDE Wayland 6.2.

darkiox commented 1 month ago

Same here, Arch using 6.11.3-zen1-1-zen. Hyprland.

xjunior commented 1 month ago

I found a workaround. Edit cs2.sh and put a higher value in ulimit -n 2048. I've set mine to 524288.

This also worked for me

prw commented 1 month ago

I found a workaround. Edit cs2.sh and put a higher value in ulimit -n 2048. I've set mine to 524288.

This also worked for me

I changed mine to 16384 and was able to play 2 casual rounds before it crashed. Seems that cs2 has a file handle leak.

danginsburg commented 1 month ago

Thanks, we have a fix incoming that should ship shortly.

mildly-useful commented 1 month ago

I found a workaround. Edit cs2.sh and put a higher value in ulimit -n 2048. I've set mine to 524288.

This also worked for me

I changed mine to 16384 and was able to play 2 casual rounds before it crashed. Seems that cs2 has a file handle leak.

Ignoring this current issue completely, I do think CS2 has a leak. My game gets laggier the more I play it, and restarting my PC after 2-3 matches helps fix the framerate.

danginsburg commented 1 month ago

We just shipped a fix, please retest.

daniel-Jones commented 1 month ago

Can confirm it is fixed

HannesMC commented 1 month ago

We just shipped a fix, please retest.

Can confirm. It is fixed.

Can you describe in short, whats cause the problem and how you fixed it?

danginsburg commented 1 month ago

We just shipped a fix, please retest.

Can confirm. It is fixed.

Can you describe in short, whats cause the problem and how you fixed it?

Yes, there was some code creating an event and not freeing it, so we were leaking event fd's. Thanks for the confirmation, I'll close this issue.