ok.. i think i got it right now.. doesnt seem like it changed tho.. came up as this... cant afford a new vid card.. so I'll probably try to roll back the drivers.. i believe this started about 4 er 5 months ago.. would it make any difference if i used CCC? I've never installed it, i've just installed the drivers and WDM thingies and thats it
Microsoft (R) Windows Debugger Version 6.8.0004.0 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\WINDOWS\Minidump\Mini011108-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\debug*
http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0
Debug session time: Fri Jan 11 16:24:04.312 2008 (GMT-8)
System Uptime: 0 days 3:58:43.903
Loading Kernel Symbols
........................................................................................................................
Loading User Symbols
Loading unloaded module list
...............
Unable to load image ati3duag.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ati3duag.dll
*** ERROR: Module load completed but symbols could not be loaded for ati3duag.dll
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, bf251a1e, aa528938, 0}
Probably caused by : ati3duag.dll ( ati3duag+e1a1e )
Followup: MachineOwner
---------
kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
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: bf251a1e, The address that the exception occurred at
Arg3: aa528938, 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:
ati3duag+e1a1e
bf251a1e 8b44242c mov eax,dword ptr [esp+2Ch]
TRAP_FRAME: aa528938 -- (.trap 0xffffffffaa528938)
ErrCode = 00000000
eax=00000001 ebx=00000800 ecx=00000001 edx=e29a9a78 esi=e3b85548 edi=00000000
eip=bf251a1e esp=aa5289ac ebp=00000080 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
ati3duag+0xe1a1e:
bf251a1e 8b44242c mov eax,dword ptr [esp+2Ch] ss:0010:aa5289d8=00000000
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: EverQuest2.exe
LAST_CONTROL_TRANSFER: from e3b85548 to bf251a1e
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
aa5289a8 e3b85548 e29a9a78 e11dc010 00002199 ati3duag+0xe1a1e
aa5289ac e29a9a78 e11dc010 00002199 e14a6010 0xe3b85548
aa5289b0 e11dc010 00002199 e14a6010 00000001 0xe29a9a78
aa5289b4 00000000 e14a6010 00000001 00000000 0xe11dc010
STACK_COMMAND: kb
FOLLOWUP_IP:
ati3duag+e1a1e
bf251a1e 8b44242c mov eax,dword ptr [esp+2Ch]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: ati3duag+e1a1e
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: ati3duag
IMAGE_NAME: ati3duag.dll
DEBUG_FLR_IMAGE_TIMESTAMP: 475610a4
FAILURE_BUCKET_ID: 0x8E_ati3duag+e1a1e
BUCKET_ID: 0x8E_ati3duag+e1a1e
Followup: MachineOwner
---------