diff --git a/base/main.cpp b/base/main.cpp index 0f5ebc78456..3ea38b547a3 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -552,6 +552,9 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { PluginManager::instance().loadAllPlugins(); // only for cached manager } else { GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game")); + + // Clear the active domain + ConfMan.setActiveDomain(""); } // reset the graphics to default