mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
BASE: Show error description when game fails to run
The previous "not...any engine" message was appropriate in the past (circa
1a938956ec), but with changes over time it began appearing even for
other error conditions (e.g. some game data files missing); thus it was
sometimes incorrect.
This commit is contained in:
committed by
Filippos Karapetis
parent
af5bd1bef0
commit
44b4b289b8
+1
-1
@@ -870,7 +870,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
||||
} else {
|
||||
DebugMan.removeAllDebugChannels();
|
||||
|
||||
GUI::displayErrorDialog(_("Could not find any engine capable of running the selected game"));
|
||||
GUI::displayErrorDialog(result, _("Error running game:"));
|
||||
|
||||
// Clear the active domain
|
||||
ConfMan.setActiveDomain("");
|
||||
|
||||
Reference in New Issue
Block a user