Site icon EfmSoft

What does NTSTATUS 0xC0000089 (STATUS_RESOURCE_DATA_NOT_FOUND) mean?

 
Previous Next
STATUS_NOT_MAPPED_DATA STATUS_RESOURCE_TYPE_NOT_FOUND

STATUS_RESOURCE_DATA_NOT_FOUND

The requested resource data is missing from the image

Win32 resources are stored in the PE resource section as a hierarchy leading from type to name and language to the final data entry. This status indicates that the lookup reached a condition where the resource data itself is unavailable. It is different from failing to find the requested type or name earlier in the hierarchy.

Record the module path and exact resource identifiers, then enumerate the module's resource tree. Check the file actually loaded by the process; side-by-side copies or localization files can make inspection of a similarly named binary misleading.

What to inspect

References


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

Exit mobile version