Bizhawk Client: Display Err (#4532)

Co-authored-by: Bryce Wilson
This commit is contained in:
PinkSwitch
2025-02-10 12:27:10 -06:00
committed by GitHub
parent dbf6b6f935
commit 910369a7f8

View File

@@ -238,6 +238,7 @@ def _patch_and_run_game(patch_file: str):
return metadata
except Exception as exc:
logger.exception(exc)
Utils.messagebox("Error Patching Game", str(exc), True)
return {}