0xC0000005
0xC0000005 is a Windows error and exception code that denotes an access violation. It is commonly referred to as STATUS_ACCESS_VIOLATION in Windows NTSTATUS values and is reported when a process attempts to access memory in a way that is not permitted, such as reading from or writing to an invalid or protected address or attempting to execute code from a non-executable region. In crash reports and debugging tools, 0xC0000005 appears as the exception code and is associated with a faulting instruction and a faulting address.
In practice, this code indicates a memory access error at the native code level. The fault can
Diagnosing 0xC0000005 typically involves collecting a crash dump or enabling a minidump and analyzing it with