That's what I'm figuring, but need to look at the dump to see which driver
is causing the error.
--
Best of Luck,
Rick Rogers, aka "Nutcase" - Microsoft MVP
Associate Expert - WindowsXP Expert Zone
Windows help -
www.rickrogers.org
"David Candy" <.> wrote in message
It is the same details as this error.
Driver Development Tools: Windows DDK
Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
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.
Parameter Description
1 Memory referenced
2 IRQL at time of reference
3 0: Read
1: Write
4 Address 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.
Resolving the Problem
To begin debugging, use a kernel debugger to get a stack trace.
Send feedback on this topic. / Built on Thursday, February 13, 2003