if i don’t touch the computer for a little bit this comes up
A problem has been detected and Windows has been shut down to prevent damage to your computer
DRIVER_IRQUL_NOT_LESS_OR_EQUAL
If this is the first time you’ve seen this stop error screen, restart your comptuer. If this screen appears again, follow these steps:
Check to make sure any new hardware or software is installed properly. Check with your manufacture for any Windows updates you might need.
If problems continue, disable or remove any new hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or diable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.
Technical Information:
***STOP:0×000000D1 (0×005c0045, 0×00000002, 0×00000008, 0×005c0045)
Beginning dump of physcial memory
Physical memory dump complete.
Contact your system administrator or technical support group for further assistance.
it hasnt affected my computer its still running good i just want to get rid of it
Related posts:








2 responses so far ↓
1 poebassman // Aug 21, 2008
Stop 0×000000D1 or DRIVER_IRQL_NOT_LESS_OR_EQUAL
The Stop 0xD1 messages indicates that the system attempted to access pageable memory using a kernel process IRQL that was too high. Drivers that have used improper addresses typically cause this error.
Possible Resolutions:
Stop 0xD1 messages can occur after installing faulty drivers or system services. If a driver is listed by name, disable, remove, or roll back that driver to confirm that this resolves the error. If so, contact the manufacturer about a possible update. Using updated software is especially important for backup programs, multimedia applications, antivirus scanners, DVD playback, and CD mastering tools.
Microsoft KB articles:
STOP 0×000000D1 Error Message When You Turn Your Computer Off
STOP 0xD1 Error Message When You Start Windows XP
STOP 0xD1 Second Mylex AcceleRAID SCSI Controller Causes Error Message
STOP 0×000000D1 WRQ AtGuard Program causes error message in Windows XP
2 DKHM // Aug 21, 2008
If you really want to know what the problem is, you need to find out what is putting itself into this memory address at startup:
0×005c0045
Why, and what this error means:
http://msdn.microsoft.com/en-us/library/ms795930.aspx
It's a driver of some kind and there are some extremely time consuming ways to find out exactly which one. My recommendation is to suspect all drivers and reinstall them from a trusted source - believe me it's quicker than using dump check utilities, etc. The link above answers the question, "What happenned?" but doesn't help you figure out what to do about it.
If you know you've updated a driver lately, or added a new device on your PC, then suspect that one first - if you roll it back, and then go to Windows Update, you should see a hardware update available for you. If that fixes it, you're done.
Otherwise, simply roll back every peripheral driver you can from Device Manager and then go to Windows Updates and look for hardware updates. Load one hardware update at a time, and then reboot twice to check for any errors. It may be tedious, but believe me, analyzing a dump file is no picnic either.
If you have an Nvidia video card, or integrated Nvidia graphics adapter, it's best to get the driver from Nvidia's website. That's the only serious caveat I have to the "get drivers from Microsoft" rule. You can also find drivers for your specific PC from your manufacturer's website, assuming it's a company that still exists.
—–update:
You can also force the appearance and reinstall of a driver from Windows Update if you disable the device in Device Manager.
Leave a Comment