/ TROUBLESHOOTING
Stop codes.Decoded.
A reference guide for NoovexOS blue-screen stop codes. Match the code on your screen to what it means and what to do next.
:(Your device ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you.
| Stop code | What it means | What to do |
|---|---|---|
NXPAGE_FAULT_IN_NONPAGED_AREA Page fault | The kernel tried to read or write memory that doesn't exist or is marked non-paged. | Remove recently installed hardware or drivers, then run a memory test. |
NXIRQL_NOT_LESS_OR_EQUAL Driver IRQL issue | A kernel-mode driver accessed pageable memory at a high IRQL. | Update or roll back the driver that was active when the crash occurred. |
NXCRITICAL_PROCESS_DIED Critical process died | A process required by the OS terminated unexpectedly. | Boot from recovery media and run /fsck to check the Atlas filesystem. |
NXPANIC_STACK_SWITCH Stack switch | The kernel switched to an invalid stack while handling an exception. | Disable recent kernel patches and check for stack overflow in loaded modules. |
NXUNEXPECTED_KERNEL_MODE_TRAP Kernel trap | The CPU generated a trap the kernel was not prepared to handle. | Check for CPU overheating, overclocking, or incompatible virtualization settings. |
NXXATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY No-execute memory | Code tried to run from memory marked as non-executable. | Enable NX/XD in firmware and update any custom bootloader. |
NXMACHINE_CHECK_EXCEPTION Hardware failure | The CPU reported a hardware-level error. | Test RAM, check CPU voltage/temperature, and verify cooling. |
NXWHEA_UNCORRECTABLE_ERROR Uncorrectable hardware error | A fatal hardware error could not be recovered by the platform. | Run full hardware diagnostics and replace failing components. |
Share this reference
Scan the code to open this stop-code guide on another device.
If a stop code repeats after these steps, capture the minidump and reach out on Discord or GitHub with your hardware or VM details.