1

Я только недавно закончил сборку своего компьютера, и у меня были многочисленные проблемы с BSoD. Я получаю сообщения об ошибках Memory_Corruption, Critical_Structure_Corruption и IRQL_Not_Less_Or_Equal в Windows 10. Многие сайты заставили меня поверить, что моя ОЗУ неисправна, но после тестирования с Memtest86 я обнаружил, что это не так. Я пытался использовать Windows «Verifier.exe», но мой компьютер продолжал выходить из строя каждый раз, когда я использовал его, что приводило к Driver_Verifier_Detected_Error. Это может быть неисправный драйвер, потому что я использую старый жесткий диск от ноутбука, но мне не повезло найти драйверы, которые могли бы вызвать проблемы. Я нашел аварийный дамп и отправил его через WinDbg и обнаружил, что проблема, как говорят, вызвана «повреждением памяти (один бит)». Если есть какие-то дальнейшие шаги, которые я должен предпринять, чтобы исправить это, любая помощь приветствуется.

Первое управление памятью BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ntoskrnl.exe

MEMORY_MANAGEMENT

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x0000001a (0x0000000000041792, 0xfffff6813d5675e8, 0x1000000000000000, 
0x0000000000000000)

*** ntoskrnl.exe - Address 0xfffff8024b74c480 base at 0xfffff8024b60a000 DateStamp 
0x56a849a9

Первый верификатор драйверов BSoD:

A problem has been detected and Windows has been shut down to prevent damage
to your computer.

The problem seems to be caused by the following file: ITEhidCIR.sys

DRIVER_VERIFIER_DETECTED_VIOLATION

If this is the first time you've seen this stop error screen,
restart your computer. If this screen appears again, follow
these steps:

Check to make sure any new hardware or software is properly installed.
If this is a new installation, ask your hardware or software manufacturer
for any Windows updates you might need.

If problems continue, disable or remove any newly installed hardware
or software. Disable BIOS memory options such as caching or shadowing.
If you need to use safe mode to remove or disable components, restart
your computer, press F8 to select Advanced Startup Options, and then
select Safe Mode.

Technical Information:

*** STOP: 0x000000c4 (0x0000000000002004, 0xffffe001494dcd98, 0xfffff8018e1701f0, 
0xffffd0003d5db130)

*** ITEhidCIR.sys - Address 0xfffff8018e1701f0 base at 0xfffff8018e170000 DateStamp 
0x51e544ce

Редактировать: после запуска аварийного дампа из-за ошибки Memory_Corruption WinDbg сообщает для идентификатора корзины по умолчанию "WIN8_DRIVER_FAULT" и имя процесса InstallManager. Означает ли это что-нибудь для ошибки? Если это что-то значит, то жесткий диск, который я сейчас использую, взят из старого ноутбука с совершенно другим оборудованием.

0