Hello everyone, sorry for my English. I have such a problem, more than one emulator does not start. Here Log
es_launch_stderr
2020-06-16 20:34:50 INFO (emulatorlauncher.py:64):main(): Running system: psx
/usr/lib/python2.7/site-packages/configgen/Emulator.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
systems_default = yaml.load(file(defaultyml, "r"))
/usr/lib/python2.7/site-packages/configgen/Emulator.py:72: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
systems_default_arch = yaml.load(file(defaultarchyml, "r"))
2020-06-16 20:34:50 DEBUG (unixSettings.py:21):__init__(): Creating parser for /userdata/system/batocera.conf
2020-06-16 20:34:50 ERROR (emulatorlauncher.py:229):<module>: configgen exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 227, in <module>
exitcode = main(args)
File "/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py", line 65, in main
system = Emulator(systemName, args.rom)
File "/usr/lib/python2.7/site-packages/configgen/Emulator.py", line 23, in __init__
recalSettings = UnixSettings(batoceraFiles.batoceraConf)
File "/usr/lib/python2.7/site-packages/configgen/settings/unixSettings.py", line 34, in __init__
self.config.readfp(file)
File "/usr/lib/python2.7/ConfigParser.py", line 324, in readfp
self._read(fp, filename)
File "/usr/lib/python2.7/ConfigParser.py", line 518, in _read
optname = self.optionxform(optname.rstrip())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 49-54: ordinal not in range(128)
2020-06-16 20:34:51 INFO (emulatorlauncher.py:231):<module>: Exiting configgen with status -1
how can this be fixed? version 5.25.
Thank you in advance.