Author: MagicAndre1981
Subject: Unexplained software shut down
Posted: 17 May 2014 at 6:48am
-1073741819 =could be 3 things:
C:\Users\André>err -1073741819
# for decimal -1073741819 / hex 0xc0000005
FILE_LOG_INFORMATION_FAILED iasmsg.h
# Information for the %1 log could not be logged to the text
# file %2 in the path %3. Error code: %0
STATUS_ACCESS_VIOLATION ntstatus.h
# The instruction at 0x%08lx referenced memory at 0x%08lx.
# The memory could not be %s.
USBD_STATUS_DEV_NOT_RESPONDING usb.h
# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0x5
# for decimal 5 / hex 0x5
ERROR_ACCESS_DENIED winerror.h
# Access is denied.
# 4 matches found for "-1073741819"
ERROR_ACCESS_DENIED is a good candidate you should look for.
Subject: Unexplained software shut down
Posted: 17 May 2014 at 6:48am
-1073741819 =could be 3 things:
C:\Users\André>err -1073741819
# for decimal -1073741819 / hex 0xc0000005
FILE_LOG_INFORMATION_FAILED iasmsg.h
# Information for the %1 log could not be logged to the text
# file %2 in the path %3. Error code: %0
STATUS_ACCESS_VIOLATION ntstatus.h
# The instruction at 0x%08lx referenced memory at 0x%08lx.
# The memory could not be %s.
USBD_STATUS_DEV_NOT_RESPONDING usb.h
# as an HRESULT: Severity: FAILURE (1), FACILITY_NULL (0x0), Code 0x5
# for decimal 5 / hex 0x5
ERROR_ACCESS_DENIED winerror.h
# Access is denied.
# 4 matches found for "-1073741819"
ERROR_ACCESS_DENIED is a good candidate you should look for.