Question:
Blue screen in Window 7? A little help please?
Schumi
2011-06-07 00:24:11 UTC
Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033

Additional information about the problem:
BCCode: 1000008e
BCP1: C0000005
BCP2: 8317387B
BCP3: A7B76AAC
BCP4: 00000000
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

Files that help describe the problem:
C:\Windows\Minidump\060711-20779-01.dmp
C:\Users\Anh Tuan\AppData\Local\Temp\WER-78562-0.sysdata.xml


What can I do to stop this error? It happens so frequently now...
Three answers:
Amelia
2011-06-07 00:27:13 UTC
0x1000008e is same as 0x8e



Driver Development Tools: Windows DDK



Bug Check 0x8E: KERNEL_MODE_EXCEPTION_NOT_HANDLED

The KERNEL_MODE_EXCEPTION_NOT_HANDLED bug check has a value of 0x0000008E. This indicates that a kernel-mode program generated an exception which the error handler did not catch.



Parameters

The following parameters are displayed on the blue screen.



Parameter Description

1 The exception code that was not handled

2 The address at which the exception occurred

3 The trap frame

4 Reserved





Cause

This is a very common bug check. To interpret it, you must identify which exception was generated.



Common exception codes include:



a.. 0x80000002: STATUS_DATATYPE_MISALIGNMENT

An unaligned data reference was encountered.



b.. 0x80000003: STATUS_BREAKPOINT

A breakpoint or ASSERT was encountered when no kernel debugger was attached to the system. • 0xC0000005: STATUS_ACCESS_VIOLATION



A memory access violation occurred.



For a complete list of exception codes, see the ntstatus.h file located in the inc directory of the Windows DDK.



Resolving the Problem

If you are not equipped to debug this problem, you should use some basic troubleshooting techniques. Make sure you have enough disk space. If a driver is identified in the bug check message, disable the driver or check with the manufacturer for driver updates. Try changing video adapters. Check with your hardware vendor for any BIOS updates. Disable BIOS memory options such as caching or shadowing.



If you plan to debug this problem, you may find it difficult to obtain a stack trace. Parameter 2 (the exception address) should pinpoint the driver or function that caused this problem.



If exception code 0x80000003 occurs, this indicates that 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.



If exception code 0x80000002 occurs, the trap frame will supply additional information.



If the specific cause of the exception is unknown, the following should be considered:



Hardware incompatibility. First, make sure that any new hardware installed is listed on the Microsoft Windows Hardware Compatibility List (HCL).



Faulty device driver or system service. In addition, a faulty device driver or system service might be responsible for this error. Hardware issues, such as BIOS incompatibilities, memory conflicts, and IRQ conflicts can also generate this error.



If a driver is listed by name within the bug check 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 and the system partition is formatted with NTFS file system, you might be able to use Safe Mode to rename or delete the faulty driver. 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.



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 deleting the offending system service file.



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.



The error that generates this message can occur after the first restart during Windows 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 installation that are associated with 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.
Ben
2011-06-07 00:27:43 UTC
There's not enough information there- we'd need the contents of the dump to tell exactly what crashed.



Usually, a Blue Screen is the result of a driver crashing. Somewhere in the dump it will say .sys, which tells you which driver crashed. If it's crashing a lot, it probably means that the hardware is breaking.
2011-06-07 00:26:55 UTC
Hey, i got bluescreen on my computer aswell for 2 months ago. If you restart your computer, and the menu comes up (if you want to start it normal way, if you want to start where you left it etc), enter Start windows with one of those others... dont remember 100 % of the name is, and then you have to bring your computer back to when you bought it. Which means everything on it will be deleted... That's what i did, maybe you find some information on the internet, what the options in the menu when you start your computer is :)


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...