x0a xc9 bsods on a newly built pc

gonzok

New member
Local time
3:59 PM
Messages
2
So I just bought and assembled a new pc. Everything new.

Have been having bsods since the beginning. Also windows updates keep failing. Specifically sp1.

Attached is the dump files.

Thanks in advance!:D
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Windows 7 Home Premium 64bit
CPU
Intel Core i5 3570 @ 3.40GHz
Motherboard
MSI Z77A-G45
Memory
8.00 Gb Dual Channel DDR3 @ 659MHz
Graphics Card(s)
1024MB GeForce GTX 650 Ti (ASUStek Computer Inc)
Hard Drives
932GB Seagate ST1000DM003-1CH162 ATA Device (SATA)
Antivirus
Malwarebytes
STOP 0x0000000A: IRQL_NOT_LESS_OR_EQUAL
Usual causes:
Kernel mode driver, System Service, BIOS, Windows, Virus scanner, Backup tool, compatibility

STOP 0x000000C9: DRIVER_VERIFIER_IOMANAGER_VIOLATION
Usual causes:
Driver verifier

- Test your RAM. your dump files states an indication of possible memory corruption
:ar: http://www.sevenforums.com/tutorials/105647-ram-test-memtest86.html
Run for at least 8 passes. Pay attention to #3 on that link

- Also, run these two commands from the elevated command prompt:
:ar: chkdsk /r /f
:ar: SFC /scannow

- One of the DirectX driver was caught on the BSOD dump files. Try to update directx
:ar: dxgmms1.sys - Driver Reference Table
Code:
Image path: \SystemRoot\System32\drivers\dxgmms1.sys
    Image name: dxgmms1.sys
    Timestamp:        Wed Jan 26 11:22:12 2011 (4D3FA174)

- Looks like Driver Verifier was enabled on your PC, and caught IOMap64.sys causing I/O error.
This also pops up several times in your dump files
IOMap64.sys - Driver Reference Table
Consider Updating that driver first:
:ar: ASUSTeK Computer Inc. -Support- Drivers and Download
Code:
Image path: \??\C:\Windows\system32\drivers\IOMap64.sys
    Image name: IOMap64.sys
    [B][COLOR="Red"]Timestamp:        Fri Feb 05 08:55:34 2010 (4B6B7A96)[/COLOR][/B]

- Until we need it again for further testing, disable driver verifier to reduce your PC Load
:ar: http://www.sevenforums.com/tutorials/101379-driver-verifier-enable-disable.html


BSOD ANALYSIS
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck A, {fffffa8018e4f010, 2, 1, fffff80002d43b07}

Probably caused by : memory_corruption ( nt!MiReleaseConfirmedPageFileSpace+87 )

Followup: MachineOwner
---------
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high.  This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck A, {fffffa8018e1b010, 2, 1, fffff80002d81b07}

Probably caused by : dxgmms1.sys ( dxgmms1!VIDMM_GLOBAL::DestroyOneAllocation+153 )

Followup: MachineOwner
---------

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck C9, {226, fffff880047d5734, fffff98013e5eee0, 0}

Unable to load image \??\C:\Windows\system32\drivers\IOMap64.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for IOMap64.sys
*** ERROR: Module load completed but symbols could not be loaded for IOMap64.sys
Probably caused by : IOMap64.sys ( IOMap64+1734 )

Followup: MachineOwner
---------
 

My Computer My Computer

OS
Windows 7
CPU
Intel Pentium 4 (Prescott) 478
Motherboard
ASUS P4P800SE
Memory
1GB (2x512MB) Dual Channel PC-3200
Graphics Card(s)
NVIDIA GeForce FX5200 128MB
Monitor(s) Displays
Samsung SyncMaster 551v 15"
Screen Resolution
1024x768 pixels 60Hz 32bit True Color
So my DirectX is updated, and I updated my ASUS driver. I ran MEMtest and it showed me a bunch of errors right away. Is it faulty RAM causing my bsods? If so, is it most likely the hardware and would immediately replacing them help solve some issues?


-Thanks again for all the help!
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Windows 7 Home Premium 64bit
CPU
Intel Core i5 3570 @ 3.40GHz
Motherboard
MSI Z77A-G45
Memory
8.00 Gb Dual Channel DDR3 @ 659MHz
Graphics Card(s)
1024MB GeForce GTX 650 Ti (ASUStek Computer Inc)
Hard Drives
932GB Seagate ST1000DM003-1CH162 ATA Device (SATA)
Antivirus
Malwarebytes

My Computer My Computer

OS
Windows 7
CPU
Intel Pentium 4 (Prescott) 478
Motherboard
ASUS P4P800SE
Memory
1GB (2x512MB) Dual Channel PC-3200
Graphics Card(s)
NVIDIA GeForce FX5200 128MB
Monitor(s) Displays
Samsung SyncMaster 551v 15"
Screen Resolution
1024x768 pixels 60Hz 32bit True Color
Back
Top