What does Windows error code 15102 (ERROR_MUI_INVALID_RC_CONFIG) mean?

 
Previous Next
ERROR_MUI_INVALID_FILE ERROR_MUI_INVALID_LOCALE_NAME

ERROR_MUI_INVALID_RC_CONFIG

ERROR_MUI_INVALID_RC_CONFIG indicates invalid resource-configuration data in a multilingual resource deployment. Windows uses this configuration data to associate a language-neutral binary with its language-specific resources.

What to check

  • Check that the language-neutral file and its .mui files were generated by the same build pipeline.
  • Inspect the build and packaging steps that create RC configuration data; do not edit the resource configuration section manually.
  • Replace partial or mixed-version deployments with a complete package from one build.

Microsoft: MUI Resource Management

Microsoft: Deploying multilingual resources

Microsoft: About Multilingual User Interface


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