0x0000008E

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
My computer recently became unstable to the point where i had to wipe the
hard drive and reinstall windows...but of course, it doesn't work; I keep
getting the blue screen of death, and an 0x0000008E error that no one seems
to be able to figure out:
0x0000008e (0xE27Ed1A4, 0x00000001, 0x808829EE, 0x00000001)

I've even reset the CMOS a few times, doesn't seem to help. Anyone have any
idea what this error means, and what i can do to fix it?
 
It's all about the more common 0x0000008E error (0xC0000005,
0x00000000,0x81B87580,
0x00000000), i fear.
 
Sobriquet said:
Hi
My computer recently became unstable to the point where i had to wipe the
hard drive and reinstall windows...but of course, it doesn't work; I keep
getting the blue screen of death, and an 0x0000008E error that no one seems
to be able to figure out:
0x0000008e (0xE27Ed1A4, 0x00000001, 0x808829EE, 0x00000001)

I've even reset the CMOS a few times, doesn't seem to help. Anyone have any
idea what this error means, and what i can do to fix it?

A STOP 0x0000008e is a KERNEL_MODE_EXCEPTION_NOT_HANDLED
A kernel mode program generated an exception which the error handler
didn’t catch. These are nearly always hardware compatibility issues
(which sometimes means a driver issue or a need for a BIOS upgrade).

Check the System Log in Event Viewer for additional error messages
that might help pinpoint the device or driver that is causing bug
check 0x1E. Disabling memory caching of the BIOS might also resolve
the error. You should also run hardware diagnostics, especially the
memory scanner, supplied by the system manufacturer. For details on
these procedures, see the owner's manual for your computer.

Your error message parameters not seem to be in accordance with the
documentation. The first parameter is supposed to be an exception
code, and the value you show appears to be a memory address, which is
what the documentation says should be in parameter 2. And parameter
4 for this error code is reserved, which normally means that the
reported value would be zero.

Hope this is of some assistance.

Good luck

Ron Martell Duncan B.C. Canada
--
Microsoft MVP
On-Line Help Computer Service
http://onlinehelp.bc.ca

In memory of a dear friend Alex Nichol MVP
http://aumha.org/alex.htm
 
Back
Top