IRQL_NOT_LESS_OR_EQUAL

G

Guest

Thank you for reading and otherwise, helping me with this problem!
Ok, so here's how it went:
I was playing an online game called Rakion, and I Ctrl+Alt+Dlt (opens
Windows Task Manager) to check my processes. Then I closed the Windows Task
Manager, and maximized Rakion. But right after I clicked (maximized) Rakion,
my screen turns blue, and my computer makes a sound (like halting turbines).
On the blue screen is a bunch of information, but I managed to write down
this:

IRQL_NOT_LESS_OR_EQUAL
***STOP: 0x0000000A (0X9DB46240, 0x00000002, 0x00000000, 0x80522E06)
BEGINNING DUMP OF PHYSICAL MEMORY.
PHYSICAL MEMORY DUMP COMPLETE.

I have also gotten this blue screen before, but more notably when I maximize
(or, in some cases, close) Rakion.

If you can help, TYVM! This problem has been going on with me for some time
- even with my last computer. My friends (who also use Dell) never get this
problem. Yes I have used to search button on the Help and Support Center,
but their solutions aren't specifically directed to my problem.
~Ballzley
 
R

Ron Martell

Ballzley said:
Thank you for reading and otherwise, helping me with this problem!
Ok, so here's how it went:
I was playing an online game called Rakion, and I Ctrl+Alt+Dlt (opens
Windows Task Manager) to check my processes. Then I closed the Windows Task
Manager, and maximized Rakion. But right after I clicked (maximized) Rakion,
my screen turns blue, and my computer makes a sound (like halting turbines).
On the blue screen is a bunch of information, but I managed to write down
this:

IRQL_NOT_LESS_OR_EQUAL
***STOP: 0x0000000A (0X9DB46240, 0x00000002, 0x00000000, 0x80522E06)
BEGINNING DUMP OF PHYSICAL MEMORY.
PHYSICAL MEMORY DUMP COMPLETE.

I have also gotten this blue screen before, but more notably when I maximize
(or, in some cases, close) Rakion.

If you can help, TYVM! This problem has been going on with me for some time
- even with my last computer. My friends (who also use Dell) never get this
problem. Yes I have used to search button on the Help and Support Center,
but their solutions aren't specifically directed to my problem.
~Ballzley

From http://aumha.org/a/stop.htm
"Typically due to a bad driver, or faulty or incompatible hardware or
software. <snip> Technically, this error condition means that a
kernel-mode process or driver tried to access a memory location to
which it did not have permission, or at a kernel Interrupt ReQuest
Level (IRQL) that was too high. (A kernel-mode process can access only
other processes that have an IRQL lower than, or equal to, its own.)"

Your specific error was caused by the Device Driver, Windows
Component, or Application Program that is using memory address
0x80522E06. Here is a procedure that may help you to trace the
error. Note that this procedure requires Microsoft Excel (or a
comparable spreadsheet product) in order to complete. If you do not
have such a spreadsheet then you can email me the PSTAT2.TXT file to
(e-mail address removed) and I will finish the check. Please do not
post the file to this newsgroup and also please include the text of
your original email (especially the STOP code and parameters in the
email with the file.

*******
Identifying the cause of STOP errors using PSTAT & Excel

Many times when a STOP error occurs the information provided does not
specifically identify the application, device driver, or other
component file where the error occurred. However the 4 parameters
associated with the STOP (bugcheck) code will very often include one
that is the address where the error occurred. You first need to look
up the detailed information about the specific STOP code in order to
determine if the address is included and if so which of the 4
parameters has the address.

You can identify the meaning of each of the parameters for your
specific STOP code at:
http://msdn2.microsoft.com/en-us/library/ms789516.aspx

The second step in the procedure is to identify the addresses that
each active process is being loaded at. The PSTAT utility will
provide this information. On some systems the PSTAT utility may
already be present. Check this by opening a Command Prompt window
(Start - Run - CMD) and entering the following command:

PSTAT /?

If PSTAT is not on your computer you can download it free from
Microsoft. The download is called "Windows XP Service Pack 2 Support
Tools" and it is available from
http://www.microsoft.com/downloads/...76-9BB9-4126-9761-BA8011FABF38&displaylang=en
With PSTAT installed on your computer the next step is to open a
Command Prompt window again (Start - Run - CMD) and generate a report
with PSTAT. Because you need to copy part of the information from
this report (and only part) it is best to create the report as a text
file. In the Command Prompt window enter the following command:

PSTAT > C:\JUNK\PSTAT.TXT

You may change C:\JUNK\ to whatever drive and folder that you want to
save the report into.

Now open the saved file in Notepad. Start - Run - NOTEPAD
C:\JUNK\PSTAT.TXT

Scroll down the file, about 80% of the way to the end of the file and
you will find a head line:

ModuleName Load Addr Code Data Paged LinkDate

It is the information from this line to the end of the file that we
want to copy from this file and save as a separate file. Select the
block of text and copy it to the clipboard. Open a new notepad window
and paste the clipboard contents into it. Save this file under a
different name. I use PSTAT2.TXT and put it into the same C:\JUNK
folder.

Now launch Microsoft Excel and use File - Open to bring the PSTAT2.TXT
file into Excel. Excel will automatically parse the file into
columns. Once this is done use DATA - SORT to sort the entire
spreadsheet based on the value in Column B (Load Addr).

It is now a simple task to read down the addresses until you find the
highest value that is less than the address where the error occurred.
That module (name in column A) is the prime suspect for the cause of
your error.

*******

Good luck


Ron Martell Duncan B.C. Canada
--
Microsoft MVP (1997 - 2008)
On-Line Help Computer Service
http://onlinehelp.bc.ca
Syberfix Remote Computer Repair

"Anyone who thinks that they are too small to make a difference
has never been in bed with a mosquito."
 
R

Ronaldo

"Ballzley" said:
But right after I clicked (maximized) Rakion,
my screen turns blue,
I have also gotten this blue screen before, but more notably when I maximize
(or, in some cases, close) Rakion.

Those are not simple coincidences, so the obvious questions would be;
.. What video card do you use (specifications)?
.. Did you use the same card in your last computer?
.. Is your power supply adequate?
.. Do you have DMA enabled?

---------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top