My brother just bought a new computer, with a 5070 TI, 14900K processor and Z790 Wifi Motherboard and it’s crashing in CS2 randomly.
Other games seem to play OK, but we haven’t tried anything as intensive as CS2 yet.
crash_cs2.exe_20250420142439_1.zip (417.0 KB)
I’ve attached the dump file, can anyone make any sense of what might be causing the error?
The interesting output from WinDbg I see is:
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ffc060593b8 (nvgpucomp64+0x0000000000ed93b8)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000150
Attempt to read from address 0000000000000150
PROCESS_NAME: cs2.exe
READ_ADDRESS: 0000000000000150
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
EXCEPTION_CODE_STR: c0000005
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: 0000000000000150
IP_ON_HEAP: 000001f300000000
The fault address in not in any loaded module, please check your build's rebase
log at <releasedir>\bin\build_logs\timebuild\ntrebase.log for module which may
contain the address if it were loaded.
FRAME_ONE_INVALID: 1
STACK_TEXT:
00000052`0c97ef00 000001f3`00000000 : 00007ffc`00000039 00000000`00000000 00007ffc`0605df7b 000001f3`fe725ed0 : nvgpucomp64+0xed93b8
00000052`0c97ef08 00007ffc`00000039 : 00000000`00000000 00007ffc`0605df7b 000001f3`fe725ed0 000001f3`fe723400 : 0x000001f3`00000000
00000052`0c97ef10 00000000`00000000 : 00007ffc`0605df7b 000001f3`fe725ed0 000001f3`fe723400 00000000`00000000 : nvwgf2umx+0x4a40039
SYMBOL_NAME: nvgpucomp64+ed93b8
MODULE_NAME: nvgpucomp64
IMAGE_NAME: nvgpucomp64.dll
STACK_COMMAND: dt ntdll!LdrpLastDllInitializer BaseDllName ; dt ntdll!LdrpFailureData ; ~84s; .ecxr ; kb
So, driver issue? Thoughts?
Thanks!!! :)