Last edited by a moderator:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
To: Patrick and Other Tech Experts at BSOD:
Do you know, you guys have lots of jumping thru hoops here for the novice people not used to using zip files like me?
Question #1: You say in Question #4:"Zip up the output folder (#2) + PERFMON to zip up the files"...Uh, where am I supposed to "zip up" the contents of the "Windows7_Vista_jcgriff2" folder TO? (Assuming I know how to use my zip program called WinZip, which I don't!)
Question #2: Just tell me the exact steps to follow inside WinZip if u would please, to "zip up" the files u want and where u want them..Please?
Question #3. So you want me to attach stuff inside a program that I haven't even seen before or been inside of, i.e. your BSOD instruction sheet ((Where it says ("create a new thread here, and attach the files")), let alone you want to me attach stuff to it?
Comments: So help me out here; Do u want your files or don't you? I want you to have the files. I just want to get this BSOD thingy fixed. Because my PC is crapping out on everything right now, and it's really ticking me off!.....
You guys make these "Posting" instructions too hard for novice users like me.
Would you please make the instructions easier to follow and not so many weird steps.
C'mon, be reasonable and logical for us 'non-experts" out here. You're talking over my head...
Just frustrated, but thanks for your help anyway, Clifford Floyd - Cliff - (MrCiv)
2: kd> !irp fffff98006daaca0
Irp is active with 9 stacks 8 is current (= 0xfffff98006daaf68)
No Mdl: No System Buffer: Thread fffffa8004413660: Irp stack trace. Pending has been returned
cmd flg cl Device File Completion-Context
[ 0, 0] 0 0 00000000 00000000 00000000-00000000
Args: 00000000 00000000 00000000 00000000
[ 0, 0] 0 0 00000000 00000000 00000000-00000000
Args: 00000000 00000000 00000000 00000000
[ 0, 0] 0 10 00000000 00000000 00000000-00000000
Args: 00000000 00000000 00000000 00000000
[ f, 0] 0 10 fffffa8007931050 00000000 00000000-00000000
fffffa8007931050: Could not read device object or _DEVICE_OBJECT not found
Args: 00000000 00000000 00000000 00000000
[ f, 0] 0 10 fffffa80081ca9b0 00000000 fffff880071fb630-fffff880033bd270
fffffa80081ca9b0: [I][B]Could not read device object or _DEVICE_OBJECT not found
[COLOR=#ff0000]gamingms[/COLOR][/B][/I]
3: kd> lmvm gamingms
start end module name
fffff880`06f78000 fffff880`06f7aa80 gamingms (deferred)
Image path: gamingms.sys
Image name: gamingms.sys
[I][B] Timestamp: Fri May 11 04:23:26 [COLOR=#ff0000]2007[/COLOR] (464427FE)[/B][/I]
CheckSum: 000111D1
ImageSize: 00002A80
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Also, I forgot to include on my OS, that I am using Service Pack #1. Should I get #2 Service Pack or not? Does it cost $?
We have various bug checks from the attached DMP files:
CRITICAL_STRUCTURE_CORRUPTION (109)
This indicates that the kernel has detected critical kernel code or data corruption.
There are generally two causes for this bug check:
- A driver has inadvertently, or deliberately, modified critical kernel code or data. Microsoft Windows Server 2003 with Service Pack 1 (SP1) and later versions of Windows for x64-based computers do not allow the kernel to be patched except through authorized Microsoft-originated hot patches. For more information, see Patching Policy for x64-based Systems.
- A hardware corruption occurred. For example, the kernel code or data could have been stored in memory that failed.
KERNEL_DATA_INPAGE_ERROR (7a)
This bug check indicates that the requested page of kernel data from the paging file could not be read into memory.
ERROR_CODE: (NTSTATUS) 0xc0000185 - The I/O device reported an I/O error.
DISK_HARDWARE_ERROR: There was error with disk hardware
0xC0000185, or STATUS_IO_DEVICE_ERROR, indicates improper termination or defective cabling on SCSI devices or that two devices are trying to use the same IRQ. This can also imply a faulty hard disk. We'll run hard disk diagnostic soon, but there's something else I'd like to tackle first.
DRIVER_VERIFIER_IOMANAGER_VIOLATION (c9)
This is the bug check code for all Driver Verifier I/O Verification violations.
BugCheck C9, {23e, fffff880071fcde0, fffff98006daaca0, 0}
The 3rd parameter of the bug check is the IRP address of the driver that has marked an IRP pending but didn't return STATUS_PENDING. Let's run an !irp on it:
Code:2: kd> !irp fffff98006daaca0 Irp is active with 9 stacks 8 is current (= 0xfffff98006daaf68) No Mdl: No System Buffer: Thread fffffa8004413660: Irp stack trace. Pending has been returned cmd flg cl Device File Completion-Context [ 0, 0] 0 0 00000000 00000000 00000000-00000000 Args: 00000000 00000000 00000000 00000000 [ 0, 0] 0 0 00000000 00000000 00000000-00000000 Args: 00000000 00000000 00000000 00000000 [ 0, 0] 0 10 00000000 00000000 00000000-00000000 Args: 00000000 00000000 00000000 00000000 [ f, 0] 0 10 fffffa8007931050 00000000 00000000-00000000 fffffa8007931050: Could not read device object or _DEVICE_OBJECT not found Args: 00000000 00000000 00000000 00000000 [ f, 0] 0 10 fffffa80081ca9b0 00000000 fffff880071fb630-fffff880033bd270 fffffa80081ca9b0: [I][B]Could not read device object or _DEVICE_OBJECT not found [COLOR=#ff0000]gamingms[/COLOR][/B][/I]
^^ FAILURE_BUCKET_ID: X64_0xc9_23e_VRF_gamingms+1de0
Unable to load image \SystemRoot\system32\drivers\gamingms.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for gamingms.sys
*** ERROR: Module load completed but symbols could not be loaded for gamingms.sys
Probably caused by : gamingms.sys ( gamingms+1de0 ) <--- matches failure bucket ID
This is the Primax USB Optical Gaming Mouse Driver. If we run an lmvm on it:
Code:3: kd> lmvm gamingms start end module name fffff880`06f78000 fffff880`06f7aa80 gamingms (deferred) Image path: gamingms.sys Image name: gamingms.sys [I][B] Timestamp: Fri May 11 04:23:26 [COLOR=#ff0000]2007[/COLOR] (464427FE)[/B][/I] CheckSum: 000111D1 ImageSize: 00002A80 Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
We can see it's fairly old (dated from 2007). As far as I know this is an OEM mouse and there are no drivers available anywhere online. I have solved BSOD's in the past in which the user had to remove this mouse and plug in an alternative. Do you have a different mouse to test?
Also, I forgot to include on my OS, that I am using Service Pack #1. Should I get #2 Service Pack or not? Does it cost $?
There is no SP2 for Windows 7, only 1.
Regards,
Patrick
Hey Patrick: I do have an (old roller ball inside the mouse) IBM brand mouse I could use, (of course, first assuming it works tho!).
What is the next course of action that I do?
Do I unplug my newer mouse and uninstall the bad driver or what?
And find an IBM driver for my old mouse?
Tell me what to do and I'll do it.
Thanks, MrCiv
Has Sysnative Forums helped you? Please consider donating to help us support the site!