[SOLVED] Blue Screen - BSOD - Windows 7 x64

If you installed the take ownership to the right-click context menu, you have to restart first after installing the registry key.

1. Drag MEMORY.DMP to desktop.

2. Take ownership of the file.

3. Compress it by zipping it up.

4. Try uploading it.
 
Code:
1: kd> .bugcheck
Bugcheck code 000000C4
Arguments 00000000`000000f6 00000000`00000a60 fffffa80`0e8cfb30 fffff880`097b7430

0xC4 bug check with 0xF6 first argument, this implies a user-handle was referenced as kernel-mode.

Code:
1: kd> knL
 # Child-SP          RetAddr           Call Site
00 fffff880`0995a7d8 fffff800`035533dc nt!KeBugCheckEx
01 fffff880`0995a7e0 fffff800`03568ae4 nt!VerifierBugCheckIfAppropriate+0x3c
02 fffff880`0995a820 fffff800`03323fa0 nt!VfCheckUserHandle+0x1b4
03 fffff880`0995a900 fffff800`033e4ea9 nt! ?? ::NNGAKEGL::`string'+0x20a4e
04 fffff880`0995a9d0 fffff800`030c8953 nt!NtSetEvent+0x75
05 fffff880`0995aa30 fffff800`030c4ef0 nt!KiSystemServiceCopyEnd+0x13
06 fffff880`0995abc8 fffff880`097b7430 nt!KiServiceLinkage
07 fffff880`0995abd0 fffff880`097b736d rzpmgrk+0x1430
08 fffff880`0995ac20 fffff880`097b7165 rzpmgrk+0x136d
09 fffff880`0995ac50 fffff880`097b6eb6 rzpmgrk+0x1165
0a fffff880`0995aed0 fffff800`033929ee rzpmgrk+0xeb6
0b fffff880`0995af00 fffff800`03374213 nt!PspInsertThread+0x72e
0c fffff880`0995b080 fffff800`030c8953 nt!NtCreateUserProcess+0x732
0d fffff880`0995bbb0 00000000`776b098a nt!KiSystemServiceCopyEnd+0x13
0e 00000000`0777e4e8 00000000`00000000 0x776b098a

Code:
1: kd> !address fffff880097b7430

Usage:                  Module
Base Address:           fffff880`097b6000
End Address:            fffff880`097be000
Region Size:            00000000`00008000
VA Type:                SystemPTEs
Module name:            rzpmgrk.sys
Module path:            [\??\C:\Windows\system32\drivers\rzpmgrk.sys]

The driver that performed the incorrect reference was the Razer overlay driver, which I believe tied to Syanpse, which is complete garbage. Horribly buggy software.

I would recommend uninstalling it and using your default Windows mouse drivers, but you could try updating Synapse first if there's an update. The cons to being on Windows drivers are you'd be missing a few features you paid for, but you wouldn't crash anymore.
 
thanks so much i updated razer and its ok now for 2 days. i think it wont happen again thanks so much ^_^
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top