Your Nvidia driver was the cause, you should test your graphics card
http://www.sevenforums.com/tutorials...test-occt.html Code:
*******************************************************************************
* *
* 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: ffffffffc0000094, The exception code that was not handled
Arg2: fffff8800f568d94, The address that the exception occurred at
Arg3: fffff88005acbba8, Exception Record Address
Arg4: fffff88005acb400, Context Record Address
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000094 - {EXCEPTION} Integer division by zero.
FAULTING_IP:
nvlddmkm+11cd94
fffff880`0f568d94 49f7f0 div rax,r8
EXCEPTION_RECORD: fffff88005acbba8 -- (.exr 0xfffff88005acbba8)
ExceptionAddress: fffff8800f568d94 (nvlddmkm+0x000000000011cd94)
ExceptionCode: c0000094 (Integer divide-by-zero)
ExceptionFlags: 00000000
NumberParameters: 0
CONTEXT: fffff88005acb400 -- (.cxr 0xfffff88005acb400)
rax=000000004117ffff rbx=0000000000000000 rcx=0000000000055000
rdx=0000000000000000 rsi=fffffa800cdf25d0 rdi=0000000000000000
rip=fffff8800f568d94 rsp=fffff88005acbde0 rbp=0000000041180000
r8=0000000000000000 r9=fffff88005acc070 r10=0000000006765000
r11=0000000000000000 r12=0000000000000000 r13=0000000000055000
r14=fffffa8009b77000 r15=0000000000000001
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010246
nvlddmkm+0x11cd94:
fffff880`0f568d94 49f7f0 div rax,r8
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x7E
PROCESS_NAME: System
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc0000094 - {EXCEPTION} Integer division by zero.
LAST_CONTROL_TRANSFER: from fffff88005acbed0 to fffff8800f568d94
STACK_TEXT:
fffff880`05acbde0 fffff880`05acbed0 : 00000000`00000000 00000000`41180000 fffffa80`0cdf25d0 00000000`c1d0000b : nvlddmkm+0x11cd94
fffff880`05acbde8 00000000`00000000 : 00000000`41180000 fffffa80`0cdf25d0 00000000`c1d0000b 00000000`00000040 : 0xfffff880`05acbed0
FOLLOWUP_IP:
nvlddmkm+11cd94
fffff880`0f568d94 49f7f0 div rax,r8
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nvlddmkm+11cd94
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nvlddmkm
IMAGE_NAME: nvlddmkm.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4dd73a68
STACK_COMMAND: .cxr 0xfffff88005acb400 ; kb
FAILURE_BUCKET_ID: X64_0x7E_nvlddmkm+11cd94
BUCKET_ID: X64_0x7E_nvlddmkm+11cd94
Followup: MachineOwner
---------