system error 0x00000093

  • Thread starter Thread starter M. Murphy
  • Start date Start date
M

M. Murphy

Getting this error upon reboots,
from the event log:
source: System Error
category: (102)
Event ID:1003
Error code 00000093, parameter1 0000008c, parameter2 00000000, parameter3
00000000, parameter4 00000000.

I learned that 0x00000093 is "Invalid Kernel Handle"
Cant find much else about this error. It only happens when the computer is
rebooted (mostly from MS updates, or power outages)
Hardware is:
ASUS P5B-E motherboard (Intel p965 chipset)
Asus Extreme AX300 video card w/ 128mb ram (this is an ATI Radeon X300 clone)
1 GB ram
Intel core 2 duo 1.8 ghz processor


Anyone have any suggestions?

TIA
 
You can be quite sure that a kernal error is going to be some driver
(impacting the HAL improperly). Some update is conflicting with some device
driver. The process of elimination is probably obvious to you.
 
As Mark said, that is usually caused by bad drivers. You can try
running Verifier.exe to see if you can identify the culprit.

John
 
Background information on Stop Error message:

http://msdn2.microsoft.com/en-us/library/ms794004.aspx

0x00000093: INVALID_KERNEL_HANDLE
This is a relatively rare error condition. Most documentation points to
a driver problem - so check all hardware drivers starting with the most
obvious, the video driver.
Source: http://aumha.org/a/stop.htm

Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
drivers are listed as unsigned? Disregard those which are not checked.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
Thanks for all the advice, everyone.

I ran the verifier, and of course all the drivers pass, and strangest of
all, no errors on rebooting, ever after I turned the verifier off! Strange...

There is a security camera hardware card in there, and I was sure that was
causing me the grief (its 1 driver passes the tests), but right now,
everything is stable. If I get another error, I will immeadiatly run the
verifier again, mabye this problem is intermittent, but I don't see how that
could be....
 
Back
Top