Site icon EfmSoft

What does NTSTATUS 0xC00001A3 (STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT) mean?

 
Previous Next
STATUS_INVALID_ACE_CONDITION STATUS_NOTIFICATION_GUID_ALREADY_DEFINED

STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT

The image requires a missing execution subsystem

PE images declare a subsystem such as Windows GUI, Windows console, native, EFI, or another defined environment. The subsystem value influences startup conventions and required platform support. This status means the loader recognized the image but cannot provide the subsystem named in its optional header.

The failure is not corrected by adding a missing DLL when the execution environment itself is absent. It can indicate a legacy subsystem removed from modern Windows, a firmware-targeted image launched as an application, a native system component used incorrectly, or a corrupt subsystem field.

What to inspect

References


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

Exit mobile version