Site icon EfmSoft

What does NTSTATUS 0xC0140014 (STATUS_ACPI_NOT_INITIALIZED) mean?

 
Previous Next
STATUS_ACPI_ALREADY_INITIALIZED STATUS_ACPI_INVALID_MUTEX_LEVEL

STATUS_ACPI_NOT_INITIALIZED

STATUS_ACPI_NOT_INITIALIZED means an operation reached an ACPI component that was not yet ready for the requested action. The primary diagnostic issue is ordering: identify the missing initialization phase, not just the operation that discovered the missing state.

This differs from an invalid table or AML evaluation result. The platform may have valid tables and methods, but the caller invoked a service before the namespace, handler, event machinery or other prerequisite state had been established.

A required ACPI initialization step had not completed

References


Looking for a different code? Search another status or error code.

Exit mobile version