Blue Screen of Death = BSOD = 藍色畫面 ============================================================================================================ BlueScreenView - BSOD記錄資料瀏覽器可用來查看BSOD的錯誤記錄,作業系統必需有設定開啟記錄功能才有資料 記錄內容會顯示造成BSOD的作業系統程式執行呼叫結構,可用來檢出錯誤源頭,另可搭配作業系統的事件檢視器Windows記錄來除錯 BlueScreenView - 官網 BlueScreenView下載 - ZIP格式 BlueScreenView下載 - EXE格式 BlueScreenView下載 - ZIP格式(64位元) ============================================================================================================ 1.故障檢查資訊 ***STOP 0x0000001E(0xC0000005,0xFDE38AF9,0x0000001,0x7E8B0EB4) KMODE_EXCEPTION_NOT_HANDLED *** 第一部分是停止碼(Stop Code) 也就是STOP 0x0000001E,用於識別已發生錯誤的類型。 第二部分是被括號括起來的四個參數 表示隨機的開發人員定義的參數 這個參數對於普通使用者根本無法理解,只有驅動程式編寫者或者微軟作業系統的開發人員才懂。 第三部分是錯誤名稱,第一行通常用來識別產生錯誤的驅動程式或者設備。 這種資訊多數很簡潔,但停止碼可以作為搜尋項在微軟知識庫和其他技術資料中使用。 ============================================================================================================ 0x00000001:APC_INDEX_MISMATCH (DRIVER_IRQL_NOT_LESS_THAN_OR_EQUAL) ◆錯誤分析:STOP error 0x1 means that there has been a mismatch in the APC state index. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000002:DEVICE_QUEUE_NOT_BUSY ◆錯誤分析:STOP 0x00000002 errors are likely caused by hardware or device driver issues. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000003:UNSYNCHRONIZED_ACCESS(INVALID_AFFINITY_SET) ◆錯誤分析:使用" 事件檢視器"可能會看到記錄的Vidcap.ax通用視訊類別(UVC)驅動程式檔案中發生存取違規。 ◇解決方案:這個問題,第一次已經在 Microsoft Windows XP Service Pack 2 中獲得修正 請安裝至最新的Windows修正檔來排除此錯誤。 ------------------------------------------------------------------------------------------------------------ 0x00000004:INVALID_DATA_ACCESS_TRAP ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000005:INVALID_PROCESS_ATTACH_ATTEMPT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000006:INVALID_PROCESS_DETACH_ATTEMPT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000007:INVALID_SOFTWARE_INTERRUPT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000008:IRQL_NOT_DISPATCH_LEVE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000009:IRQL_NOT_GREATER_OR_EQUAL ◆錯誤分析:可能是硬體故障或是驅動程式錯誤 ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000000A:IRQL_NOT_LESS_OR_EQUAL(Parameter1, Parameter2, Parameter3, Parameter4) Parameter1-不正確的參考位址。 Parameter2-IRQL 需要存取記憶體。 Parameter3-存取類型,0 為讀取作業,1 為寫入作業。 Parameter4-參考Parameter1中的記憶體之指令的位址。 ◆錯誤分析:主要是由問題的驅動程式、有缺陷或不相容的硬體與軟體造成的。 從技術角度講。表明在核心模式中存在以太高的應用程式內部請求級別(IRQL)存取其沒有權限存取的記憶體位址。 一般而言,驅動程式使用不正確的記憶體位址時,就會發生這個錯誤 其他原因可能包括不相容的裝置驅動程式、一般的硬體問題,或不相容的軟體。 STOP error 0xA means that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above. ◇解決方案:請用下方的解決方案中的2、3、5、8、9方案嘗試排除。 請安裝至最新的Windows修正檔來排除此錯誤。 ------------------------------------------------------------------------------------------------------------ 0x0000000B:NO_EXCEPTION_HANDLING_SUPPORT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000000C:MAXIMUM_WAIT_OBJECTS_EXCEEDED ◆錯誤分析:STOP error 0xC means that the current thread exceeded the permitted number of wait objects. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000000D:MUTEX_LEVEL_NUMBER_VIOLATION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000000E:NO_USER_MODE_CONTEXT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000000F:SPIN_LOCK_ALREADY_OWNED ◆錯誤分析:STOP error 0xF means that a request for a spin lock has been initiated when the spin lock was already owned. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000010:SPIN_LOCK_NOT_OWNED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000011:THREAD_NOT_MUTEX_OWNER ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000012:TRAP_CAUSE_UNKNOWN ◆錯誤分析:如果遇到這個錯誤資訊,那麼很不幸,因為KeBudCheck分析的結果是這個錯誤的原因未知。 STOP error 0x12 means that an unknown exception has occurred. ◇解決方案:既然微軟都幫不上忙,就得靠自己了,請仔細回想這個錯誤是什麼時候出現的 第一次發生時你對系統做了哪些操作、發生時正在進行什麼操作。 從這些資訊中找出可能的原因,從而選擇相應解決方案嘗試排除。 ------------------------------------------------------------------------------------------------------------ 0x00000013:EMPTY_THREAD_REAPER_LIST ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000014:CREATE_DELETE_LOCK_NOT_LOCKED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000015:LAST_CHANCE_CALLED_FROM_KMODE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000016:CID_HANDLE_CREATION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000017:CID_HANDLE_DELETION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000018:REFERENCE_BY_POINTER ◆錯誤分析:STOP error 0x18 means that the reference count of an object is illegal for the current state of the object. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000019:BAD_POOL_HEADER ◆錯誤分析:STOP error 0x19 means that a pool header is corrupt. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000001A:MEMORY_MANAGEMENT ◆錯誤分析:這個記憶體管理錯誤往往是由硬體引起的,例如:新安裝的硬體、記憶體本身有問題等。 STOP error 0x1A means that a severe memory management error occurred. ◇解決方案:如果是在安裝Windows時出現,有可能是由於你的電腦達不到安裝Windows的最小記憶體空間和硬碟空間要求。 安裝至最新的Windows修正檔來排除此錯誤。 ------------------------------------------------------------------------------------------------------------ 0x0000001B:PFN_SHARE_COUNT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000001C:PFN_REFERENCE_COUNT ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000001D:NO_SPIN_LOCK_AVAILABLE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000001E:KMODE_EXCEPTION_NOT_HANDLED ◆錯誤分析:Windows核心檢查到一個非法或者未知的應用程式指令,這個停止碼一般是由有問題的記憶體 與前面0x0000000A的原因相似。 STOP error 0x1E means that a kernel-mode program generated an exception which the error handler did not catch. ◇解決方案:(1)硬體相容有問題:請對照前面提到的最新硬體相容性列表,查看所有硬體是否包含在該列表中。 (2)有問題的設備驅動、系統服務或記憶體衝突和中斷衝突 如果在"藍底白字畫面"訊息中出現了驅動程式的名字 請試著在"安全模式"或"修復控制台"中停用或刪除驅動程式,並停用所有剛安裝的驅動程式和軟體。 如果錯誤出現在系統啟動過程中,請進入安全模式,將"藍底白字畫面"資訊中所標明的檔案重命名或者刪除。 (3)如果錯誤訊息中明確指出Win32 K.sys,則可能是第三方遠端控制軟體造成的,需要從修復控制台中將對該軟體的服務關閉。 (4)在安裝Windows後第一次重新啟動時出現,最大嫌疑可能是系統分區的磁碟空間不足或BIOS相容有問題。 (5)如果是在關閉某個軟體時出現,則可能是軟體本身存在設計缺陷,請升級或解除安裝。 ------------------------------------------------------------------------------------------------------------ 0x0000001F:SHARED_RESOURCE_CONV_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000020:KERNEL_APC_PENDING_DURING_EXIT ◆錯誤分析:STOP error 0x20 means that an asynchronous procedure call (APC) was still pending when a thread exited. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000021:QUOTA_UNDERFLOW ◆錯誤分析:STOP error 0x21 means that quota charges have been mishandled by returning more quota to a particular block than was previously charged. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000022:FILE_SYSTEM ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000023:FAT_FILE_SYSTEM ◆錯誤分析:通常發生在讀寫FAT16或者FAT32檔案系統的系統分區時 錯誤很有可能是磁碟本身存在物理損壞,或是中斷要求封包(IRP)損壞而導致的。 其他原因還包括:硬碟磁碟碎片過多、檔案讀寫操作過於頻繁,並且資料量非常大 或者是由於一些磁碟鏡像軟體或掃毒軟體引起的。 STOP error 0x23 means that a problem occurred in the FAT file system. ◇解決方案:第一步:首先打開 DOS 視窗,輸入"Chkdsk /r"指令檢查並修復硬碟錯誤 如果報告存在壞軌(Bad Track),請使用硬碟廠商提供的檢查工具進行檢查和修復。 第二步:接著停用所有即使掃瞄檔案的軟體,例如:掃毒軟體、防火牆或備份工具。 第三步:滑鼠右鍵點選路徑 C:\winnt\system32\drivers\fastfat.sys 檔案並選擇"內容" 查看其"版本"是否與目前系統所使用的Windows版本相符。 如果是XP,則路徑應該是 C:\windows\system32\drivers\fastfat.sys 第四步:安裝最新的主機板驅動程式,特別是IDE驅動程式。 如果你的光碟機、卸除式存放裝置也提供有驅動程式,最好將它們升級至最新版。 ------------------------------------------------------------------------------------------------------------ 0x00000024:NTFS_FILE_SYSTEM ◆錯誤分析:由於NTFS.SYS檔案出現錯誤(這個系統檔案的作用是容許系統讀寫使用NTFS檔案系統的硬碟)。 錯誤很有可能是磁碟本身存在物理損壞,或是中斷要求封包(IRP)損壞而導致的。 其他原因還包括:硬碟磁碟碎片過多、檔案讀寫操作過於頻繁,並且資料量非常大 或者是由於一些磁碟鏡像軟體或掃毒軟體引起的。 STOP error 0x24 means a problem occurred in ntfs.sys, the driver file that allows the system to read and write to NTFS drives. ◇解決方案:01.打開 DOS 視窗,輸入"Chkdsk /r"指令檢查並修復硬碟錯誤 如果報告存在壞軌(Bad Track),請使用硬碟廠商提供的檢查工具進行檢查和修復。 02.停用所有即使掃瞄檔案的軟體,例如:掃毒軟體、防火牆或備份工具。 03.滑鼠右鍵點選路徑 C:\winnt\system32\drivers\fastfat.sys 檔案並選擇"內容" 查看其"版本"是否與目前系統所使用的Windows版本相符。 如果是XP,則路徑應該是 C:\windows\system32\drivers\fastfat.sys 04.安裝最新的主機板驅動程式,特別是IDE驅動程式。 如果你的光碟機、卸除式存放裝置有提供驅動程式,最好將它們升級至最新版。 ------------------------------------------------------------------------------------------------------------ 0x00000025:NPFS_FILE_SYSTEM ◆錯誤分析:STOP error 0x25 means that a problem occurred in the NPFS file system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000026:CDFS_FILE_SYSTEM ◆錯誤分析:STOP error 0x26 means that a problem occurred in the CD file system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000027:RDR_FILE_SYSTEM ◆錯誤分析:這個錯誤產生的原因很難判斷,不過Windows記憶體管理出了問題很可能會導致這個停止碼的出現。 STOP error 0x27 means that a problem occurred in the SMB redirector file system. ◇解決方案:如果是記憶體管理的緣故,通常增加記憶體會解決問題。 ------------------------------------------------------------------------------------------------------------ 0x00000028:CORRUPT_ACCESS_TOKEN ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000029:SECURITY_SYSTEM ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000002A:INCONSISTENT_IRP ◆錯誤分析:STOP error 0x2A means that an IRP was found to contain inconsistent information. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000002B:PANIC_STACK_SWITCH ◆錯誤分析:STOP error 0x2B means that the kernel mode stack was overrun. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000002C:PORT_DRIVER_INTERNAL ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000002D:SCSI_DISK_DRIVER_INTERNAL ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000002E:DATA_BUS_ERROR ◆錯誤分析:系統記憶體儲存器奇偶校驗產生錯誤。 通常是因為有缺陷的記憶體(包括物理記憶體、L2 CACHE或者顯示卡記憶體)。 或設備驅動程式存取了不存在的記憶體位址等原因引起的。 另外,硬碟被病毒或者其他問題所損傷,也會出現這個錯誤。 STOP error 0x2E means that a parity error in system memory has been detected. ◇解決方案:(1)掃描病毒 (2)使用"chkdsk /r"指令檢查所有硬碟分區。 (3)用Memtest86等記憶體測試軟體檢查記憶體。 (4)檢查硬體是否正確安裝,例如:是否牢固、金手指介面是否有污損、氧化、損壞。 ------------------------------------------------------------------------------------------------------------ 0x0000002F:INSTRUCTION_BUS_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000030:SET_OF_INVALID_CONTEXT ◆錯誤分析:STOP error 0x30 means that the stack pointer in a trap frame had an invalid value. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000031:PHASE0_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x31 means that system initialization failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000032:PHASE1_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x32 means that system initialization failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000033:UNEXPECTED_INITIALIZATION_CALL ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000034:CACHE_MANAGER ◆錯誤分析:STOP error 0x34 means that a problem occurred in the file system's cache manager. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000035:NO_MORE_IRP_STACK_LOCATIONS ◆錯誤分析:從字面上理解,應該時驅動程式或某些軟體出現堆疊問題。 其實這個故障的真正原因應該是驅動程式本身存在問題,或是記憶體有問題。 STOP error 0x35 occurs when the IoCallDriver packet has no more stack locations remaining. ◇解決方案:請使用下面的一般解決方案中與驅動程式和記憶體相關的方案進行排除。 ------------------------------------------------------------------------------------------------------------ 0x00000036:DEVICE_REFERENCE_COUNT_NOT_ZERO ◆錯誤分析:STOP error 0x36 means that a driver attempted to delete a device object that still had a positive reference count. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000037:FLOPPY_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000038:SERIAL_DRIVER_INTERNAL ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000039:SYSTEM_EXIT_OWNED_MUTEX ◆錯誤分析:STOP error 0x39 means that the worker routine returned without releasing the mutex object that it owned. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003A:SYSTEM_UNWIND_PREVIOUS_USER ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003B:SYSTEM_SERVICE_EXCEPTION ◆錯誤分析:STOP error 0x3B means that an exception happened while executing a routine that transitions from non-privileged code to privileged code. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003C:INTERRUPT_UNWIND_ATTEMPTED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003D:INTERRUPT_EXCEPTION_NOT_HANDLED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003E:MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTE ◆錯誤分析:STOP error 0x3E means that the system has multiple processors, but they are asymmetric in relation to one another. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000003F:NO_MORE_SYSTEM_PTES ◆錯誤分析:一個與系統記憶體管理相關的錯誤,例如:由於執行了大量的輸入/輸出操作,造成記憶體管理出現問題 有缺陷的驅動程式錯誤的使用記憶體資源,某個應用程式(例如:備份軟體)被分配了大量的核心記憶體等。 STOP error 0x3F is the result of a system which has performed too many I/O actions. This has resulted in fragmented system page table entries (PTE). ◇解決方案:反安裝所有最新安裝的軟體(特別是哪些增強硬碟性能的應用程式和掃毒軟體)和驅動程式。 ------------------------------------------------------------------------------------------------------------ 0x00000040:TARGET_MDL_TOO_SMALL ◆錯誤分析:STOP error 0x40 means that a driver has improperly used IoBuildPartialMdl. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000041:MUST_SUCCEED_POOL_EMPTY ◆錯誤分析:STOP error 0x41 means that a kernel-mode thread has requested too much must-succeed pool. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000042:ATDISK_DRIVER_INTERNAL ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000043:NO_SUCH_PARTITION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000044:MULTIPLE_IRP_COMPLIETE_REQUESTS ◆錯誤分析:通常是由硬體驅動程式引起的。 STOP error 0x44 means that a driver has tried to requested an IRP be completed that is already complete. ◇解決方案:反安裝最近安裝的驅動程式。 這個故障很少出現,目前已經知道的是,在使用http://www.in-system.com/這家公司的某些軟體時會出現 其中的罪魁禍首就是Falstaff.sys檔案。 ------------------------------------------------------------------------------------------------------------ 0x00000045:INSUFFICIENT_SYSTEM_MAP_REGS ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000046:DEREF_UNKNOWN_LOGON_SESSION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000047:REF_UNKNOWN_LOGON_SESSION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000048:CANCEL_STATE_IN_COMPLETED_IRP ◆錯誤分析:STOP error 0x48 means that an I/O request packet (IRP) was completed, and then was subsequently canceled. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000049:PAGE_FAULT_WITH_INTERRUPTS_OFF ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004A:IRQL_GT_ZERO_AT_SYSTEM_SERVICE ◆錯誤分析:STOP error 0x4A means that a thread is returning to user mode from a system call when its IRQL is still above PASSIVE_LEVEL. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004B:STREAMS_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004C:FATAL_UNHANDLED_HARD_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004D:NO_PAGES_AVAILABLE ◆錯誤分析:STOP error 0x4D means that no free pages are available to continue operations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004E:PFN_LIST_CORRUPT ◆錯誤分析:STOP error 0x4E means that the page frame number (PFN) list is corrupted. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000004F:NDIS_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000050:PAGE_FAULT_IN_NONPAGED_AREA ◆錯誤分析:有問題的記憶體(包括物理記憶體、L2 CACHE、顯示卡記憶體、虛擬記憶體) 不相容的軟體(主要是遠端控制和掃毒軟體) 損壞的NTFS磁碟區以及有問題的硬體(例如:PCI介面卡損壞)等都會引發這個錯誤。 STOP error 0x50 means that invalid system memory has been referenced. ◇解決方案:請使用下方的一般解決方案中與記憶體、軟體、硬體、硬碟等相關的方案進行修復。 ------------------------------------------------------------------------------------------------------------ 0x00000051:REGISTRY_ERROR ◆錯誤分析:這個停止碼說明登錄檔或系統設定管理器出現錯誤,由於硬碟本身有物理損壞或檔案系統存在問題 從而造成在讀取登錄檔時出現輸入/輸出錯誤。 STOP error 0x51 means that a severe registry error has occurred. ◇解決方案:使用"chkdsk /r"檢查並修復硬碟錯誤。 ------------------------------------------------------------------------------------------------------------ 0x00000052:MAILSLOT_FILE_SYSTEM ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000053:NO_BOOT_DEVICE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000054:LM_SERVER_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000055:DATA_COHERENCY_EXCEPTION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000056:INSTRUCTION_COHERENCY_EXCEPTION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000057:XNS_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000058:FTDISK_INTERNAL_ERROR ◆錯誤分析:說明在容錯組的主驅動發生錯誤。 STOP error 0x58 will appear if the system is booted from the wrong copy of a mirrored partition. ◇解決方案:首先嘗試重新啟動電腦看是否能解決問題,如果不行,則嘗試"最後一次正確設定"進行解決。 ------------------------------------------------------------------------------------------------------------ 0x00000059:PINBALL_FILE_SYSTEM ◆錯誤分析:STOP error 0x59 means that a problem occurred in the Pinball file system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000005A:CRITICAL_SERVICE_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000005B:SET_ENV_VAR_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000005C:HAL_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000005D:UNSUPPORTED_PROCESSOR ◆錯誤分析:STOP error 0x5D means that the computer is attempting to run Windows on an unsupported processor. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000005E:CRITICAL_SERVICE_FAILED(OBJECT_INITIALIZATION_FAILED) ◆錯誤分析:某個非常重要的系統服務啟動識別造成的。 ◇解決方案:如果是在安裝了某個新硬體後出新的,可以先移除該硬體,並透過網上列表檢查它是否與Windows 2K/XP相容 接著啟動電腦,如果"藍底白字畫面"還是出現,請使用"最後一次正確設定"來啟動Windows 如果這樣還是失敗,建議進行修復安裝或是重新安裝作業系統。 ------------------------------------------------------------------------------------------------------------ 0x0000005F:SECURITY_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000060:PROCESS_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000061:HAL1_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000062:OBJECT1_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000063:SECURITY1_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000064:SYMBOLIC_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000065:MEMORY1_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000066:CACHE_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000067:CONFIG_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x67 means that the registry configuration failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000068:FILE_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000069:IO1_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x69 means that the initialization of the I/O system failed for some reason. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006A:LPC_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006B:PROCESS1_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x6B means that the initialization of the Microsoft Windows operating system failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006C:REFMON_INITIALIZATION_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006D:SESSION1_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x6D means that the initialization of the Microsoft Windows operating system failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006E:SESSION2_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x6E means that the initialization of the Microsoft Windows operating system failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000006F:SESSION3_INITIALIZATION-FAILED ◆錯誤分析:這個錯誤通常出現在Windows啟動時,一般是由有問題的驅動程式或損壞的系統檔案引起的。 STOP error 0x6F means that the initialization of the Microsoft Windows operating system failed. ◇解決方案:建議使用Windows安裝光碟對系統進行修復。 ------------------------------------------------------------------------------------------------------------ 0x00000070:SESSION4_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x70 means that the initialization of the Microsoft Windows operating system failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000071:SESSION5_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x71 means that the initialization of the Microsoft Windows operating system failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000072:ASSIGN_DRIVE_LETTERS_FAILED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000073:CONFIG_LIST_FAILED ◆錯誤分析:STOP error 0x73 means that one of the top-level registry keys, also known as core system hives, cannot be linked in the registry tree. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000074:BAD_SYSTEM_CONFIG_INFO ◆錯誤分析:STOP error 0x74 means that there is an error in the registry. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000075:CANNOT_WRITE_CONFIGURATION ◆錯誤分析:STOP error 0x75 means that the SYSTEM registry hive file cannot be converted to a mapped file. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000076:PROCESS_HAS_LOCKED_PAGES ◆錯誤分析:通常是因為某個驅動程式在完成了一次輸入/輸出操作後,沒有正確釋放所佔有的記憶體。 STOP error 0x76 means that a driver failed to release locked pages after an I/O operation. ◇解決方案:第一步:點選開始->執行->輸入regedit 移到路徑 HKLM\SYSTEM\Currentcontrol set\control\session manager\memory management 在右側新建DWORD值,名稱輸入"TrackLockedPages",數值資料輸入"1"。 這樣Windows便會在錯誤再次出現時追蹤到是哪個驅動程式的問題。 第二步:如果再次出現"藍底白字畫面",那麼錯誤資訊會變成: STOP:0x0000000CB(0xY,0xY,0xY,0xY)DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS 其中第四個"0xY"會顯示為問題驅動程式的名字,接著對其進行更新或刪除。 第三步:進入登錄檔,刪除新增的"TrackLockedPages"。 ------------------------------------------------------------------------------------------------------------ 0x00000077:KERNEL_STACK_INPAGE_ERROR ◆錯誤分析:說明需要使用的核心資料沒有在虛擬記憶體或物理記憶體中找到。 這個錯誤常因硬碟有問題,造成資料損壞或受到病毒破壞。 STOP error 0x77 means that the requested page of kernel data from the paging file could not be read into memory. ◇解決方案:使用掃毒軟體掃瞄系統,使用"chkdsk /r"命令檢查並修復硬碟錯誤,如不行則使用硬碟廠商提供的工具檢查修復。 ------------------------------------------------------------------------------------------------------------ 0x00000078:PHASE0_EXCEPTION ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000079:MISMATCHED_HAL ◆錯誤分析:STOP error 0x79 means that the Hardware Abstraction Layer (HAL) revision level or configuration does not match that of the kernel or the computer. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000007A:KERNEL_DATA_INPAGE_ERROR ◆錯誤分析:這個錯誤往往是虛擬記憶體中的核心資料無法讀入記憶體造成的。 原因可能是虛擬記憶體分頁檔存在壞的叢集、病毒、磁碟控制器出錯、記憶體有問題。 STOP error 0x7A means that the requested page of kernel data from the paging file could not be read into memory. ◇解決方案:首先先進行掃毒,如果掃毒後錯誤資訊中還有0xC000009C或0xC000016A,那麼表示是壞的叢集造成的 這時進入"修復控制台",用"chkdsk /r"命令進行手動修復。 ------------------------------------------------------------------------------------------------------------ 0x0000007B:INACESSIBLE_BOOT_DEVICE ◆錯誤分析:Windows在啟動過程中無法存取系統分區或開機磁碟區。 一般發生在更換主機板後第一次啟動時,主要是因為新主機板和舊主機板的IDE控制器使用了不同晶片組造成的。 有時也可能是病毒或硬碟損傷所引起的。 STOP error 0x7B means that the Microsoft Windows operating system has lost access to the system partition during startup. ◇解決方案:一般只要用安裝光碟啟動電腦,然後執行修復安裝即可解決問題。 對於病毒則可使用DOS版的掃毒軟體進行掃毒。 如果是硬碟本身存在問題,請使用"chkdsk /r"來檢查並修復硬碟錯誤。 也有可能是硬碟的模式設定錯誤造成,請檢查作業系統安裝時,硬碟是開啟AHCI模式還是IDE模式 將其調整為正確的模式即可排除此問題 ------------------------------------------------------------------------------------------------------------ 0x0000007C:BUGCODE_NDIS_DRIVER ◆錯誤分析:STOP error 0x7C means that a problem occurred with an NDIS driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000007D:INSTALL_MORE_MEMORY ◆錯誤分析:STOP error 0x7D means that there is not enough memory to start up the Microsoft Windows operating system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000007E:SYSTEM_THREAD_EXCEPTION_NOT_HANDLED ◆錯誤分析:系統應用程式產生錯誤,但Windows錯誤處理器無法捕獲。 其產生原因很多,包括硬體相容性、有問題的驅動程式或系統服務、或者是某些軟體。 STOP error 0x7E means that a system thread generated an exception that the error handler did not catch. ◇解決方案:請使用"事件檢視器"來獲取更多的資訊,從中發現錯誤根源。 ------------------------------------------------------------------------------------------------------------ 0x0000007F:UNEXPECTED_KERNEL_MOED_TRAP ◆錯誤分析:一般是由於有問題的硬體(例如記憶體)或某些軟體引起的,有時超頻也會產生這個錯誤。 STOP error 0x7F means that the Intel CPU generated a trap and the kernel failed to catch this trap. ◇解決方案:用檢測軟體(例如:Memtest86)檢查記憶體,如果進行了超頻,請取消超頻。 將PCI硬體插卡從主機板插槽拔下來,或更換插槽。 另外,有些主機板(例如:nForce2主機板)在進行超頻後,南橋晶片過熱也會導致"藍底白字畫面" 此時為該晶片單獨增加散熱片往往可以有效解決問題。 ------------------------------------------------------------------------------------------------------------ 0x00000080:NMI_HARDWARE_FAILURE ◆錯誤分析:通常是由硬體引起的。("藍底白字畫面"似乎與硬體錯誤有不解之緣) STOP error 0x80 means that a hardware malfunction has occurred. ◇解決方案:如果最近安裝了新硬體,請將其移除,然後試試更換插槽和安裝最新的驅動程式。 如果升級了驅動程式,請恢復後原來的版本。 檢查記憶體金手指介面是否有污損、氧化或損壞。 掃瞄病毒。 執行"chkdsk /r"檢查並修復硬碟錯誤。 檢查所有硬體裝置是否已經插牢。 ------------------------------------------------------------------------------------------------------------ 0x00000081:SPIN_LOCK_INIT_FAILURE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000082:DFS_FILE_SYSTEM ◆錯誤分析:It indicates a Distributed file system (Dfs) problem. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000083:OFS_FILE_SYSTEM ◆錯誤分析:It indicates an OFS file system problem. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000084:RECOM_DRIVER ◆錯誤分析:It indicates a RECOM driver problem. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000085:SETUP_FAILURE ◆錯誤分析:It indicates a general failure with the setup operation. STOP error 0x85 means that a fatal error occurred during setup. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000086: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000087: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000088: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000089: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000008A: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000008B:MBR_CHECKSUM_MISMATCH ◆錯誤分析:STOP error 0x8B means that a mismatch has occurred in the MBR checksum. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000008C: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000008D: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000008E:KERNEL_MODE_EXCEPTION_NOT_HANDLED ◆錯誤分析:核心級應用程式產生了錯誤,但Windows錯誤處理器沒有捕獲,通常是硬體相容性錯誤。 That are usually caused by memory hardware failures and more rarely by device driver issues, viruses, or hardware failures other than your RAM. STOP error 0x8E means that a kernel-mode application generated an exception that the error handler did not catch. ◇解決方案:升級驅動程式或升級BIOS。 檢查記憶體 移除新增的硬體 使用"上一次良好的設定"啟動 關閉超頻 更新修正檔 KB2838727、KB2839229錯誤造成,進入安全模式移除即可 ------------------------------------------------------------------------------------------------------------ 0x0000008F:PP0_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x8F means that the Plug and Play (PnP) manager could not be initialized. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000090:PP1_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0x90 means that the Plug and Play (PnP) manager could not be initialized. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000091:WIN32K_INIT_OR_RIT_FAILURE ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000092:UP_DRIVER_ON_MP_SYSTEM ◆錯誤分析:STOP error 0x92 means that a uniprocessor-only driver has been loaded on a multiprocessor system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000093:INVALID_KERNEL_HANDLE ◆錯誤分析:STOP error 0x93 means that an invalid or protected handle was passed to NtClose. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000094:KERNEL_STACK_LOCKED_AT_EXIT ◆錯誤分析:STOP error 0x94 means that a thread exited while its kernel stack was marked as not swappable. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000095:PNP_INTERNAL_ERROR ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000096:INVALID_WORK_QUEUE_ITEM ◆錯誤分析:STOP error 0x96 means that a queue entry was removed that contained a null pointer. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000097:BOUND_IMAGE_UNSUPPORTED ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000098:END_OF_NT_EVALUATION_PERIOD ◆錯誤分析:STOP error 0x98 means that the trial period for the Microsoft Windows operating system has ended. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000099:INVALID_REGION_OR_SEGMENT ◆錯誤分析:STOP error 0x99 means that ExInitializeRegion or ExInterlockedExtendRegion was called with an invalid set of parameters. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000009A:SYSTEM_LICENSE_VIOLATION ◆錯誤分析:STOP error 0x9A means that the software license agreement has been violated. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000009B:UDFS_FILE_SYSTEM ◆錯誤分析:STOP error 0x9B means that a problem occurred in the UDF file system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000009C:MACHINE_CHECK_EXCEPTION ◆錯誤分析:通常是硬體引起的錯誤,一般是因為超頻或是硬體存在問題(記憶體、CPU、匯流排、電源)。 STOP error 0x9C means that a fatal machine check exception has occurred. ◇解決方案:如果進行了超頻,請調回CPU原來頻率,並檢查相關硬體設備。 ------------------------------------------------------------------------------------------------------------ 0x0000009D: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000009E:USER_MODE_HEALTH_MONITOR ◆錯誤分析:STOP error 0x9E means that one or more critical user-mode components failed to satisfy a health check. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000009F:DRIVER_POWER_STATE_FAILURE ◆錯誤分析:往往與電源有關係,常發生在電源相關的操作(例如:關機、待機或休眠)。 STOP error 0x9F means that the driver is in an inconsistent or invalid power state. ◇解決方案:請檢查電源供應器,如果不能解決,則嘗試修復或重新安裝作業系統。 ------------------------------------------------------------------------------------------------------------ 0x000000A0:INTERNAL_POWER_ERROR ◆錯誤分析:STOP error 0xA0 means that the power policy manager experienced a fatal error. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A1:PCI_BUS_DRIVER_INTERNAL ◆錯誤分析:STOP error 0xA1 means that the PCI Bus driver detected inconsistency problems in it's internal structures and could not continue. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A2:MEMORY_IMAGE_CORRUPT ◆錯誤分析:STOP error 0xA2 means that corruption has been detected in the image of an executable file in memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A3:ACPI_DRIVER_INTERNAL ◆錯誤分析:STOP error 0xA3 means that the ACPI driver detected an internal inconsistency. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A4:CNSS_FILE_SYSTEM_FILTER ◆錯誤分析:STOP error 0xA4 means that a problem occurred in the CNSS file system filter. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A5:ACPI_BIOS_ERROR ◆錯誤分析:通常是因為主機板BIOS不能全面支援ACPI規範。 STOP error 0xA5 means that the Advanced Configuration and Power Interface (ACPI) BIOS of the computer is not fully compliant with the ACPI specification. ◇解決方案:如果沒有相應BIOS升級,那麼可在安裝Windows 2K/XP時 當出現"Press F6 if you need to install a third-party SCSI or RAID driver"提示時,按下F7鍵 這樣Windows便會自動禁止安裝ACPI HAL,而安裝 Standard PC HAL。 ------------------------------------------------------------------------------------------------------------ 0x000000A6: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A7:BAD_EXHANDLE ◆錯誤分析:STOP error 0xA7 means that the kernel-mode handle table detected an inconsistent handle table entry state. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A8: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000A9: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AA: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AB:SESSION_HAS_VALID_POOL_ON_EXIT ◆錯誤分析:STOP error 0xAB means that a session unload occurred while a session driver still held memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AC:HAL_MEMORY_ALLOCATION ◆錯誤分析:STOP error 0xAC means that the hardware abstraction layer (HAL) could not obtain sufficient memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AD:VIDEO_DRIVER_DEBUG_REPORT_REQUEST ◆錯誤分析:STOP error 0xAD means that the video port created a non-fatal minidump on behalf of the video driver during run time. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AE: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000AF: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B0: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B1: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B2: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B3: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B4:VIDEO_DRIVER_INIT_FAILURE ◆錯誤分析:這個停止訊息表示Windows因為不能啟動顯示卡驅動,從而無法進入圖形界面。 通常是顯示卡的問題,或者是存在與顯示卡的硬體衝突(例如:與並列埠或串列埠的衝突)。 STOP error 0xB4 means that Windows was unable to enter graphics mode. ◇解決方案:進入安全模式查看問題是否解決,如果可以,請升級最新的顯示卡驅動程式 如果還不行,則很可能是顯示卡與並列埠存在衝突,需要在安全模式按下WIN+break組合鍵打開"系統內容"視窗 在硬體->裝置管理員中找到並開啟LPT1埠的項目 在"資源"選項中取消"使用自動設定"的勾選,然後將"I/O範圍"的"03BC"改為"0378"。 ------------------------------------------------------------------------------------------------------------ 0x000000B5: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B6: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B7: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B8:ATTEMPTED_SWITCH_FROM_DPC ◆錯誤分析:STOP error 0xB8 means that an illegal operation was attempted by a delayed procedure call (DPC) routine. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000B9:CHIPSET_DETECTED_ERROR ◆錯誤分析:STOP 0x000000B9 errors are likely caused by hardware or device driver issues. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000BA:SESSION_HAS_VALID_VIEWS_ON_EXIT ◆錯誤分析:STOP error 0xBA means that a session driver still had mapped views when the session unloaded. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000BB:NETWORK_BOOT_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0xBB means that Windows failed to successfully boot off a network. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000BC:NETWORK_BOOT_DUPLICATE_ADDRESS ◆錯誤分析:STOP error 0xBC means that a duplicate IP address was assigned to this machine while booting off a network. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000BD: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000BE:ATTEMPTED_WRITE_TO_READONLY_MEMORY ◆錯誤分析:某個驅動程式試圖向唯讀記憶體寫入資料造成的。 通常是在安裝了新的驅動程式,系統服務或升級了設備的韌體後發生錯誤。 STOP error 0xBE will display if a driver attempts to write to a read-only memory segment. ◇解決方案:如果在錯誤資訊中包含有驅動程式或者服務檔案名稱,請根據這個資訊將新安裝的驅動程式或軟體反安裝或停用。 ------------------------------------------------------------------------------------------------------------ 0x000000BF:MUTEX_ALREADY_OWNED ◆錯誤分析:STOP error 0xBF means that a thread attempted to acquire ownership of a mutex it already owned. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C0: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C1:SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION ◆錯誤分析:STOP error 0xC1 means that the driver wrote to an invalid section of the special pool. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C2:BAD_POOL_CALLER ◆錯誤分析:一個核心層的應用程式或驅動程式,以錯誤的方式試圖進入記憶體操作。通常是驅動程式或存在BUG的軟體造成的。 STOP error 0xC2 means that the current thread is making a bad pool request. ◇解決方案:請參考下方的一般解決方案相關項目進行排除。 ------------------------------------------------------------------------------------------------------------ 0x000000C3: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C4:DRIVER_VERIFIER_DETECTED_VIOLATION ◆錯誤分析:STOP error 0xC4 is the general STOP code code for fatal errors found by Driver Verifier. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C5:DRIVER_CORRUPTED_EXPOOL ◆錯誤分析:STOP error 0xC5 means that the system attempted to access invalid memory at a process IRQL that was too high. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C6:DRIVER_CAUGHT_MODIFYING_FREED_POOL ◆錯誤分析:STOP error 0xC6 means that the driver attempted to access a freed memory pool. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C7:TIMER_OR_DPC_INVALID ◆錯誤分析:STOP error 0xC7 appears if a kernel timer or delayed procedure call (DPC) is found somewhere in memory where it is not permitted. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C8:IRQL_UNEXPECTED_VALUE ◆錯誤分析:STOP error 0xC8 means that the processor's IRQL is not what it should be at this time. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000C9:DRIVER_VERIFIER_IOMANAGER_VIOLATION ◆錯誤分析:STOP error 0xC9 is the STOP code code for all Driver Verifier I/O Verification violations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000CA:PNP_DETECTED_FATAL_ERROR ◆錯誤分析:STOP error 0xCA means that the Plug and Play Manager encountered a severe error, probably as a result of a problematic Plug and Play driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000CB:DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS ◆錯誤分析:STOP error 0xCB means that a driver or the I/O manager failed to release locked pages after an I/O operation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000CC:PAGE_FAULT_IN_FREED_SPECIAL_POOL ◆錯誤分析:STOP error 0xCC means that the system has referenced memory which was earlier freed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000CD:PAGE_FAULT_BEYOND_END_OF_ALLOCATION ◆錯誤分析:STOP error 0xCD means that the system accessed memory beyond the end of some driver's pool allocation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000CE:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS ◆錯誤分析:通常是由有問題的驅動程式或系統服務造成的。 STOP error 0xCE means that a driver failed to cancel pending operations before unloading. ◇解決方案:請參考下方的一般解決方案相關項目進行排除。 ------------------------------------------------------------------------------------------------------------ 0x000000CF:TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE ◆錯誤分析:STOP error 0xCF means that a driver has been incorrectly ported to the terminal server. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D0:DRIVER_CORRUPTED_MMPOOL ◆錯誤分析:STOP error 0xD0 means that the system attempted to access invalid memory at a process IRQL that was too high. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D1:DRIVER_IRQL_NOT_LESS_OR_EQUAL ◆錯誤分析:通常是因有問題的驅動程式引起的(例如:羅技滑鼠的Logitech MouseWare 9.10和9.24版驅動程式會引發這個錯誤)。 同時,有缺陷的記憶體、損壞的虛擬記憶體檔案、某些軟體(例如多媒體軟體、掃毒軟體、備份軟體、DVD播放軟體)等 也會導致這個錯誤。 STOP error 0xD1 means that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high. ◇解決方案:檢查最新安裝或升級的驅動程式(如果"藍底白字畫面"中出現"acpi.sys"等類似檔案名,可以非常肯定是驅動程式問題。 如果在上網時遇到這個"藍底白字畫面",而你又恰好在進行大量的資料下載和上傳(例如:網路遊戲、BT下載) 那麼應該是網路卡驅動程式的問題,需要升級其驅動程式。 測試記憶體是否存在問題,進入"修復控制台",移到虛擬記憶體分頁檔案Pagefile.sys所在分區 執行"del pagefile.sys"指令,將分頁檔案刪除,然後在分頁檔案所在分區執行"chkdsk /r"指令 進入Windows後重新設定虛擬記憶體。 ------------------------------------------------------------------------------------------------------------ 0x000000D2:BUGCODE_ID_DRIVER ◆錯誤分析:STOP error 0xD2 means that a problem occurred with an NDIS driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D3:DRIVER_PORTION_MUST_BE_NONPAGED ◆錯誤分析:STOP error 0xD3 means that the system attempted to access pageable memory at a process IRQL that was too high. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D4:SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD ◆錯誤分析:STOP error 0xD4 means that a driver did not cancel pending operations before unloading. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D5:DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL ◆錯誤分析:STOP error 0xD5 means that a driver has referenced memory which was earlier freed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D6:DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION ◆錯誤分析:STOP error 0xD6 means the driver accessed memory beyond the end of its pool allocation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D7:DRIVER_UNMAPPING_INVALID_VIEW ◆錯誤分析:STOP error 0xD7 means a driver is trying to unmap an address that was not mapped. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D8:DRIVER_USED_EXCESSIVE_PTES ◆錯誤分析:STOP error 0xD8 means that there are no more system page table entries (PTE) remaining. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000D9:LOCKED_PAGES_TRACKER_CORRUPTION ◆錯誤分析:STOP error 0xD9 means that the internal locked-page tracking structures have been corrupted. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DA:SYSTEM_PTE_MISUSE ◆錯誤分析:STOP error 0xDA means that a page table entry (PTE) routine has been used in an improper way. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DB:DRIVER_CORRUPTED_SYSPTES ◆錯誤分析:STOP error 0xDB means that an attempt was made to touch memory at an invalid IRQL, probably due to corruption of system PTEs. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DC:DRIVER_INVALID_STACK_ACCESS ◆錯誤分析:STOP error 0xDC means that a driver accessed a stack address that lies below the stack pointer of the stack's thread. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DD: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DE:POOL_CORRUPTION_IN_FILE_AREA ◆錯誤分析:STOP error 0xDE means that a driver has corrupted pool memory that is used for holding pages destined for disk. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000DF:IMPERSONATING_WORKER_THREAD ◆錯誤分析:STOP error 0xDF means that a workitem did not disable impersonation before it completed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E0:ACPI_BIOS_FATAL_ERROR ◆錯誤分析:STOP error 0xE0 means that one of your computer components is faulty. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E1:WORKER_THREAD_RETURNED_AT_BAD_IRQL ◆錯誤分析:STOP error 0xE1 means that a worker thread completed and returned with IRQL >= DISPATCH_LEVEL. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E2:MANUALLY_INITIATED_CRASH ◆錯誤分析:STOP error 0xE2 means that the user deliberately initiated a crash dump from either the kernel debugger or the keyboard. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E3:RESOURCE_NOT_OWNED ◆錯誤分析:STOP error 0xE3 means that a thread tried to release a resource it did not own. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E4:WORKER_INVALID ◆錯誤分析:STOP error 0xE4 means that memory that should not contain an executive worker item does contain such an item, or that a currently active worker item was queued. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E5: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E6:DRIVER_VERIFIER_DMA_VIOLATION ◆錯誤分析:STOP error 0xE6 is the STOP code for all Driver Verifier DMA Verification violations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E7:INVALID_FLOATING_POINT_STATE ◆錯誤分析:STOP error 0xE7 means that a thread's saved floating-point state is invalid. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E8:INVALID_CANCEL_OF_FILE_OPEN ◆錯誤分析:STOP error 0xE8 means that an invalid file object was passed to IoCancelFileOpen. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000E9:ACTIVE_EX_WORKER_THREAD_TERMINATION ◆錯誤分析:STOP error 0xE9 means that an active executive worker thread is being terminated. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000EA:THREAD_STUCK_IN_DEVICE_DRIVER ◆錯誤分析:通常是由於顯示卡故障或顯示卡驅動程式錯誤造成的。 STOP error 0xEA means that a thread in a device driver is endlessly spinning. ◇解決方案:先升級最新的顯示卡驅動程式,如果不行,則需要更換顯示卡測試故障是否為顯示卡故障。 ------------------------------------------------------------------------------------------------------------ 0x000000EB:DIRTY_MAPPED_PAGES_CONGESTION ◆錯誤分析:STOP error 0xEB means that no free pages are available to continue operations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000EC:SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT ◆錯誤分析:STOP error 0xEC means that a session unload occurred while a session driver still held memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000ED:UNMOUNTABLE_BOOT_VOLUME ◆錯誤分析:一般是由於硬碟存在錯誤導致的,有時也建議檢查硬碟排線是否接觸不良 或是沒有使用合乎該硬碟傳輸規格的排線,例如ATA-100仍使用ATA-33的排線,對低速硬碟無所謂 但支援ATA-66的硬碟的要求較嚴格,規格不對的排線有時也會引起這類沒辦法開機的故障。 如果在修復後,還是經常出現這個錯誤,很可能是硬碟損壞的前兆。 STOP error 0xED means that the I/O subsystem attempted to mount the boot volume and it failed. ◇解決方案:一般情況下,重新啟動會解決問題,不管怎麼樣都建議執行"chkdsk /r"指令來檢查修復硬碟。 ------------------------------------------------------------------------------------------------------------ 0x000000EE: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000EF:CRITICAL_PROCESS_DIED ◆錯誤分析:STOP error 0xEF means that a critical system process died. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F0: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F1:SCSI_VERIFIER_DETECTED_VIOLATION ◆錯誤分析:STOP error 0xF1 is the STOP code for all Driver Verifier SCSI Verification violations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F2:HARDWARE_INTERRUPT_STORM ◆錯誤分析:核心層檢查到系統出現中斷風暴,例如:某個設備在完成操作後沒有釋放所佔用的中斷。通常這是由缺陷的驅動程式造成的。 ◇解決方案:升級或反安裝最新安裝的硬體驅動程式。 ------------------------------------------------------------------------------------------------------------ 0x000000F3:DISORDERLY_SHUTDOWN ◆錯誤分析:STOP error 0xF3 means that Windows was unable to shut down due to lack of memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F4:CRITICAL_OBJECT_TERMINATION ◆錯誤分析:STOP error 0xF4 means that a process or thread crucial to system operation has unexpectedly exited or been terminated. 當系統遇到了故障的驅動程式或新安裝的硬體有問題,就可能會出現此錯誤。 ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F5:FLTMGR_FILE_SYSTEM ◆錯誤分析:STOP error 0xF5 means that an unrecoverable failure occurred in the Filter Manager. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F6:PCI_VERIFIER_DETECTED_VIOLATION ◆錯誤分析:STOP error 0xF6 means that an error occurred in the BIOS or another device being verified by the PCI driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F7:DRIVER_OVERRAN_STACK_BUFFER ◆錯誤分析:STOP error 0xF7 means that a driver has overrun a stack-based buffer. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F8:RAMDISK_BOOT_INITIALIZATION_FAILED ◆錯誤分析:STOP error 0xF8 means that an initialization failure occurred while attempting to boot from the RAM disk. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000F9:DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN ◆錯誤分析:STOP error 0xF9 means that a driver returned STATUS_REPARSE to an IRP_MJ_CREATE request with no trailing names. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FA:HTTP_DRIVER_CORRUPTED ◆錯誤分析:STOP error 0xFA means that the HTTP kernel driver (Http.sys) has reached a corrupted state and cannot recover. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FB: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FC:ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY ◆錯誤分析:STOP error 0xFC means that an attempt was made to execute non-executable memory. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FD:DIRTY_NOWRITE_PAGES_CONGESTION ◆錯誤分析:STOP error 0xFD means that there are no free pages available to continue basic system operations. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FE:BUGCODE_USB_DRIVER ◆錯誤分析:STOP error 0xFE means that an error has occurred in a Universal Serial Bus (USB) driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x000000FF:RESERVE_QUEUE_OVERFLOW ◆錯誤分析:STOP error 0xFF means that an attempt was made to insert a new item into a reserve queue, causing the queue to overflow. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000100:LOADER_BLOCK_MISMATCH ◆錯誤分析:STOP error 0x100 means that either the loader block is invalid, or it does not match the system that is being loaded. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000101:CLOCK_WATCHDOG_TIMEOUT ◆錯誤分析:STOP error 0x101 means that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000102: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000103:MUP_FILE_SYSTEM ◆錯誤分析:STOP error 0x103 means that the multiple UNC provider (MUP) has encountered invalid or unexpected data. As a result, the MUP cannot channel a remote file system request to a network redirector, the Universal Naming Convention (UNC) provider. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000104:AGP_INVALID_ACCESS ◆錯誤分析:STOP error 0x104 means that the GPU wrote to a range of Accelerated Graphics Port (AGP) memory that had not previously been committed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000105:AGP_GART_CORRUPTION ◆錯誤分析:STOP error 0x105 means that the Graphics Aperture Remapping Table (GART) is corrupt. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000106:AGP_ILLEGALLY_REPROGRAMMED ◆錯誤分析:STOP error 0x106 means that the Accelerated Graphics Port (AGP) hardware has been reprogrammed by an unauthorized agent. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000107: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000108:THIRD_PARTY_FILE_SYSTEM_FAILURE ◆錯誤分析:STOP error 0x108 means that an unrecoverable problem has occurred in a third-party file system or file system filter. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000109:CRITICAL_STRUCTURE_CORRUPTION ◆錯誤分析:STOP error 0x109 means that the kernel has detected critical kernel code or data corruption. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000010A:APP_TAGGING_INITIALIZATION_FAILED ◆錯誤分析:STOP 0x0000010A errors are likely caused by hardware or device driver issues. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000010B: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000010C:FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION ◆錯誤分析:STOP error 0x10C means that a violation was detected in the File system Run-time library (FsRtl) Extra Create Parameter (ECP) package. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000010D:WDF_VIOLATION ◆錯誤分析:STOP error 0x10D means that Kernel-Mode Driver Framework (KMDF) detected that Windows found an error in a framework-based driver. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000010E:VIDEO_MEMORY_MANAGEMENT_INTERNAL ◆錯誤分析:顯示卡記憶體管理程序遇到一個狀況,他無法使用。 STOP error 0x10E means that the video memory manager has encountered a condition that it is unable to recover from. ◇解決方案:更新檢查顯示卡驅動程式,或檢查顯示卡是否故障。 ------------------------------------------------------------------------------------------------------------ 0x0000010F:RESOURCE_MANAGER_EXCEPTION_NOT_HANDLED ◆錯誤分析:STOP error 0x10F means that the kernel transaction manager detected that a kernel-mode resource manager has raised an exception in response to a direct call-back. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000110: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000111:RECURSIVE_NMI ◆錯誤分析:STOP error 0x111 means that a non-maskable-interrupt (NMI) occurred while a previous NMI was in progress. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000112:MSRPC_STATE_VIOLATION ◆錯誤分析:STOP error 0x112 means that the Msrpc.sys driver has initiated a STOP code. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000113:VIDEO_DXGKRNL_FATAL_ERROR ◆錯誤分析:STOP error 0x113 means that the dxg kernel has detected a violation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000114:VIDEO_SHADOW_DRIVER_FATAL_ERROR ◆錯誤分析:STOP error 0x114 means that the shadow driver has detected a violation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000115:AGP_INTERNAL ◆錯誤分析:STOP error 0x115 means that the accelerated graphics port (AGP) driver has detected a violation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000116:VIDEO_TDR_ERROR ◆錯誤分析:STOP error 0x116 means that an attempt to reset the display driver and recover from a timeout failed. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000117:VIDEO_TDR_TIMEOUT_DETECTED ◆錯誤分析:STOP error 0x117 means that the display driver failed to respond in a timely fashion. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000118: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000119:VIDEO_SCHEDULER_INTERNAL_ERROR ◆錯誤分析:STOP error 0x119 means that the video scheduler has detected a fatal violation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011A:EM_INITIALIZATION_FAILURE ◆錯誤分析:STOP 0x0000011A errors are likely caused by hardware or device driver issues. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011B:DRIVER_RETURNED_HOLDING_CANCEL_LOCK ◆錯誤分析:STOP error 0x11B means that a driver has returned from a cancel routine that holds the global cancel lock. This causes all later cancellation calls to fail, and results in either a deadlock or another STOP code. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011C:ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE ◆錯誤分析:STOP error 0x11C means that an attempt was made to write to the read-only protected storage of the configuration manager. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011D:EVENT_TRACING_FATAL_ERROR ◆錯誤分析:STOP error 0x11D means that the Event Tracing subsystem has encountered an unexpected fatal error. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011E: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000011F: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000120: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000121:DRIVER_VIOLATION ◆錯誤分析:STOP error 0x121 means that a driver has caused a violation. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000122:WHEA_INTERNAL_ERROR ◆錯誤分析:STOP error 0x122 means that an internal error in the Windows Hardware Error Architecture (WHEA) has occurred. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000123: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000124:WHEA_UNCORRECTABLE_ERROR ◆錯誤分析:硬體錯誤,或者是驅動程式錯誤 STOP error 0x124 means that a fatal hardware error has occurred. Uses the error data that is provided by the Windows Hardware Error Architecture (WHEA). When use the "Hot Plugging" feature to add or to remove a PCI Express device. ◇解決方案:可能為NVIDIA顯卡的驅動程式錯誤,請更新至最新驅動程式 ------------------------------------------------------------------------------------------------------------ 0x00000125: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000126: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000127:PAGE_NOT_ZERO ◆錯誤分析:STOP error 0x127 means that a page that should have been filled with zeros was not. Might occur because of a hardware error or because a privileged component of the operating system modified a page after freeing it. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000128: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000129: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012A: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012B:FAULTY_HARDWARE_CORRUPTED_PAGE ◆錯誤分析:STOP error 0x12B means that a single-bit error was found in this page. This is a hardware memory error. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012C:EXFAT_FILE_SYSTEM ◆錯誤分析:STOP error 0x12C means that a problem occurred in the Extended File Allocation Table (exFAT) file system. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012D: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012E: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x0000012F: ◆錯誤分析: ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x00000135:UNABLE_TO_LOCATE_DLL ◆錯誤分析:通常表示某個檔案遺失或已經損壞,或者是登錄檔出現錯誤。 ◇解決方案:如果是檔案遺失或損壞,在"藍底白字畫面"資訊中通常會顯示相應的檔案名 你可以透過網路或是其他電腦找到相應的檔案,並將其複製到系統檔案夾下的SYSTEM32子檔案夾中。 如果沒有顯示檔案名,那就很有可能是登錄檔損壞,請利用系統還原或是以前的登錄檔備份進行恢復。 ------------------------------------------------------------------------------------------------------------ 0x0000021A:STATUS_SYSTEM_PROCESS_TERMINATED ◆錯誤分析:使用者模式子系統,例如Winlogon或客服服務執行時子系統(CSRSS)已損壞,所以無法再保證安全性,導致系統無法啟動。 有時,當系統管理員錯誤地修改了使用者帳戶權限,導致其無法存取系統檔案和檔案夾。 ◇解決方案:使用"最後一次正確的設定"(開機時按F8後出現的選項),如果無效,可使用安裝光碟進行修復安裝。 ------------------------------------------------------------------------------------------------------------ 0x1000007E:SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M ◆錯誤分析:STOP error 0x1000007E means that a system thread generated an exception which the error handler did not catch. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x1000007F:UNEXPECTED_KERNEL_MODE_TRAP_M ◆錯誤分析:STOP error 0x1000007F means that a trap was generated by the Intel CPU and the kernel failed to catch this trap. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x1000008E:KERNEL_MODE_EXCEPTION_NOT_HANDLED_M ◆錯誤分析:STOP error 0x1000008E means that a kernel-mode program generated an exception which the error handler did not catch. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x100000EA:THREAD_STUCK_IN_DEVICE_DRIVER_M ◆錯誤分析:STOP error 0x100000EA means that a thread in a device driver is endlessly spinning. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0x4A4B4D53: ◆錯誤分析:該錯誤資訊由"記憶體偵錯晶片檢測未完成" ◇解決方案:01.檢查記憶體金手指介面是否有污損、氧化或損壞。 02.用檢測軟體(例如:Memtest86)檢查記憶體。 ------------------------------------------------------------------------------------------------------------ 0xC0000145: ◆錯誤分析:STOP error 0xC0000145 is an application error. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0xC0000218:STATUS_CANNOT_LOAD_REGISTRY_FILE ◆錯誤分析:STOP error 0xC0000218 means that a registry file could not be loaded. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0xC000021A:STATUS_SYSTEM_PROCESS_TERMINATED ◆錯誤分析:STOP error 0xC000021A means that an error has occurred in a crucial user-mode subsystem. ◇解決方案: ------------------------------------------------------------------------------------------------------------ 0xC0000221:STATUS_IMAGE_CHECKSUM_MISMATCH ◆錯誤分析:通常是由於驅動程式或系統DLL檔案損壞造成的。一般情況下,在"藍底白字畫面"中會出現檔案名稱。 STOP error 0xC0000221 means that a driver or a system DLL has been corrupted. ◇解決方案:(1)使用Windows安裝光碟進行修復安裝。 (2)如果還能進入安全模式,可以使用"開始->執行->輸入 sfc /scannow 來進行Windows的修復。 (3)還可以採用提取檔案的方法來解決,進入"修復控制台",使用copy或expand命令從光碟中複製或解壓受損的檔案。 不過"藍底白字畫面"一般都是驅動程式檔案的問題,所以expand命令會用的多一些 例如:"藍底白字畫面"中提示tdi.sys檔案,因為驅動檔案一般在i386\driver壓縮檔裡 2K輸入:expand %CDROM:\i386\driver.cab \f:tdi.sys c:\winnt\system\drivers XP輸入:expand %CDROM:\i386\driver.cab \f:tdi.sys c:\windowns\system\drivers ============================================================================================================