voljega
2020-05-30 12:04:53 INFO (emulatorlauncher.py:64):main(): Running system: snes
/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-05-30 12:04:53 DEBUG (unixSettings.py:21):init(): Creating parser for /userdata/system/batocera.conf
2020-05-30 12:04:53 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 character u’\xe9′ in position 8: ordinal not in range(128)
2020-05-30 12:04:54 INFO (emulatorlauncher.py:231):<module>: Exiting configgen with status -1