Windows blue screen code overview and solutions (Collection)

Source: Internet
Author: User
Tags knowledge base microsoft website microsoft help

I. Blue Screen meaning

1. fault check information
* ** STOP 0x0000001E (0xC0000005, 0xFDE38AF9, 0x0000001, 0x7E8B0EB4)
KMODE_EXCEPTION_NOT_HANDLED *** the first part of the error is the Stop Code (STOP Code), that is, Stop 0x0000001E, which is used to identify the type of the error that has occurred, the second part of the error is a four-digit set enclosed in parentheses, which represents a random developer-defined parameter (this parameter cannot be understood by common users, only drivers or developers of the Microsoft operating system can understand it ). the third part is the error name. the first line of information is usually used to identify the driver or device that produces errors. this information is mostly concise, but the downtime code can be used as a search item in the Microsoft Knowledge Base and other technical materials.

2. Recommended operations
The second part of the blue screen is the operation information recommended to users. sometimes, the recommended operation is only a general suggestion (for example, checking for BIOS updates on the seller's website). Sometimes, a prompt related to the current problem is displayed. generally, the only suggestion is to restart.

3. the debugging port tells the user whether the memory dump image has been written to the disk vendor, uses the memory dump image to determine the nature of the problem, and tells the user whether the debugging information has been transferred to another computer vendor, and the port used to complete the communication. however, the information here is meaningless for common users. sometimes the Security Department can find out which production team the problem is. In the first part, it will clearly report the document which made the mistake, but often it can only find an approximate scope, the problem cannot be clearly indicated. as the factory was forced to stop in full, it was only necessary to re-rectify and start work. Sometimes, the production team would realize the mistake and stop making repeated mistakes. but sometimes it will still try to grab parts, so the factory leaders have to repeatedly stop the decision (cannot start and display the blue screen information, or re-display the blue screen when performing the same operation ).

Ii. Solution to the Blue Screen

Windows 2 K/XP has a lot of blue screen information and cannot be fully explained in an article, however, the causes of these problems are often concentrated on incompatible hardware and drivers, problematic software, and viruses. Therefore, we first provide you with some conventional solutions, in the case of a blue screen error, you should first exclude these solutions.
1. Restart
Sometimes only a program or driver makes a mistake at the moment. After the restart, they will change themselves. (Note: see 7. query the shutdown code at this time)
2. New hardware
First, check whether the new hardware is firmly inserted. The problem that is ignored by many people may lead to many inexplicable faults. if there is no problem, unplug it, try another slot, and install the latest driver. at the same time, check whether the hardware is compatible with the operating system against the hardware compatibility category on the Microsoft website. if your hardware is not in the table, you can query the website of the hardware manufacturer or call their phone number.
Windows XP hardware compatibility list
2 k hardware compatibility for Windows

3. New drivers and services
If you have just installed a new hardware driver or a software, and it has added the corresponding project to the System Service (for example: anti-Virus Software, CPU cooling software, firewall software, etc.), blue screen failure occurs during restart or use. please uninstall or disable them in safe mode.

4. Check for viruses
For example, viruses such as shock waves and ripple waves may sometimes cause Windows blue screens to crash, so virus detection and removal are essential. At the same time, some Trojan spyware may also cause blue screens, so it is best to use related tools for scanning and inspection.

5. Check BIOS and hardware compatibility
For newly installed computers that often encounter blue screen problems, you should check and upgrade the BIOS to the latest version, and disable memory related items, such as cache and ing. in addition, check your hardware against Microsoft's hardware compatibility list. in addition, if the motherboard BIOS does not support a large-capacity hard disk, it will also lead to a blue screen and need to be upgraded.

TIPS:
BIOS cache and ing items
Video BIOS Shadowing (Video BIOS ing)
Shadowing address ranges (ing address column)
System BIOS Cacheable (System BIOS buffer)
Video BIOS Cacheable (Video BIOS buffer)
Video RAM Cacheable (Video memory buffer)
6. Check System Logs
Enter EventVwr In the start --> menu. msc. When you press enter, the "Event Viewer" appears. Check "system log" and "Application log" for "error" items.

7. query the shutdown code
The blue screen in the dense E text down, and then to other computers to access the Internet, enter the Microsoft Help and Support website http://support.microsoft.com ?, In "Search (Knowledge Base)" in the upper-left corner, enter the stop code. If the search result does not have any suitable information, select "English knowledge base" and search again. in general, we will find useful solutions here. in addition, the blue screen stop code or subsequent instructions in search engines such as baidu and Google are used for keyword search, and there are often other gains.

8. The last correct configuration
Generally, the blue screen appears after the hardware driver is updated or the hardware is added and the driver is installed, in this case, the "Last correct configuration" provided by Windows 2 K/XP is the blue screen shortcut. restart the system. When the boot menu appears, press F8 to display the advanced boot option menu, and then select "Last correct configuration ".

9. Install the latest system patch and Service Pack
Some blue screens are caused by defects in Windows, which can be solved by installing the latest system patches and Service packs.

Iii. blue screen code meaning and Solution

1. 0x0000000A: IRQL_NOT_LESS_OR_EQUAL
◆ Error Analysis: mainly caused by problematic drivers, defective or incompatible hardware and software. from a technical point of view. it indicates that there is an Ethernet internal request level (IRQL) in kernel mode to access the memory address that is not authorized to access.
◇ Solution: Use solution 2, 3, 5, 8, and 9 in the preceding solution to try to eliminate this problem.

2. 0x00000012: trap_cause_unknown
◆ Error Analysis: If this error message is returned, it is unfortunate that the analysis result of kebudcheck is the cause of the error.
Unknown.
◇ Solution: Since Microsoft is not able to help, you have to rely on yourself. Please think carefully about when this error occurred. What operations did you perform on the system when it first occurred; what operations are being performed at the time of occurrence. find out the possible causes from the information and select the corresponding solution to try to eliminate them.

3. 0x0000001a: memory_management
◆ Error Analysis: This memory management error is often caused by hardware, such as the newly installed hardware and memory problems.
◇ Solution: If it appears during Windows installation, it may be because your computer does not meet the minimum memory and disk requirements for Windows installation.

4. 0x0000001e: kmode_exception_not_handled
◆ Error Analysis: an invalid or unknown process command is detected in the Windows Kernel. The shutdown code is generally caused by the faulty memory or similar causes as 0x0000000a.
◇ Solution:
(1) hardware compatibility problems: Check whether all hardware is included in the list against the latest hardware compatibility list mentioned above.
(2) Problematic device drivers, system services, or memory conflicts and interruptions: if the driver name appears in the blue screen information, please try to disable or delete the driver in installation mode or fault recovery console and disable all newly installed drivers and software. if the error occurs during system startup, go to secure mode and rename or delete the files marked in the blue screen information.
(3) If the error message clearly states that win32k. sys is likely to be caused by a third-party remote control software, you need to disable the service of the software from the fault recovery console.
(4) The first restart after Windows is installed: The maximum suspicion may be caused by insufficient disk space or BIOS compatibility.
(5) If a software is disabled: the software may have design defects in this province, please upgrade or uninstall it.

5. 0x00000023: FAT_FILE_SYSTEM
0x00000024: NTFS_FILE_SYSTEM
◆ Error Analysis: 0x00000023 usually occurs when reading and writing the system partition of the FAT16 or FAT32 file system
0x00000024 is caused by an error in the NTFS. sys file (this driver file is used to allow the system to read and write data.
NTFS file system disk ). these two blue screen errors may be caused by physical damage to the disk, or the failure of the interrupt request packet (IRP. other causes include: Too Many disk fragments, too frequent file read/write operations, and extremely high data volume, or caused by some disk image software or anti-virus software.
◇ Solution:
Step 1: First open the command line prompt and run "Chkdsk/r" (Note: It is not CHKDISK, it feels like this, ......) Command to check and fix hard disk errors. If the report contains a Bad Track, use the checking tool provided by the hard disk vendor to check and fix the problem.
Step 2: Disable all software that scans files, such as anti-virus software, firewall, or backup tools.
Step 3: Right-click C:/winnt/system32/drivers/fastfat. sys File and select "properties" to check whether the version matches the Windows version used by the current system. (Note: If it is XP, it should be C:/windows/system32
/Drivers/fastfat. sys)
Step 4: Install the latest motherboard driver, especially the IDE driver. If your drive and removable storage have drivers, upgrade them to the latest version.

0x00000027: RDR_FILE_SYSTEM
◆ Error Analysis: it is difficult to judge the cause of this error. However, a problem with Windows Memory Management may cause this shutdown code.
◇ Solution: If it is memory management, increasing the memory will solve the problem.

7. 0x0000002EATA_BUS_ERROR
◆ Error analysis: the system memory parity error is usually caused by defective memory (including physical memory, secondary cache, or video card memory) when the device driver accesses a non-existent memory address. in addition, the hard disk is damaged by viruses or other problems to see the shutdown code.
◇ Solution:
(1) Check for viruses
(2) run the "chkdsk/r" command to check all disk partitions.
(3) Use memory testing software such as Memtest86 to check the memory.
(4) check whether the hardware is correctly installed, for example, whether it is solid or whether there are stains on the golden finger.

8. 0x00000035: NO_MORE_IRP_STACK_LOCATIONS
◆ Error Analysis: literally, the driver or some software has a stack problem. In fact, the real cause of this fault should be that the driver has a problem in this province, or the memory has a quality problem.
◇ Solution: Use the drivers and memory-related solutions described above to eliminate them.

9. 0x0000003F: NO_MORE_SYSTEM_PTES
◆ Error Analysis: An error related to system memory management. For example, a large number of input/output operations may cause memory management problems: defective drivers improperly use memory resources. An application (such as backup software) is allocated a large amount of kernel memory.
◇ Solution: Uninstall all newly installed software (especially those applications and anti-virus software that enhance disk performance) and drivers.

10. 0x00000044: MULTIPLE_IRP_COMPLIETE_REQUESTS
◆ Error Analysis: usually caused by hardware drivers.
◇ Solution: uninstall the recently installed driver. This fault rarely occurs. It is known that
Www.in-system.com/some software of this company will appear, the token is the Falstaff. sys file. (The author is not afraid to go to court, publish the company website)

11. 0x00000050: PAGE_FAULT_IN_NONPAGED + AREA
◆ Error Analysis: problematic memory (including in-house memory, secondary cache, and video memory) and incompatible software (mainly remote control and anti-virus software) damage to NTFS volumes and faulty hardware (for example, the PCI card itself is damaged) will cause this error.
◇ Solution: Use the memory, software, hardware, hard disk, and other related solutions described above to eliminate them.

12, 0x00000051: REGISTRY_ERROR
◆ Error analysis: the shutdown code indicates that the Registry or System Configuration Manager is incorrect. The hard disk is physically damaged or the file system is faulty, this results in an input/output error when reading the registered file.
◇ Solution: Use "chkdsk/r" to check and fix disk errors.

13. 0x00000058: FTDISK_INTERNAL_ERROR
◆ Error Analysis: It indicates that an error occurs in the master drive of the fault tolerance set.
◇ Solution: first, restart the computer to see if the problem can be solved. If not, try "Last correct configuration.

14. 0x0000005E: CRITICAL_SERVICE_FAILED
◆ Error analysis: a very important system service startup identification result.
◇ Solution: if a new hardware is installed, You can first remove it and check whether it is compatible with Windows 2 K/XP through the online list, start the computer. If the blue screen still appears, use "Last correct configuration" to start Windows. If this still fails, we recommend that you fix the problem and install or reinstall it.

15, 0x0000006F: SESSION3_INITIALIZATION-FAILED
◆ Error Analysis: this error is usually caused by a faulty driver or damaged system file when Windows is started.
◇ Solution: We recommend that you use the Windows installation CD to repair and install the system.

16. 0x00000076ROCESS_HAS_LOCKED_PAGES
◆ Error analysis: a driver does not properly release the occupied memory after an input/output operation.
◇ Solution:
Step 1: Click start --> Run: regedt32, find [HKLM/SYSTEM/Currentcontrol set/control/session manager/memory management], and create a dual-byte value "TrackLockedPages" on the right ", the value is 1. in this way, Windows will track the driver when the error occurs again. step 2: If the blue screen appears again, the error message will be: STOP: 0x0000000CB (0xY, 0xY, 0xY, 0xY) DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS the fourth "0xY" will display the name of the problematic driver, and then update or delete it. step 3: Go to the Registry and delete the added "TrackLockedPages ".

17. 0x00000077: KERNEL_STACK_INPAGE_ERROR
◆ Error Analysis: It indicates that the kernel data to be used is not found in the virtual memory or physical memory. This error is often caused by disk problems, data corruption or virus erosion.
◇ Solution: Use anti-virus software to scan the system. Use the "chkdsk/r" command to check and fix disk errors. If not, use the tools provided by the disk manufacturer to check and fix the errors.

18. 0x0000007A: KERNEL_DATA_INPAGE_ERROR
◆ Error Analysis: this error is often caused by kernel data in the virtual memory being unable to be read into the memory. the possible cause is that the virtual memory page file contains bad clusters, viruses, disk controller errors, and memory problems.
◇ Solution: first, use the latest antivirus software to scan and kill viruses.
Or 0xC000016A code, it indicates that it is caused by a bad cluster, and the system's disk detection tool cannot be automatically repaired. In this case, you need to go to the "fault recovery console ", use the "chkdsk/r" command to manually fix the issue.

19. 0x0000007B: INACESSIBLE_BOOT_DEVICE
◆ Error Analysis: Windows cannot access system partitions or start volumes during startup. generally, it occurs when the motherboard is started for the first time after the motherboard is changed because the new motherboard and the IDE controller of the old motherboard use different chipset. it may also be caused by viruses or hard disk damage.
◇ Solution: Generally, you only need to use the installation disc to start the computer, and then perform repair and installation to solve the problem. for viruses, you can use anti-virus software of the DOS version to scan and kv2005DOS for viruses ). if there is a problem with the hard disk itself, install it on another computer, and then use "chkdsk/r" to check and fix disk errors.

20. 0x0000007E: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
◆ Error Analysis: system process errors are generated, but cannot be captured by the Windows Error processor. There are many causes, including hardware compatibility, problematic drivers, system services, and some software.
◇ Solution: please use the "Event Viewer" to obtain more information and find the root cause of the Error. (It seems that this is not a solution. It seems that we have to be self-reliant here !)

21. 0x0000007F: UNEXPECTED_KERNEL_MOED_TRAP
◆ Error Analysis: this error is generally caused by faulty hardware (such as memory) or some software. Sometimes this error is caused by overclock.
◇ Solution: Use the detection software (for example, Memtest86) to check the memory. If the overclocking is performed, cancel the overclocking. remove the PCI hardware plug-in from the motherboard slot or change the slot. in addition, some motherboard (such as nForce2 motherboard) after the frequency is too high, the south bridge chip overheating will also lead to a blue screen, at this time for the chip to add a heat sink alone can effectively solve the problem.

22, 0x00000080: NMI_HARDWARE_FAILURE
◆ Error Analysis: it is usually caused by hardware. (It seems that blue screen and hardware errors do not exist)
◇ Solution: If you have recently installed new hardware, remove it, try replacing the slot, and install the latest driver. If you have upgraded the driver, restore the original version; check whether the memory Gold finger is contaminated and damaged; scan the virus; Run "chkdsk/r" to check and fix disk errors; Check that all hardware plug-ins are inserted. if the above attempts are ineffective, You have to seek help from a professional computer service company.

23. 0x0000008E: KERNEL_MODE_EXCEPTION_NOT_HANDLED
◆ Error Analysis: kernel-level applications produce errors, but Windows Error processors are not captured. This is usually due to hardware compatibility errors.
◇ Solution: Upgrade the driver or BIOS.

24. 0x0000009C: MACHINE_CHECK_EXCEPTION
◆ Error Analysis: it is usually caused by hardware. It is generally caused by overclock or hardware problems (memory, CPU, bus, electricity
Source ).
◇ Solution: If overclocking is performed, reduce the CPU usage and check the hardware.

25. 0x0000009FRIVER_POWER_STATE_FAILURE
◆ Error Analysis: It is often related to the power supply and often occurs in power-related operations, such as shutdown, standby or sleep.
◇ Solution: reinstall the system. If the problem cannot be solved, change the power supply.

26. 0x000000A5: ACPI_BIOS_ERROR
◆ Error Analysis: Generally, the main board BIOS does not fully support ACPI specifications.
◇ Solution: if there is no corresponding BIOS upgrade, you can install Windows 2 K/XP, when the "press F6 if you need to install a third-party SCSI or RAID driver" prompt appears, press F7 to disable installation of acpi hal in Windows, install Standard pc hal.

27. 0x000000B4: VIDEO_DRIVER_INIT_FAILURE
◆ Error analysis: the stop information indicates that the graphics card driver cannot be started in Windows, and thus cannot enter the graphic interface. it is usually a problem with the video card, or there is a hardware conflict with the video card (for example, conflicts with parallel or serial ports ).
◇ Solution: Go to security mode to check whether the problem is resolved. If yes, upgrade the latest graphics card driver. If not, it is likely that the video card conflicts with the parallel port, you need to press WIN + break in safe mode to open "System Properties", find and double-click the Device Manager in hardware --> Device Manager to connect to the printed LPT1 port, on the "Resources" tab, deselect "use automatic configuration" and change "03BC" in "input/output range" to "0378 ".

28. 0x000000BE: ATTEMPTED_WRITE_TO_READONLY_MEMORY
◆ Error analysis: a driver attempts to write data to the read-only memory, usually after a new driver, system service, or firmware program is installed.
◇ Solution: if the error message contains the driver or service file name, uninstall or disable the newly installed driver or software.

29. 0x000000C2: BAD_POOL_CALLER
◆ Error analysis: a kernel-layer process or driver attempts to operate in memory by mistake. This is usually caused by a driver or software with bugs.
◇ Solution: Please refer to the general solution-related items described above for troubleshooting.

30. 0x000000CERIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
◆ Error Analysis: usually caused by problematic drivers or system services.
◇ Solution: Please refer to the general solution-related items described above for troubleshooting.

31. 0x000000D1RIVER_IRQL_NOT_LESS_OR_EQUAL
◆ Error Analysis: it is usually caused by problematic drivers (for example, the Logitech MouseWare 9.10 and 9.24 drivers of the Logitech mouse will cause this fault ). at the same time, defective memory, corrupted virtual memory files, and some software (such as multimedia software, anti-virus software, backup software, and DVD player software) will also cause this error.
◇ Solution: Check the latest installed or upgraded Driver (if "acpi. sys "and other similar file names, can be very certain when the driver issues) and software; test whether there is a problem with the memory; go to the" fault recovery console ", go to the virtual memory page file Pagefile. run "del pagefile. sys "command to delete the page file. Then, run the" chkdsk/r "command in the partition where the page file is located. Go to Windows and reset the virtual memory. if you encounter this blue screen while surfing the Internet, and you are downloading and uploading a large amount of data (such as online games and BT downloads), it should be a NIC driver problem, upgrade the driver.

32. 0x000000EA: THREAD_STUCK_IN_DEVICE_DRIVER
◆ Error Analysis: it is usually caused by a video card or video card driver.
◇ Solution: first upgrade the latest graphics card driver. If not, you need to change the graphics card to test whether the fault still occurs.

33. 0x000000ED: UNMOUNTABLE_BOOT_VOLUME
◆ Error Analysis: this error is generally caused by a disk error. Sometimes it is recommended to check whether the hard disk connection is in poor contact or whether the connection line meets the hard disk transmission specifications, for example, the ATA-100 is still using the connection line of the ATA-33, the low speed hard disk does not matter, but tell the hard disk (Support ATA-66 or above) more stringent requirements, wrong specifications of the line sometimes will cause such failure to boot. if this error occurs frequently after repair, it may be a precursor to hard disk damage.
◇ Solution: Generally, restart will solve the problem. In any case, we recommend that you run the "chkdsk/R" command to check and fix the hard disk.

34. 0x000000f2: hardware) interrupt_storm
◆ Error analysis: the kernel layer checks that the system has an interrupted storm. For example, a device is not released after the operation.
Usually this is caused by the defective driver.
◇ Solution: upgrade or uninstall the latest installed hardware driver.

35, 0x00000135: unable_to_locate_dll
◆ Error Analysis: It usually indicates that a file is lost or damaged, or the Registry has an error.
◇ Solution: if the file is lost or damaged, the corresponding file name is usually displayed in the blue screen information. You can find the corresponding file through the network or other computers, and copy it to the System32 subfolder in the system folder. if the file name is not displayed, it is likely that the Registry is damaged. Use System Restoration or previous registry backup to restore.

36. 0x0000021a: status_system_process_terminated
◆ Error analysis: the user mode subsystem, such as Winlogon or CSRSS, is damaged, so security cannot be ensured, resulting in the system cannot be started. sometimes, when the system administrator mistakenly modifies the user account permissions, the user cannot access system files and folders.
◇ Solution: Use "The Last correct configuration". If the configuration is invalid, use the installation CD to fix and install it.

37. STOP 0xC0000221 or STATUS_IMAGE_CHECKSUM_MISMATCH
◆ Error Analysis: it is usually caused by driver or system DLL file damage. Generally, it appears on the blue screen.
File Name
◇ Solution:
(1) Use the Windows installation CD for restoration and installation;
(2) If you can still enter security mode, you can "start --> Run": sfc/scannow
(3) You can also Extract files to go to the "fault recovery console" and use the copy or expand command to copy or decompress damaged files from the disc. however, the blue screen is generally a driver file problem, so the expand command will use some, for example, the blue screen prompts tdi. sys File, because the driver file is generally in the i386/driver package, so use: expand % CDROM:/i386/driver. cab/f: tdi. sys c:/winnt/system/drivers. (xp is expand % CDROM:/i386/driver. cab/f: tdi. sys c:/windowns/system/drivers)

38. If these blue screen shutdown codes appear at startup
If a blue screen appears during Windows Startup and an error message in Appendix 1 is displayed, most of the time there is a hardware problem. Use the diagnostic tool provided by the hardware vendor to determine whether the hardware is faulty, go to the website to check whether there is any latest BIOS or firmware update program. if the hardware is correct, reinstall Windows 2 K/XP. If the problem persists, you can only seek professional technical support.

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.