Skip to content

Recent Update vs release5.2.0 #30

Description

@Maximus734

Hello,
Couple of issues I've experience with the latest release that worked with 5.2.0

  1. Receive error message for Emualtor Path when using a bat file.
    In 5.2.0 I was able to add a bat for emulator path without any issue but now will always receive error to fix it as its
    looking for exe only. I'm able to launch games using a bat file, but the main problem is when I'm using
    a controller and the error shows up, I have to use either a mouse or keyborad to click okay. Any fix would be appreciated as I need to use a bat file to launch certain emulators like openmsx to be portable as well as Commander Genius as the launcher doesn't provide romfilename without extension.

  2. %SYSTEMFOLDER% Doesn't work in the recent version:
    Dosbox-Staging, Dosbox-X, and MAME emulators all share the same problem so I'll be using MAME for the example
    I have the parameters as: -rompath %SYSTEMFOLDER% -skip_gameinfo
    In 5.2.0 it launches the game but with latest version I obtained a error log: Calling parameters: -rompath "%SYSTEMFOLDER%" -skip_gameinfo "pulstar"
    Instead of the actual rompath it's %SYSTEMFOLDER% when launching for both mame and dosbox emulators
    Mame does work with these parameters in both 5.2.0 and latest version: -rompath "%EMULATORFOLDER%\roms;%EMULATORFOLDER%\bios;%SYSTEMFOLDER%" -skip_gameinfo

  3. Continuation from SimpleLauncher - Some Ideas for Enhancements #2, Additional system folders, neither works correctly in 5.2.0 or latest release:
    This pertains to emulators that requires rompath in the parameters like mame, dosbox-staging, dosbox-x, bstone, nblood, eduke, scummvm, etc. in order to launch the game
    using mame as an example I have the system folder (Required): %BASEFOLDER%\roms\Arcade which will launch mame.
    When adding more rom folder like cps1 cps2 cps3 snk, the roms zip or 7z will populate but will not launch correctly because it uses "system folder (Required)" for some reason
    example: launching sf2.zip, should be -rompath %BASEFOLDER%\roms\cps1 not %BASEFOLDER%\roms\Arcade.
    Basically, %SYSTEMFOLDER% needs to function correctly overall — it should expand as expected and dynamically resolve to the appropriate system folder per game, not always fall back to the primary system folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions