Hi all-
I’m still running 5.25 because I have the legacy ATI drivers installed for my older card.
PS2, etc work fine, but gamecube doesn’t.
error log shown, let me know what else would help troubleshoot.
2020-09-13 15:52:23 INFO (emulatorlauncher.py:64):main(): Running system: gamecube
/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-09-13 15:52:23 DEBUG (unixSettings.py:21):__init__(): Creating parser for /userdata/system/batocera.conf
2020-09-13 15:52:23 DEBUG (unixSettings.py:79):loadAll(): Looking for global.* in /userdata/system/batocera.conf
2020-09-13 15:52:23 DEBUG (unixSettings.py:79):loadAll(): Looking for gamecube.* in /userdata/system/batocera.conf
2020-09-13 15:52:23 DEBUG (unixSettings.py:79):loadAll(): Looking for gamecube["Crash Bandicoot - The Wrath of Cortex (USA).gcz"].* in /userdata/system/batocera.conf
2020-09-13 15:52:23 INFO (Emulator.py:33):__init__(): uimode: Full
2020-09-13 15:52:23 DEBUG (unixSettings.py:79):loadAll(): Looking for gamecube-renderer.* in /userdata/system/batocera.conf
2020-09-13 15:52:23 DEBUG (unixSettings.py:79):loadAll(): Looking for gamecube["Crash Bandicoot - The Wrath of Cortex (USA).gcz"]-renderer.* in /userdata/system/batocera.conf
2020-09-13 15:52:23 DEBUG (emulatorlauncher.py:72):main(): Settings: {'core': 'dolphin', 'showFPS': 'false', 'ratio': 'auto', 'uimode': 'Full', 'retroachievements.hardcore': u'0', 'retroachievements.verbose': u'0', 'smooth': True, 'retroachievements': u'0', 'bezel': 'default', 'video_threaded': False, 'retroachievements.screenshot': u'0', 'retroachievements.leaderboards': u'0', 'emulator': 'dolphin', 'rewind': False, 'forceNoBezel': False, 'videomode': 'default'}
2020-09-13 15:52:23 INFO (emulatorlauncher.py:74):main(): emulator: dolphin, core: dolphin
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (.UTF-8)
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (.UTF-8)
2020-09-13 15:52:23 INFO (emulatorlauncher.py:85):main(): current video mode: 1920x1200
2020-09-13 15:52:23 INFO (emulatorlauncher.py:86):main(): wanted video mode: default
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (.UTF-8)
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (.UTF-8)
2020-09-13 15:52:23 INFO (emulatorlauncher.py:91):main(): resolution: 1920x1200
2020-09-13 15:52:23 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 121, in main
exitCode = runCommand(generators[system.config['emulator']].generate(system, args.rom, playersControllers, gameResolution))
File "/usr/lib/python2.7/site-packages/configgen/generators/dolphin/dolphinGenerator.py", line 52, in generate
dolphinSettings.set("Core", "SelectedLanguage", getGameCubeLangFromEnvironment())
File "/usr/lib/python2.7/site-packages/configgen/generators/dolphin/dolphinGenerator.py", line 113, in getGameCubeLangFromEnvironment
lang = environ['LANG'][:5]
File "/usr/lib/python2.7/UserDict.py", line 40, in __getitem__
raise KeyError(key)
KeyError: 'LANG'
2020-09-13 15:52:24 INFO (emulatorlauncher.py:231):<module>: Exiting configgen with status -1