Microsoft (R) Windows Debugger Version 6.9.0003.113 X86 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Users\Lukasz\Desktop\Dobre_Porady\Hotfix\DMP\Mini102808-05.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols Executable search path is: Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp_sp2_gdr.080814-1233 Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055c700 Debug session time: Tue Oct 28 18:20:31.828 2008 (GMT+1) System Uptime: 0 days 0:07:03.555 Loading Kernel Symbols .................................................................................................................................. Loading User Symbols Loading unloaded module list ......... Unable to load image nv4_disp.dll, Win32 error 0n2 *** WARNING: Unable to verify timestamp for nv4_disp.dll *** ERROR: Module load completed but symbols could not be loaded for nv4_disp.dll ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck 1000007E, {c0000005, bfafcb0b, b4c7abdc, b4c7a8d8} Probably caused by : nv4_disp.dll ( nv4_disp+127b0b ) Followup: MachineOwner --------- 1: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e) 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: bfafcb0b, The address that the exception occurred at Arg3: b4c7abdc, Exception Record Address Arg4: b4c7a8d8, Context Record Address Debugging Details: ------------------ EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Instrukcja spod 0x%08lx odwo FAULTING_IP: nv4_disp+127b0b bfafcb0b ff5204 call dword ptr [edx+4] EXCEPTION_RECORD: b4c7abdc -- (.exr 0xffffffffb4c7abdc) ExceptionAddress: bfafcb0b (nv4_disp+0x00127b0b) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000000 Parameter[1]: 1331438c Attempt to read from address 1331438c CONTEXT: b4c7a8d8 -- (.cxr 0xffffffffb4c7a8d8) eax=e9a15380 ebx=e4beb5d4 ecx=e9a15380 edx=13314388 esi=00000000 edi=00000002 eip=bfafcb0b esp=b4c7aca4 ebp=e7a3e000 iopl=0 nv up ei ng nz na po nc cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282 nv4_disp+0x127b0b: bfafcb0b ff5204 call dword ptr [edx+4] ds:0023:1331438c=???????? Resetting default scope CUSTOMER_CRASH_COUNT: 5 DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT PROCESS_NAME: FarCry2.exe ERROR_CODE: (NTSTATUS) 0xc0000005 - Instrukcja spod 0x%08lx odwo READ_ADDRESS: 1331438c BUGCHECK_STR: 0x7E LAST_CONTROL_TRANSFER: from e2807f40 to bfafcb0b STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. b4c7aca0 e2807f40 e7a3e000 e4beb5d4 00000000 nv4_disp+0x127b0b b4c7aca4 e7a3e000 e4beb5d4 00000000 e7b01dc0 0xe2807f40 b4c7aca8 e4beb5d4 00000000 e7b01dc0 00000000 0xe7a3e000 b4c7acac 00000000 e7b01dc0 00000000 bfb9948d 0xe4beb5d4 FOLLOWUP_IP: nv4_disp+127b0b bfafcb0b ff5204 call dword ptr [edx+4] SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: nv4_disp+127b0b FOLLOWUP_NAME: MachineOwner MODULE_NAME: nv4_disp IMAGE_NAME: nv4_disp.dll DEBUG_FLR_IMAGE_TIMESTAMP: 48d14099 STACK_COMMAND: .cxr 0xffffffffb4c7a8d8 ; kb FAILURE_BUCKET_ID: 0x7E_nv4_disp+127b0b BUCKET_ID: 0x7E_nv4_disp+127b0b Followup: MachineOwner ---------