Stop Error D1 again..HELP

WillowHawk

Gawd
Joined
Jul 7, 2004
Messages
590
Stop error..dang it...

just built a new 64, 3200 (sig for more info) and i'm getting a stop error again..this time its a little different

its just a D1, DRIVER_IRQL_NOT_LESS_OR_EQUAL.

0x00000009 0x00000002 0x00000000 00000009

i install all the latest drivers..i formated right after i built it...i tried 2 different HD..i ran Memtest 86 overnight, ..

i need some more info on what this means, and how the friggin FIX IT..
 
http://www.hardforum.com/showthread.php?t=828696




The DRIVER_IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x000000D1. This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
Parameters

The following parameters are displayed on the blue screen.

ParameterDescription1Memory referenced2IRQL at time of reference30: Read 1: Write

4Address that referenced memory


Cause

A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high.

This bug check is usually caused by drivers that have used improper addresses.
 
Back
Top