Hello, guys.
All my games have stoped working after i tried to update my games list. The games start to loading, them, the system returns to the select screem after a few seconds. Does anyone knows what may be causing this issue????
Btw. i’read some posts and the Troubleshoot. I have the STDERR.LOG that show this info to me:
2021-10-26 23:24:10 INFO (emulatorlauncher.py:88):main(): Running system: sega32x
2021-10-26 23:24:10 DEBUG (unixSettings.py:21):init(): Creating parser for /userdata/system/batocera.conf
2021-10-26 23:24:10 DEBUG (unixSettings.py:82):loadAll(): Looking for global.* in /userdata/system/batocera.conf
2021-10-26 23:24:10 DEBUG (unixSettings.py:82):loadAll(): Looking for sega32x.* in /userdata/system/batocera.conf
2021-10-26 23:24:10 DEBUG (unixSettings.py:82):loadAll(): Looking for sega32x[“After Burner Complete ~ After Burner (Japan, USA).zip”].* in /userdata/system/batocera.conf
2021-10-26 23:24:10 INFO (Emulator.py:33):init(): uimode: Full
2021-10-26 23:24:10 DEBUG (unixSettings.py:82):loadAll(): Looking for sega32x-renderer.* in /userdata/system/batocera.conf
2021-10-26 23:24:10 DEBUG (unixSettings.py:82):loadAll(): Looking for sega32x[“After Burner Complete ~ After Burner (Japan, USA).zip”]-renderer.* in /userdata/system/batocera.conf
2021-10-26 23:24:10 DEBUG (emulatorlauncher.py:100):main(): Settings: {‘core’: ‘picodrive’, ‘bezel_stretch’: u’0′, ‘ratio’: u’16/9′, ‘showFPS’: ‘false’, ‘retroachievements.hardcore’: u’0′, ‘retroachievements.verbose’: u’0′, ‘smooth’: True, ‘retroachievements’: u’0′, ‘emulator-forced’: False, ‘bezel’: u’none’, ‘core-forced’: False, ‘video_threaded’: True, ‘retroachievements.screenshot’: u’0′, ‘secondinstance’: u’0′, ‘retroachievements.leaderboards’: u’0′, ‘emulator’: ‘libretro’, ‘rewind’: False, ‘forceNoBezel’: False, ‘videomode’: ‘CEA 4 HDMI’, ‘uimode’: ‘Full’}
2021-10-26 23:24:10 INFO (emulatorlauncher.py:102):main(): emulator: libretro, core: picodrive
2021-10-26 23:24:10 INFO (emulatorlauncher.py:113):main(): current video mode: DMT 47 HDMI
2021-10-26 23:24:10 INFO (emulatorlauncher.py:114):main(): wanted video mode: CEA 4 HDMI
2021-10-26 23:24:10 INFO (videoMode.py:16):changeMode(): setVideoMode(CEA 4 HDMI): batocera-resolution setMode “CEA 4 HDMI”
2021-10-26 23:24:11 INFO (emulatorlauncher.py:119):main(): resolution: 1280×720
2021-10-26 23:24:11 DEBUG (unixSettings.py:21):init(): Creating parser for /userdata/system/configs/retroarch/retroarchcustom.cfg
2021-10-26 23:24:11 INFO (videoMode.py:16):changeMode(): setVideoMode(DMT 47 HDMI): batocera-resolution setMode “DMT 47 HDMI”
2021-10-26 23:24:12 ERROR (emulatorlauncher.py:233):<module>: configgen exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py”, line 231, in <module>
exitcode = main(args, maxnbplayers)
File “/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py”, line 149, in main
exitCode = runCommand(generators[system.config['emulator']].generate(system, args.rom, playersControllers, gameResolution))
File “/usr/lib/python2.7/site-packages/configgen/generators/libretro/libretroGenerator.py”, line 26, in generate
retroconfig = UnixSettings(batoceraFiles.retroarchCustom, separator=' ')
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 546, in _read
raise e
ParsingError: File contains parsing errors: <???>
[line 3102]: u'"\\n'
2021-10-26 23:24:13 INFO (emulatorlauncher.py:235):<module>: Exiting configgen with status -1