stop error

CruZan

Junior Member
Feb 21, 2005
18
0
0
I get this Stop Error only when I close out one of my games.(mainly UT2K4) It happens almost everytime i close out the game. I'm not computer savy enough to figure this out. I've done google searches on this stop error with no luck......

0X0000000A (0X9DB06240,0X00000002,0X00000000,0X8051EC1C)

if this is not enough info, let me know...
 

Fardringle

Diamond Member
Oct 23, 2000
9,200
765
126
STOP error codes usually follow the format:

STOP <error code> (memory referenced,IRQ,read/write(0/1),address that referenced the memory) <error message> <file responsible>

For example, the full error message you are getting should say something like this:

STOP 0X0000000A (0X9DB06240,0X00000002,0X00000000,0X8051EC1C) IRQL_NOT_LESS_OR_EQUAL*** Address x has base at x - filename


STOP 0X0000000A is an error caused by an invalid memory access request. It is usually the result of a faulty device driver, system service, or failed/incomplete BIOS update.

If you can post the full error message, specifically the file responsible for the error message, it will tell us which device you need to re-install. :)