Hello there!
I’m new to Batocera (installed it a few days ago on a old Core2Duo Fujitsu laptop).
Under version it says “30 2021/03/02 04:05”
The problem I have is with psx emulator. I added my game files that work on my Windows PC without any problem. The files are .bin, .cue and few .img.
I also added bios files (no psx under Missing bios), I tryed changing the emulator (“liberto/mednafen psx” and “liberto/pcsx rearmed” are the only 2 I have) and messing with the settings.
And still, every time I start a game, the screen turns black for a few seconds… and then just comes back to game select menu.
Here is the log text (I hope that this is the right one):
2023-04-09 02:22:03 INFO (emulatorlauncher.py:121):main(): Running system: psx
2023-04-09 02:22:04 DEBUG (unixSettings.py:21):init(): Creating parser for /userdata/system/batocera.conf
2023-04-09 02:22:04 DEBUG (unixSettings.py:82):loadAll(): Looking for global.* in /userdata/system/batocera.conf
2023-04-09 02:22:04 ERROR (emulatorlauncher.py:306):<module>: configgen exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py”, line 304, in <module>
exitcode = main(args, maxnbplayers)
File “/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py”, line 122, in main
system = Emulator(systemName, args.rom)
File “/usr/lib/python2.7/site-packages/configgen/Emulator.py”, line 27, in init
globalSettings = recalSettings.loadAll('global')
File “/usr/lib/python2.7/site-packages/configgen/settings/unixSettings.py”, line 84, in loadAll
for (key, value) in self.config.items('DEFAULT'):
File “/usr/lib/python2.7/ConfigParser.py”, line 655, in items
for option in options]
File “/usr/lib/python2.7/ConfigParser.py”, line 669, in _interpolate
option, section, rawval, e.args[0])
InterpolationMissingOptionError: Bad value substitution:
section: [DEFAULT]
option : psx["Crash Bandicoot 2 - Cortex Strikes Back (USA).cue"].beetle_psx_cpu_freq_scale
key : native
rawval : 100%(native)
2023-04-09 02:22:05 INFO (emulatorlauncher.py:308):<module>: Exiting configgen with status -1
Thanks for help in advance!