Game Crashes on Game Ready

Removing Server Crasher LUA entirely fixed the issue November 28 2021

As soon as any game is made available the game crashes.
Immediately exits to desktop, no error.
I do not see the “Ready” green screen or the “Accept” text.
Occurring on all non-garbage game modes (wingman, comp, deathmatch, casual, custom).

No significant changes to OS recently.
I have verified files twice and completely reinstalled once.

Is not account specific - multiple accounts have the issue.

Windows 10 21h1.
Issue occurring since November 26th

LOG:

Code = c0000005 Address = 798803BC (steamnetworkingsockets.dll+703bc)
Attempt to read data at address c8
LH = 3496 | 4173 | 2575
edi=79a97800
esi=c8
ebx=79a97800
edx=12
ecx=d1465c
eax=ffffffff
ebp=232ce184
ff 36 ff 75 0c ff 75 08 68 9c c6 a2 79 68 6e 01 00 00 68 20 
ret addr:
7987640B (steamnetworkingsockets.dll+6640b)
8d 8b 48 32 00 00 e8 6a 76 fe ff 8b 7d 08 83 38 06 7c 25 ff 

‘ecx’ and ‘ebp’ change depending on the crash. All other data remains the same.

cs update probably broke something

Last update was November 17th - Game started crashing on the 26th?

Logs are stored in the Counter-Strike Global Offensive folder. I had a same problem, in logs there it

Code = c0000005 Address = 5D5003BC (steamnetworkingsockets.dll+703bc)
Attempt to read data at address c8
LH = 3496 | 4173 | 2575
edi=5d717800
esi=c8
ebx=5d717800
edx=12
ecx=35e5dfc
eax=ffffffff
ebp=1983e95c
ff 36 ff 75 0c ff 75 08 68 9c c6 6a 5d 68 6e 01 00 00 68 20
ret addr:
5D4F640B (steamnetworkingsockets.dll+6640b)
8d 8b 48 32 00 00 e8 6a 76 fe ff 8b 7d 08 83 38 06 7c 25 ff

“had”

Did you fix it?
Thanks for the info.

Remove servercrasher.lua if you have one. Then restart CS, it should help.

1 Like

Much appreciated.

Why does an unloaded LUA affect the game?
Was the LUA loading even when ‘unloaded’?

I made a fresh config and assured no features were on.

idk why. I also turned off LUA, but the game kept crashing. Only the removal of lua helped