└—┘0x0000000a:irql_not_less_or_equal
◆ Error analysis: It is mainly caused by driver failure, defective or incompatible software and hardware. From a technical point of view, this shows that IRQL in kernel mode is too high to access memory addresses that it has no access to.
◇ Solution: Upgrade driver or BIOS. If it still doesn't work, check the memory.
┌—┐
│ 2│
└—┘0x000000 12:trap_cause_unknown
Error analysis: If you encounter this error message, unfortunately, the result of KeBudCheck analysis is that the cause of the error is unknown.
Solution: Since Microsoft can't help you, you have to rely on yourself. Please carefully recall when this error occurred; What did you do to the system when it first happened? What happened when it happened? Find out the possible reasons from this information, then choose the corresponding solution and try to eliminate it.
┌—┐
│ 3│
└—┘0x000000 1a:memory_management
Error analysis: This memory management error is often caused by hardware, such as newly installed hardware and memory itself.
Solution: If it appears when installing Windows, it may be because your computer cannot meet the minimum memory and disk requirements for installing Windows.
┌—┐
│ 4│
└—┘0x000000 1e:kmode_exception_not_handled
◆ Error analysis: The Windows kernel has detected illegal or unknown process instructions. This shutdown code is generally caused by memory failure or similar reasons to the previous 0x0000000A.
◇ Solution:
(1) Hardware compatibility problem: Please check whether all the hardware is included in the latest hardware compatibility list mentioned above.
(2) Conflict between device driver, system service or memory and interrupt: If the name of the driver appears in the blue screen information, please try to disable or delete the driver in the installation mode or the recovery console, and disable all newly installed drivers and software. If the error occurs during system startup, please enter safe mode and rename or delete the file indicated in the blue screen message.
(3) If the error message clearly indicates that Win32K.sys: it is probably caused by a third-party remote control software, you need to shut down the service of the software from the fault recovery console.
(4) When you restart for the first time after installing Windows, the biggest possibility is that the disk space of the system partition is insufficient or there is a problem with BIOS compatibility.
(5) If it happens when a software is shut down, it is likely that the software has saved design defects, 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 FAT 16 or FAT32 file system, while 0x00000024 is caused by an error in NTFS.sys file (the function of this driver file is to allow the system to read and write the disk using NTFS file system). These two blue screen errors may be caused by the physical damage of the disk itself or the damage of the interrupt request packet (IRP). Other file reading and writing operations are too frequent, and the amount of data is very large or caused by some disk mirroring software or antivirus software.
◇ Solution:
Step 1: First, open a command prompt and run "Chkdsk /r" (note: it's not CHKDISK, it feels like this, but ...) to check and repair hard disk errors. If bad tracks are reported, please use the inspection tools provided by the hard disk manufacturer to check and repair them.
Step 2: Then disable all software that scans files, such as antivirus software, firewall or backup tools.
Step 3: Right-click the file C: \ winnt \ system32 \ drivers \ fastfat.sys, and select "Properties" to check whether its version is consistent with the version of Windows 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 IDE driver. If your optical drive and removable storage also provide drivers, you'd better upgrade to the latest version.
┌—┐
│ 6│
└—┘0x00000027:RDR_FILE_SYSTEM
Error analysis: it is difficult to determine the cause of this error, but a problem with Windows memory management is likely to lead to the appearance of this stop code.
Solution: If it is because of memory management, usually increasing memory can solve the problem.
┌—┐
│ 7│
└—┘0x0000002EATA_BUS_ERROR
◆ Error analysis: System memory parity errors are usually caused by device drivers accessing nonexistent memory addresses in defective memory (including physical memory, secondary cache or graphics card memory). In addition, the hard disk is damaged by virus or other problems, which leads to this shutdown code.
◇ Solution:
(1) Check for viruses
(2) Use the "chkdsk /r" command to check all disk partitions.
(3) Check the memory with memory test software such as Memtest86.
(4) Check whether the hardware is installed correctly, such as whether it is firm and whether the golden finger is stained.
┌—┐
│ 8│
└—┘0x00000035:no_more_irp_stack_locations
◆ Error analysis: Literally, there should be a stack problem in the driver or some software. In fact, the real cause of this failure should be a driver problem or a memory quality problem.
◇ Solution: Please use the solution related to driver and memory in the conventional solution introduced earlier.
┌—┐
│ 9│
└—┘0x0000003f:no_more_system_ptes
Error analysis: errors related to system memory management, such as: memory management problems caused by a large number of input/output operations: defective drivers use memory resources incorrectly; An application (such as backup software) is allocated a lot of kernel memory.
◇ Solution: Uninstall all newly installed software (especially those applications and antivirus software that enhance disk performance) and drivers.
┌—┐
│ 10│
└—┘0x00000044:multiple_irp_compliete_requests
Error analysis: generally caused by hardware drivers.
◇ Solution: Uninstall the recently installed driver. This kind of failure rarely happens. At present, it is known that it will appear when using some software of this company, and the culprit is the Falstaff.sys file. (The author is not afraid of going to court and publishing the company's website? )
┌—┐
│ 1 1│
└—┘0x00000050
AGE _ FAULT _ IN _ non-page+AREA
◆ Error analysis: This error may be caused by memory failure (including indoor memory, secondary cache and video memory), software incompatibility (mainly remote control and antivirus software), NTFS volume damage and hardware failure (such as CI card itself damage).
◇ Solution:
1. Remove all newly installed hardware.
2. Run all the system diagnostic software provided by the computer manufacturer, especially the memory check.
3. Check whether all new hardware or software is installed correctly. If this is a new installation, please contact the hardware or software manufacturer to obtain any Windows updates or drivers that may be needed.
4. Disable or uninstall all antivirus programs.
5. Disable BIOS memory options, such as caching or shadowing.
Not everything in the plan has to be done, but everything is possible! Blue screen code 50 is the most troublesome thing I see now, and there are many possible reasons! Even if you do all five items, you may not be able to solve them. At least I have solved it once before, which is not included in these projects. Please have a try first!
┌—┐
│ 12│
└—┘0x0000005 1:registry_error
◆ Error analysis: This shutdown code indicates that there is an error in the registry or system configuration manager. Due to the physical damage of the hard disk itself or the problem of the file system, an input/output error occurred when reading the registration file.
◇ Solution: Use "chkdsk /r" to check and repair disk errors.
┌—┐
│ 13│
└—┘0x00000058:ftdisk_internal_error
◆ Error analysis: It indicates that the main driver of the fault-tolerant set has an error.
◇ Solution: Try to restart the computer first to see if it can solve the problem. If not, please try "Last Good Configuration" to solve it.
┌—┐
│ 14│
└—┘0x0000005e:critical_service_failed
◆ Error analysis: It is caused by a very important system service startup logo.
Solution: If new hardware is installed, you can remove it first, check whether it is compatible with Windows 2K/XP through the online list, and then start the computer. If the blue screen still appears, please use Last Known Good Configuration to start Windows. If it still fails, it is recommended to repair, install or reinstall.
┌—┐
│ 15│
└—┘0x0000006f:session3_initialization-failed
Error analysis: This error usually occurs when Windows starts, which is usually caused by driver failure or system file corruption.
◇ Solution: It is recommended to use the Windows installation CD to repair the installation system.
┌—┐
│ 16│
└—┘0x00000076rocess_has_locked_pages
◆ Error analysis: It is usually because a driver does not correctly release the occupied memory after completing an input/output operation.
◇ Solution:
Step 1: Click Start-> Run: regedt32, find [HKLM \ system \ current control set \ control \ session manager \ memory management], and create a new double-byte value "TrackLockedPages" on the right with the value of 1. In this way, when the error reappears, Windows will track which driver has a problem.
Step 2: If the blue screen appears again, the error message will become:
STOP:0x0000000CB(0xY,0xY,0xY,0xY)DRIVER _ LEFT _ LOCKED _ PAGES _ IN _ PROCESS
The fourth "0xY" will be displayed as a problem-driven name and will be updated or deleted later.
Step 3: Enter the registry and delete the added "TrackLockedPages".
┌—┐
│ 17│
└—┘0x00000077:kernel_stack_inpage_error
◆ Error analysis: It means that the required kernel data is not found in virtual memory or physical memory. This error often means that there is something wrong with the disk and the corresponding data is destroyed or eroded by the virus.
◇ Solution: Scan the system with antivirus software; Use the "chkdsk /r" command to check and repair disk errors. If not, use the tools provided by the disk manufacturer for inspection and maintenance.
┌—┐
│ 18│
└—┘0x0000007a:kernel_data_inpage_error
Error analysis: This kind of error is often caused by the fact that the kernel data in virtual memory cannot be read into memory. The reasons may be that there are bad clusters, viruses, disk controller errors and memory problems in the virtual memory paging file.
◇ Solution: First, use anti-virus software upgraded to the latest virus database to kill the virus. If there is 0xC000009C or 0xC0000 16A code in the prompt message, it means that it is caused by a bad cluster, and the disk detection tool of the system cannot automatically repair it. At this point, you should enter the "Recovery Console" and use the "chkdsk /r" command for manual repair.
┌—┐
│ 19│
└—┘0x0000007b:inacessible_boot_device
◆ Error analysis: Windows cannot access the system partition or boot volume at startup. It usually happens when the motherboard is replaced for the first time, mainly because the IDE controller of the new motherboard and the old motherboard use different chipsets. Sometimes it may be caused by virus or hard disk damage.
◇ Solution: Generally, start the computer with the installation CD, and then repair and install it to solve the problem. For viruses, you can kill them with DOS antivirus software (the main battle is to download kv2005DOS version). If there is something wrong with the hard disk itself, please install it on another computer, and then use "chkdsk /r" to check and repair the disk error.
┌—┐
│20│
└—┘0x0000007e:system_thread_exception_not_handled
◆ Error analysis: The system process generates an error, but the Windows error handler cannot catch it. There are many reasons for this, including: hardware compatibility, faulty drivers or system services, or some software.
◇ Solution: Please use Event Viewer to get more information and find the root cause of the error. (it seems that finding is not the way. It seems that people here are going to be self-reliant! )
┌—┐
│2 1│
└—┘0x0000007f:unexpected_kernel_moed_trap
Error analysis: Generally, it is caused by the failure of hardware (such as memory) or some software. Sometimes overclocking can also produce this error.
◇ Solution: Check the memory with test software (such as Memtest86). If overclocking occurs, please cancel overclocking. Pull out the PCI hardware card from the motherboard slot or replace the slot. In addition, after overclocking, some motherboards (such as nForce2 motherboards) will lead to blue screen due to overheating of the South Bridge chip, so adding a separate heat sink for this chip can often effectively solve the problem.
┌—┐
│22│
└—┘0x00000080:nmi_hardware_failure
Error analysis: generally caused by hardware. (It seems that the blue screen is inextricably linked with hardware errors. )
◇ Solution: If new hardware has been installed recently, please remove it, and then try to replace the slot and install the latest driver. If the driver is upgraded, please restore the original version; Check whether the memory golden finger is polluted or damaged; Scan for viruses; Run "chkdsk /r" to check and repair disk errors; Check that all hardware cards are plugged in. If all the above attempts fail, you'll have to ask a professional computer repair company for help.
┌—┐
│23│
└—┘0x0000008e:kernel_mode_exception_not_handled
Error analysis: kernel-level applications have errors, but Windows error handlers have not caught them. This is usually a hardware compatibility error.
◇ Solution: Upgrade driver or BIOS.
┌—┐
│24│
└—┘0x0000009c:machine_check_exception
Error analysis: usually caused by hardware. Generally, it is due to overclocking or hardware problems (memory, CPU, bus, power supply).
◇ Solution: If overclocking, please reduce the original frequency of CPU and check the hardware.
┌—┐
│25│
└—┘0x0000009friver_power_state_failure
◆ Error analysis: It is often related to the power supply, and it often happens in the operation related to the power supply, such as shutdown, standby or sleep shutdown.
◇ Solution: reinstall the system. If it cannot be solved, please replace the power supply.
┌—┐
│26│
└—┘0x000000A5:ACPI_BIOS_ERROR
◆ Error analysis: It is usually because the motherboard BIOS cannot fully support the ACPI specification.
◇ Solution: If there is no corresponding BIOS upgrade, when the prompt "If you need to install a third-party SCSI or RAID driver, please press F7" appears when installing Windows 2K/XP, so that Windows will automatically prohibit the installation of ACPI HAL and install standard PC HAL.
┌—┐
│27│
└—┘0x000000b4:video_driver_init_failure
◆ Error analysis: This stop message indicates that Windows cannot enter the graphical interface because it cannot start the graphics card driver. Usually there is something wrong with the graphics card, or the graphics card has hardware conflicts (such as parallel port or serial port conflicts).
◇ Solution: Enter the safe mode to see if the problem is solved. If possible, please upgrade the latest graphics driver. If not, there is probably a conflict between the graphics card and the parallel port. You need to press WIN+break to open System Properties in safe mode. In terms of hardware->; Locate and double-click the project connected to the print LPT 1 port in the Device Manager, unconfigure "Use Automatic Configuration" in the Resources tab, and then change "03BC" in the Input/Output Range to "0378".
┌—┐
│28│
└—┘0x000000be:attempted_write_to_readonly_memory
◆ Error analysis: A driver tries to write data into read-only memory, usually after installing a new driver, system service or upgrading the firmware program of the device.
Solution: If the error message contains the name of the driver or service file, please uninstall or disable the newly installed driver or software according to this information.
┌—┐
│29│
└—┘0x000000C2:BAD_POOL_CALLER
Error analysis: a process or driver in the kernel layer mistakenly tries to enter the memory operation, which is usually caused by a bug in the driver or software.
◇ Solution: Please refer to the related items of the conventional solution mentioned above for elimination.
┌—┐
│30│
└—┘0x000000CE
RIVER _ UNLOADED _ WITHOUT _ canceling _ PENDING _ OPERATIONS
Error analysis: It is usually caused by the wrong driver or system service.
◇ Solution: It is recommended to update the driver or upgrade the BIOS.
┌—┐
│3 1│
└—┘0x000000D 1 river is not less than or equal to.
◆ Error analysis: It is usually caused by fault drivers (such as Logitech MouseWare 9. 10 and Logitech Mouse 9.24 drivers). At the same time, defective memory, damaged virtual memory files and some software (such as multimedia software, antivirus software, backup software and DVD player software) can also lead to this error.
◇ Solution: Check the latest installed or upgraded drivers (if a file name similar to "acpi.sys" appears in the blue screen, you can be quite sure that there is a driver problem) and software; Test whether there is a problem with the memory; Enter the "recovery console", go to the partition where the virtual memory page file Pagefile.sys is located, and execute the "del pagefile.sys" command to delete the page file; Then execute the "chkdsk /r" command in the partition where the page file is located; Reset virtual memory after entering Windows.
If you encounter this blue screen while surfing the Internet, and you are just downloading and uploading a lot of data (such as online games and BT downloads), there should be something wrong with the driver of the network card, so you need to upgrade its driver.
┌—┐
│32│
└—┘0x000000ea:thread_stuck_in_device_driver
◆ Error analysis: Generally, it is caused by the video card or the video card driver.
◇ Solution: Upgrade the latest graphics driver first. If not, you need to replace the graphics card to test whether the fault will occur again.
┌—┐
│33│
└—┘0x000000ed:unmountable_boot_volume
◆ Error analysis: Generally, it is caused by an error in the disk. Sometimes it is suggested to check whether the hard disk connection is in poor contact, or the connecting cable that meets the hard disk transmission specification is not used. For example, ATA- 100 or ATA-33 cable doesn't matter to the low-speed hard disk, but tell the hard disk (supporting ATA-66 or above) that the requirements are stricter, and the cable with incorrect specifications may sometimes lead to this situation that it can't be started. If it's fixed,
◇ Solution: In general, restarting will solve the problem. In any case, it is recommended to execute the "chkdsk /r" command to check and repair the hard disk.
┌—┐
│34│
└—┘0x000000f2:hardware)interrupt_storm
◆ Error analysis: The kernel layer has detected an interrupt storm in the system, for example, a device failed to release the occupied interrupt after completing the operation. Usually, this is caused by a defective driver.
Solution: Upgrade or uninstall the newly installed hardware driver.
┌—┐
│35│
└—┘0x00000 135:unable_to_locate_dll
Error analysis: It usually means that the file is lost or damaged, or there is an error in the registry.
Solution: If the file is lost or damaged, the corresponding file name will usually be displayed in the blue screen information. You can find the corresponding files through the network or other computers and copy them to the SYSTEM32 subfolder under the System folder. If the file name is not displayed, the registry may be corrupted. Please use System Restore or a previous registry backup to restore it.
36. Code: top: 0x000000f4 (0x0000003, 0x8 1e95460, 0x8 1e955d4, 0x805fb7a8).
Analysis: (1):
If there are bad tracks on the hard disk, it will lead to slow detection. You can listen to whether there is any abnormal sound when the hard disk is running. If so, the hard disk should have bad tracks, so the system will only use blue screen of death when using the damaged files. It is recommended to repartition the hard disk after low-level formatting. There is a certain hope for hard disk recovery, or use software to shield bad tracks.
(2): I will put XP on the D drive! There is nothing wrong with the motherboard, BIOS and memory. There are some bad blocks in the initial part of the hard disk measured by HDTune, which do not disappear after being completely formatted, but there is no abnormal sound during operation, and I don't know why.
(3):STOP:0x000000F4 means: memory access error, and that number is the memory address. Did this question come only recently or after the ghost? If it is recent, just try ghost again. If it is after ghost, I suggest you reinstall it in the current partition state.
(4):0x000000F4: Hardware) Interrupt _ Storm
Error analysis: The kernel layer has detected an interruption storm in the system, for example, a device failed to release the occupied interruption after completing the operation. Usually this is caused by a defective driver.
Solution: Upgrade or uninstall the newly installed hardware driver.
Your BIOS is the latest beta version of 10 1 1.003. The beta version is unstable, so it is better to use the official version.
(5): Will there be a blue screen after turning on the computer for a few minutes? A problem has been detected, Windows hasshutdownReventDamageToy Computer.
aprocessorthreadcritical tosystemoperationhasunexpectedlyexitedorbeendered。
(There is also an English word that goes something like this, "If this is the first time you see this, restart the computer. If the problem persists, please check your software and recently installed hardware. ) There is also Disable RemoveannyNewlyInstalled Hardware, Disable Bio-memory Option SuchasCashing or Shadowing (there is also a paragraph in English that tells you to enter safe mode)?
Stop: 0x000000f4 (0x00000003, 0x8 1e95460, 0x8 1e955d4, 0x805fb7a8) refers to a memory error. The specific data behind it is unknown. I think it refers to a certain block.