View Full Version : Stop Codes List
AndreaB
10-18-2001, 07:31 PM
Does anybody know where to obtain a listing of stop codes, plus parameters? Or, does anyone know what the following code means, exactly?
The computer has rebooted from a bugcheck. The bugcheck was: 0x0000001e (0x0000005, 0x8010ab30, 0x00000001, 0x00200054)
RWSchlatter
10-19-2001, 03:50 AM
there is no published list, as this is usually rather technical stuff.
find KB articles at MS using search terms "bugcheck 0x0000001e " at:
<a target="_blank" href=http://search.microsoft.com/us/dev/default.asp>http://search.microsoft.com/us/dev/default.asp</a>
______________
Regards - Richard
cleancut
05-29-2002, 02:53 AM
...001e Kernal mode exception not handled.
Look for a bad driver
Andy-S
05-29-2002, 03:02 AM
You can get a listing of the most common stop codes and a definition of each of the parameters from the resource kit for the specified OS.
Here's the relevant information on a 1E error and a link to the chapter of the resource kit on technet.
Stop 0x0000001E or KMODE_EXCEPTION_NOT_HANDLED
This Stop message, also known as Stop 0x1E, indicates that a kernel-mode process tried to execute an illegal or unknown processor instruction. This error handler is a default error handler that catches errors not associated with other specific error handlers.
Interpreting the Message
The four parameters listed in the message are defined in order of appearance as follows:
Exception code that was not handled
Address at which the exception occurred
Parameter 0 of the exception
Parameter 1 of the exception
The first parameter is a Windows 2000 error code, which is defined by the type of error encountered in the file Ntstatus.h of the Windows 2000 Device Driver Kit (DDK). For information about the DDK, see "Additional Resources" at the end of this chapter. The second parameter identifies the address of the module in which the error occurred. Frequently, the address points to an individual driver or piece of faulty hardware, which is generally listed on the third line of the Stop message. Always make a note of this address, as well as the link date of the driver or image that contains it. The last two parameters vary, depending upon the exception that has occurred. You can typically find a description of the parameters that are included with the name of error code in Ntstatus.h. If the error code has no parameters, the last two parameters are listed as 0x00000000.
Resolving the Problem
Hardware incompatibility. First, make sure that any new hardware installed is listed on the Windows 2000 Hardware Compatibility List (HCL). For more information about the HCL, see "Additional Resources" at the end of this chapter.
Buggy device driver or system service. In addition, a buggy device driver or system service might be responsible for this error. Hardware issues, such as memory conflicts and IRQ conflicts, can also generate this error.
If a driver is listed by name within the Stop message, disable or remove that driver. Disable or remove any drivers or services that were recently added. If the error occurs during the startup sequence, restart the computer using Safe Mode to rename or delete the file. If the driver is used as part of the system startup process in Safe Mode, you need to start the computer by using the Recovery Console to access the file. For more information about Safe Mode, see chapter "Startup Process" in this book. For more information about the Recovery Console, see chapter "Repair, Recovery, and Restore" in this book.
If the problem is associated with Win32k.sys, the source of the error might be a third-party remote control program. If such software is installed, the service can be removed by starting the system using the Recovery Console and disabling the offending system service.
Check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that is causing Stop 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.
<a target="_blank" href=http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/windows2000serv/reskit/serverop/part4/sopch16.asp>http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/windows2000serv/reskit/serverop/part4/sopch16.asp</a>
Cheers
Andy
Andy-S
05-29-2002, 06:26 PM
I didn't notice the original post date on this issue (October 2001) but hopefully the originator will have fixed their problem by now. The link in the previous mail however provides a good start for any stop errors.
Cheers
Andy
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.