Author Topic: KMODE_EXCEPTION_NOT_HANDLED  (Read 940 times)

0 Members and 1 Guest are viewing this topic.

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
KMODE_EXCEPTION_NOT_HANDLED
« 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?
And like a fool I believed myself, and thought I was somebody else...

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: KMODE_EXCEPTION_NOT_HANDLED
« Reply #1 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.  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.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.