Quote:
|
Originally Posted by Gistum
Oups I guess I wasn't clear enough  .
IRQL_NOT_LESS_OR_EQUAL
0x000000D1 in psched.sys
The code after 0x000000D1 changes everytime.
If you need more info, just tell me  .
|
Welcome to
DAL! You were quite clear in your title
See if you can find more apps e.g.
psched.sys. You say this changes each time?
Is this a new problem? Were things working OK previously? Any new hardware and or software?
0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
The system attempted to access pageable memory using a kernel process IRQL that was too high. The most typical cause is a bad device driver (one that uses improper addresses). It can also be caused by caused by faulty or mismatched RAM, or a damaged pagefile.
Also: look in your
Event viewer: rt. click
My Computer then click
Manage then
Event Viewer.
Or:
Administrative Tools/Event Viewer or
Start/Run/ eventvwr
Open the
system as well as the
application tabs & look for
X errors. Click error line for details.
Post back the
source &
event id &
Description especially of errors that seem to coincide with this issue.
Also check the
Information lines that might coincide with this issue.
How to view and manage event logs in Event Viewer in Windows XP
Also view your Error Log via:
[1] Start Menu
[2] Help and Support
[3] Pick a Task
[4] Tools
[5] Advanced System Information
[6] View the Error Log
If you want to try and analyze the XP errors:
Go to
start | search (type in)
.dmp
Note the location of your
.dmp files.
Then:
1) Download and install the
Debugging Tools from Microsoft
2) Download and install this
debugwiz
3) Open the Wiz & Browse to, or paste in the path to, your
.dmp file.
4) After the Wiz creates a Text document attach it back to this thread.