| Previous | Next |
| REFS_FILE_SYSTEM | SOC_SUBSYSTEM_FAILURE |
KERNEL_WMI_INTERNAL
The KERNEL_WMI_INTERNAL bug check has a value of 0x0000014A. This indicates that the internal kernel WMI subsystem has encountered a fatal error.
Bug check 0x0000014A indicates a fatal invariant failure inside the kernel WMI subsystem. Parameter 1 separates a kernel WMI entry whose reference count was incremented from zero from a WMI data source that was removed before its lifetime was complete.
For subtype 0, preserve the kernel WMI entry pointer from parameter 2 and inspect the reference transition. For subtype 1, preserve the data-source pointer and the registration/removal sequence so premature teardown can be distinguished from a later consumer failure.
KERNEL_WMI_INTERNAL Parameters
| Parameter | Description |
|---|---|
| 1 | 0 : A kernel WMI entry reference count was incremented from 0. Parameter 2: Pointer to the kernel WMI entry.1 : A kernel WMI datasource was removed prematurely. Parameter 2: Pointer to the kernel WMI datasource. |
| 2 | See parameter 1 |
| 3 | Reserved |
| 4 | Reserved |
Diagnostic focus
Correlate parameter 1, parameter 2, and the stack with WMI registration and teardown activity. The repair is validated only when the same provider lifecycle completes without recreating the invalid reference-count or premature-removal transition.
Blue-screen reference
Looking for a different code? Search another status or error code.