Site icon EfmSoft

What does NTSTATUS 0xC0370020 (STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_MB_PROPERTY_ALREADY_SET_RESETHRESULTWindows
Previous Next
STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED STATUS_VID_MMIO_RANGE_DESTROYED

STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET

Memory-block property transition was attempted twice

STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET is a state-transition guard for memory-block properties. VID is rejecting a second set or reset of a property that is intended to change only once in that object lifecycle.

A memory-block property has already crossed the set/reset transition that the VID object permits only once. Look for a partial initialization or cleanup path that retries the same property change after an earlier step succeeded, because repeating the transition is the condition this status identifies.

This often points to retry logic: a higher layer repeats setup after a partial failure without recognizing that the memory-block property already moved to the new state.

What to inspect

References


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

Exit mobile version