PDA

View Full Version : Most common problem for Blue Screen..



Romain
10-26-2006, 03:39 PM
What is the most common problem associated with IRQ_Not_Less_Equal Blue screen error?

Bad ram? Or bad Ram SLOTS?

wwwww
10-26-2006, 04:07 PM
What is the most common problem associated with IRQ_Not_Less_Equal Blue screen error?

Bad ram? Or bad Ram SLOTS?

Hey what a coincedence, I woke up to a blazing blue screen this morning

http://www.wprime.net/bsod.jpg

I think that was 'cause to me running my cpu @ 1.73GHz 0.988V. (prob needs about 1.04V).

Doesn't occur under full load though, just randomly occurs...

trance565
10-26-2006, 04:19 PM
lol, i wish mine would stay in the bsod screen long enuff for me to see the error, alot of the time it just flashes and restarts. but i can normally see enuff to get the info i need to fix it lol.

ummm you could google it.

WeStSiDePLaYa
10-26-2006, 04:34 PM
Hey what a coincedence, I woke up to a blazing blue screen this morning

http://www.wprime.net/bsod.jpg

I think that was 'cause to me running my cpu @ 1.73GHz 0.988V. (prob needs about 1.04V).

Doesn't occur under full load though, just randomly occurs...


woah, look at all those chips in the background!

share the love, man!:D

wwwww
10-26-2006, 04:49 PM
lol, i wish mine would stay in the bsod screen long enuff for me to see the error, alot of the time it just flashes and restarts. but i can normally see enuff to get the info i need to fix it lol.

ummm you could google it.

I'm pretty sure there's some setting you can set to stop it from rebooting automatically. I forgot where it was...

Try this:

http://www.wprime.net/tryme.png

Not sue if it works for the IRQ_Not_Less_Equal Bsod's, but I'm pretty sure it works for the one I posted.

Romain
10-26-2006, 05:56 PM
Yeah i usually only get it when i play BF or CS with the huge ram load it goes to blue screen. I got a file though cause i got it a second time in 1 night.

NVATABUS.SYS file. When i find it what do i do to it?

wwwww
10-26-2006, 06:03 PM
Yeah i usually only get it when i play BF or CS with the huge ram load it goes to blue screen. I got a file though cause i got it a second time in 1 night.

NVATABUS.SYS file. When i find it what do i do to it?

nVidia ATA Bus...hmm...try a format or the latest bios.

MaxxxRacer
10-26-2006, 06:15 PM
romain it sounds like you got a southbridge issue. bf2 is most likely using up all of your ram and going to the swap file which puts tremendous load on the hdd and southbridge (hdd controller in it). the high load causes it to fail or some reason, giving you that error.

its possible that a pump it your northbridge voltage will help maters out or possibly puting a better heatsink on the nb. or it might be the hdd itself, but thats not as likely.

STEvil
10-26-2006, 06:28 PM
driver errors usually.

Jazz_Data
10-26-2006, 06:29 PM
Install windbg
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Wait for a crash :toast: , curse a lil
Then boot up and start Windbg
in file -> open crash dump
browse to c:\windows\minidump
open latest crash dump
it will complain about wrong symbols... blablabl

In little kd> prompt , type !analyze -v

enjoy the information, you will prolly get more insight on which driver caused it...

Then find an update or uninstall app or whatever :p:

Romain
10-26-2006, 07:21 PM
Wow guys so much help info thanks! :D

I'm going to try all of them. I was going to buy a new HD for my comp anyways and just keep my games on my 75gig Raptor then everything else on the other one. I'll try and reinstall my drivers as well but i've dont that before and it didnt fix it..and there all up to date im sure of that. I will also try the winbg program too. Can you explain better what to do when i finisish downloading it? It will just show me the errors better explained right not fix them?

I found one of my Ram sticks to be dead (before this happened) so now i only use one (out of 2, 1gig sticks). Returned em to Newegg and they said they "Repaired" them. Can you even repair ram sticks? Such BS cause now it freezes up when i put both in..:banana::banana::banana::banana: that :toast:

ewitte
10-27-2006, 07:56 AM
It can pretty much be any hardware or software causing it. Usually software means drivers. Sometimes the error code has enough information to look for whats going on (which dlls are involved and the number your given).

Eric

Romain
11-01-2006, 02:02 PM
This is what i got after running winDbG

IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 000000e8, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 806e4a16, address which referenced memory

Debugging Details:
------------------

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

***** Kernel symbols are WRONG. Please fix symbols to do analysis.


MODULE_NAME: nt

FAULTING_MODULE: 804d7000 nt

DEBUG_FLR_IMAGE_TIMESTAMP: 41107b0d

WRITE_ADDRESS: unable to get nt!MmSpecialPoolStart
unable to get nt!MmSpecialPoolEnd
unable to get nt!MmPoolCodeStart
unable to get nt!MmPoolCodeEnd
000000e8

CURRENT_IRQL: 2

FAULTING_IP:
hal+2a16
806e4a16 ?? ???

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: WRONG_SYMBOLS

BUGCHECK_STR: 0xA

LAST_CONTROL_TRANSFER: from 00000000 to 805436d0

STACK_TEXT:
805502c8 00000000 000000e8 00000002 00000001 nt+0x6c6d0


STACK_COMMAND: kb

FOLLOWUP_IP:
nt+6c6d0
805436d0 ?? ???

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

IMAGE_NAME: ntkrnlpa.exe

SYMBOL_NAME: nt+6c6d0

BUCKET_ID: WRONG_SYMBOLS

Followup: MachineOwner

Its all arabic to me, can someone help me here?