• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

KMODE_EXCEPTION_NOT_HANDLED stop in win2k

Robbed

Member
I am getting the above stop error when running the setup for win2k. Tyan told me that there best guess was that it was bad ram, I'm using samsung pc100. I ordered some crucial pc133 which should be here tomorrow, so I'll give it a try. Anyone else have any ideas? MS Knoweledge Base says that error is caused by bios problems.
rob

 
Hi. This is the blurb from the Microsoft Windows 2000 resource kit about this particular error:

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.

One type of this kind of error displays exception code 0x80000003. This error indicates a hard-coded breakpoint or assertion was hit, but the system was started with the /NODEBUG switch. This problem should rarely occur. If it occurs repeatedly, make sure a kernel debugger is connected and the system is started with the /DEBUG switch.

The error that generates this message can occur after the first restart during Windows 2000 Setup, or after setup is finished. A possible cause of the error is lack of disk space for installation and system BIOS incompatibilities. For problems during Windows 2000 installation that are associated with a lack of disk space, reduce the number of files on the target hard disk. Check for and delete any unneeded temporary files, Internet cache files, application backup files, and CHK files containing saved file fragments from disk scans. You can also use another hard disk with more free space for the installation. BIOS problems can be resolved by upgrading the system BIOS version.

For more troubleshooting information about the 0x1E Stop message, refer to the Microsoft Knowledge Base link , using the keywords winnt and 0x0000001E. For information about this resource, see "Additional Resources" at the end of this chapter.

 
Yes, I read that. And I didn't attribute that to memory problems. But...Tyan was very confident when they told me it was problems with my memory. Are they just leading me in circles?
 
All I can tell you is to read carefully the "Resolving the Problem" paragraph in my previous post. Forget about what Tyan told you until you go through the resolution process that MS advises...checking the Hardware Compatibility List, for one. Seeing if there is any obvious reference to a problem driver in the Stop message, etc.

If you find that some/any of your installed devices are NOT on the Hardware Compatibility List, then I'd pull them out for now and load Win2K, then try to find updated drivers for the problem card(s) and install them after the fact.
 
Back
Top