Clan x86

General Forums => General Discussion => Topic started by: Blaze on August 27, 2007, 12:50:50 AM

Title: KMODE_EXCEPTION_NOT_HANDLED
Post by: Blaze on August 27, 2007, 12:50:50 AM
Ugh... I've been getting this blue screen of death error on my Windows 2000 SP4 machine since today.

It gives me the following information:

0x0000001E (0xC0000005, 0xBF79117A OR sometimes 0xBF89417A, 0x00000000, 0x00000000)

With no driver links/informations.  The specific error locations (Third/fourth values) don't return anything on Google.  :(

Help?
Title: Re: KMODE_EXCEPTION_NOT_HANDLED
Post by: MyndFyre on August 27, 2007, 10:36:34 AM
Do you have a memory.dmp file?

Typically this is caused by a faulty driver.  If your file is small, by all means send it to me.  If it's bigger, download Debugging Tools for Windows (http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx).  Go to the Open Crash Dump... option, and choose c:\windows\memory.dmp (or c:\winnt\memory.dmp).  Now, in the debugging window, type "!analyze -v" (without the quotes).  It'll almost always tell you what the misbehaving driver is.