Site icon EfmSoft

What does NTSTATUS 0xC0140013 (STATUS_ACPI_ALREADY_INITIALIZED) mean?

 
Previous Next
STATUS_ACPI_ACQUIRE_GLOBAL_LOCK STATUS_ACPI_NOT_INITIALIZED

STATUS_ACPI_ALREADY_INITIALIZED

STATUS_ACPI_ALREADY_INITIALIZED is a lifecycle state result. A caller attempted an initialization operation after the relevant ACPI subsystem or component had already reached its initialized state. It does not by itself identify corrupted AML, a faulty device or a failed power transition.

The useful question is why initialization was invoked twice: duplicate driver startup, retry logic that did not preserve state, a teardown path that did not reset ownership, or an incorrect assumption about boot/resume lifecycle. The first successful initialization and the second request should be traced as a pair.

An ACPI component was initialized twice

References


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

Exit mobile version