After yesterdays update I have started to crash consistently 30mins into playing the game. the error states... "The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. (c0000005)".
I'm on win10, gtx 1070, z370 chipset, i5-8600K CPU, DDR4 3600 16G RAM. Fairly mainstream components so I doubt it's hardware related.
To break this down, %p and %s are string formatters in C/C++ language (the language the NXT client is written with). %p references a pointer (memory address) and %s reference a string (error message). the error code c0000005 means illegal memory access violation, it's what caused Blue Screen of Death on windows XP/7.
I don't know why the error isn't passing through the variables into %p and %s properly so it's hard to tell what is causing the issue but I have tried clearing my cache but the issue still persists.
29-Oct-2019 21:08:04
- Last edited on
29-Oct-2019 23:22:19
by
Stat Phantom