ordovice / batocera-switch

Extends Batocera and adds switch emulation
149 stars 32 forks source link

Games not starting anymore via Batocera/Emulationstation since 1 day #243

Closed wenzel-k closed 9 months ago

wenzel-k commented 9 months ago

I am using the beta version of batocera and everything was working fine 2 days ago. But i guess since the latest beta update i did yesterday (x86_64 - 39-dev-8242b59374 2023/11/12 00:55), i can not start the games from the main menu anymore. It still works via file manager -> Applications -> yuzu config.

The es_launch_stderr.log shows the following error:

2023-11-12 19:32:57,539 ERROR (switchlauncher.py:599):<module> configgen exception:
Traceback (most recent call last):
  File "/userdata/system/switch/configgen/switchlauncher.py", line 597, in <module>
    exitcode = main(args, maxnbplayers)
               ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/userdata/system/switch/configgen/switchlauncher.py", line 109, in main
    return start_rom(args, maxnbplayers, args.rom, args.rom)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/userdata/system/switch/configgen/switchlauncher.py", line 232, in start_rom
    if generator.getMouseMode(system.config):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Generator.getMouseMode() missing 1 required positional argument: 'rom'

Could this be related to any recent changes on batocera-switch?

Thanks for looking into this and best regards Wenzel

uureel commented 9 months ago

fix merged, run the updater

wenzel-k commented 9 months ago

Great! Thank you. It is working again 👌