-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Counter-Strike new update on Linux crashes when open scoreboard #3551
Comments
Possibly related to #3502. |
Can confirm this issue |
Stack trace:
|
having the same issue myself |
Having the same problem on my end |
confirming this issue myself too |
Can confirm this issue on Fedora linux. |
Confirming this issue on Linux Mint |
Confirming on Arch (X11/i3, 64bit). |
SteamDB shows that a test update was released today. (https://steamdb.info/app/10/history/) |
You're a legend, thanks for keeping everyone updated |
Confirming on Arch Linux (Plasma 5.27 Wayland/X11 Session) |
Confirmed (Archlinux, GNOME/WAYLAND, AMD RNDA2 running Kernel @kisak-valve // edit |
Yep, still crashing after new update. |
Yes, same thing. Now I have debugged and the stack trace turned out to be similar to @stacksmash76.
|
A quick look using IDA shows they're probably passing Now it uses There are a number of cases in various parts of the engine and the games where wide character string buffers have their size calculated using For reference: The buffer size is 6 characters so 6 * 4 is 24, which is what's being passed in. Interestingly the first call does pass the correct size so it's inconsistently calculated. |
@kisak-valve |
Hello @fred0r, friendly reminder that I'm a moderator for Valve's issue trackers on Github, and not a game developer myself. I have no real insight into the game's code base beyond what's publicly available. |
@kisak-valve |
+1 |
In addition to the scoreboard. I found another problem related to When you join a server with a custom weapon slot and when you select the desired slot, the client crashes in the same way. Stack Trace:
|
Exe build: 08:56:59 Dec 1 2023 (9899) |
https://steamdb.info/app/10/history/ /me keeps his fingers crossed |
Been keeping my fingers crossed for a month now lmao |
I have the same problem. |
+1 |
Even |
Btw I think I found another bug... |
Everything is fine in When you join a server with the metamod extension, it crashes due to the same error On a call to the same function: |
Weird. On my end it crashes even in New game. Anyway, opened a new issue: #3701 |
+1 |
There's no need to keep bumping this issue, the cause is known. It happens on Linux regardless of distro. Just wait until it's listed as fixed. |
I just had it crash while using the buy menu. I don't know what triggered it. The scoreboard bug is there too |
|
@khanghugo Can you retest again? I believe the recent update should have fixed this. |
Yay. bt:
|
Yep, it works on my end (finally)
|
Confirm the fix. Thank you for fixing 🙂
The wording with "occasional" is funny. I literally press |
Works for me. |
@kisak-valve I think you can close this issue 😉 |
Here is the log after joining a game and open scoreboard.
The text was updated successfully, but these errors were encountered: