Opened 5 years ago
Closed 5 years ago
#11288 closed defect (fixed)
WME: Impossible to run unknown games
Reported by: | lolbot-iichan | Owned by: | bgK |
---|---|---|---|
Priority: | high | Component: | Engine: Wintermute |
Version: | Keywords: | regression | |
Cc: | Game: | Wintermute |
Description (last modified by )
Test case:
- Get a WME game not listed in detection tables of Wintermute (e.g. https://github.com/tobiatesan/wme_testsuite )
- If this game was already added to ScummVM GUI, remove it before next steps
- Add this game with ScummVM GUI
- Start this game
Expected result:
game starts
Actual result using ScummVM 2.0.0:
game starts
Actual result using ScummVM 2.2.0git:
"Could not find any engine capable of running the selected game"
Actual result using ScummVM 2.0.0 for adding game and ScummVM 2.2.0git for running game:
"Error running game: Game data not found"
This blocks running unknown versions of known games, unknown games and test games created to test some engine features.
Change History (2)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in PR 1986:
https://github.com/scummvm/scummvm/pull/1986
Closing