Unable to load image \SystemRoot\system32\DRIVERS\US800Drv.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for US800Drv.sys
*** ERROR: Module load completed but symbols could not be loaded for US800Drv.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, af602d67, beb89b54, 0}
Probably caused by : US800Drv.sys ( US800Drv+2d67 )
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: af602d67, The address that the exception occurred at
Arg3: beb89b54, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
US800Drv+2d67
af602d67 8b06 mov eax,dword ptr [esi]
TRAP_FRAME: beb89b54 -- (.trap 0xffffffffbeb89b54)
ErrCode = 00000000
eax=00000000 ebx=bce1ec80 ecx=00000000 edx=00000001 esi=00000000 edi=00000000
eip=af602d67 esp=beb89bc8 ebp=00000000 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
US800Drv+0x2d67:
af602d67 8b06 mov eax,dword ptr [esi] ds:0023:00000000=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: Cubase5.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 00000000 to af602d67
STACK_TEXT:
00000000 00000000 00000000 00000000 00000000 US800Drv+0x2d67
STACK_COMMAND: kb
FOLLOWUP_IP:
US800Drv+2d67
af602d67 8b06 mov eax,dword ptr [esi]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: US800Drv+2d67
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: US800Drv
IMAGE_NAME: US800Drv.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4d277a76
FAILURE_BUCKET_ID: 0x8E_US800Drv+2d67
BUCKET_ID: 0x8E_US800Drv+2d67
Followup: MachineOwner
---------