Hi, My first post, Thanks to all involved in Batocera, what a great project. I am how ever running into this issue and cannot find the solution.
My system configuration:
Batocera Version: batocera.linux 5.20
Architecture: Standard Computer (x86 64 bits)
System Config: Dell I3050 connected to my Sony HD TV 1920x1080
Controller: Bluetooth Wii Mote
I tried starting N64 Mario Kart 64 but any other ROM does the same thing, where I start the game, then emulator crashes and I'm at start screen, I suspect it is the resolution, but I changed to 640x480 as suggested by others on this forum, but reading the error it complains about the controller, am I doing something wrong. I also switched between the (2) emulators in Emulation Station, I SSH'd into the box and in the log in /logs/es_launch_stderr.log I get this error:
Running system: n64
emulator: mupen64plus, core: glide64mk2
current video mode: 1920x1080
wanted video mode: default
resolution: 1920x1080
configgen exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 222, in <module>
exitcode = main(args)
File "/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 95, in main
exitCode = runCommand(generators[system.config['emulator']].generate(system, args.rom, playersControllers, gameResolution))
File "/usr/lib/python2.7/site-packages/configgen/generators/mupen/mupenGenerator.py", line 21, in generate
mupenControllers.writeControllersConfig(playersControllers)
File "/usr/lib/python2.7/site-packages/configgen/generators/mupen/mupenControllers.py", line 51, in writeControllersConfig
config = defineControllerKeys(player)
File "/usr/lib/python2.7/site-packages/configgen/generators/mupen/mupenControllers.py", line 92, in defineControllerKeys
config['Z Trig'] = setControllerLine(mupenmapping, controller.inputs['x'], "Z Trig")
KeyError: 'x'
Exiting configgen with status -1