What does Windows error code 15110 (ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE) mean?

 
Previous Next
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME ERROR_MRM_INVALID_PRICONFIG

ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE

ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE means the resource index has candidates, but none is a default or neutral fallback. MRT resolves resource variants from qualifiers such as language, scale, or contrast; a neutral candidate keeps lookup from failing when no specialized variant matches.

What to check

  • Add a default or neutral resource candidate for the affected logical resource.
  • Confirm that every language-, scale-, or contrast-specific asset has an appropriate fallback.
  • Dump the generated PRI and verify the resource candidates rather than inspecting only project filenames.
makepri dump /if resources.pri /of resources.pri.xml

Microsoft: Manage resources with MRT Core

Microsoft: Resource Management System and PRI files

Microsoft: MakePri.exe command-line options


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