libretro-mirrors / scummvm

ScummVM with libretro backend.
http://www.scummvm.org/
GNU General Public License v2.0
22 stars 31 forks source link

Command Line Game Launching Broken #53

Open newoski opened 7 years ago

newoski commented 7 years ago

No longer able to launch games via command line. Instead, they load the game select menu. Tested 12-1-16 nightly.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39740718-command-line-game-launching-broken?utm_campaign=plugin&utm_content=tracker%2F1110&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1110&utm_medium=issues&utm_source=github).
lotharsm commented 7 years ago

And when adding a game using the "Scan for Content" feature, the Content get's detected and added to the Playlist, but launching the game fails with

scummvm: Unrecognized game target 'myst-win-de'
Usage: scummvm [OPTIONS]... [GAME]

Try 'scummvm --help' for more options.

Replace myst-win-de with whatever you want, seems that all targets I tested are affected. I think that RetroArch is not adding the detected games to ScummVM's own .ini file containing all the detected game targets.

RobLoach commented 7 years ago

We should update some of the detection methods to clean it up. What games have you been testing with?

Side note: Myst isn't quite a part of ScummVM 1.8, there's an PR to update to 1.9, which will come with Myst-win-de.

newoski commented 7 years ago

I don't recall the full list, but I definitely tested bc (the black cauldron) multiple times as well as many others

newoski commented 7 years ago

(All the games I tested were part of the working set -- that is to say, none of the 1.9 new games)

newoski commented 7 years ago

Any progress on this?

RobLoach commented 7 years ago

Did some thinking on this over at https://github.com/libretro/scummvm/issues/65 ..... Thinking of just removing the "load game by directory" feature.