Site icon EfmSoft

What does NTSTATUS 0xC0EC0000 (STATUS_APPEXEC_CONDITION_NOT_SATISFIED) mean?

 
Previous Next
STATUS_PLATFORM_MANIFEST_NOT_SIGNED STATUS_APPEXEC_HANDLE_INVALIDATED

STATUS_APPEXEC_CONDITION_NOT_SATISFIED

The request failed its own precondition

The public NTSTATUS definition establishes that a condition supplied with the app-execution request evaluated as unsatisfied and that Windows did not perform the request. It does not identify the condition, the component that evaluated it, or the exact activation path. This should therefore be diagnosed as a rejected precondition, not automatically as a process crash or executable-loading failure.

When the caller is working with a packaged or hosted app, useful context can include package family, application ID, user and session, activation kind, and manifest host information. Those fields help correlate events, but they are not all guaranteed parts of the internal AppExec contract.

What to inspect

References


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

Exit mobile version