Open ghost opened 10 years ago
Tested with both the latest RetroPie setup and associated disk image. Since the ES-config setup script pulls from the github, it should be current.
Steps to reproduce:
~/RetroPie/supplementary
At this point, es-config should be in an uninterruptible sleep state D+:
es-config
D+
2982 tty1 S+ 0:00 emulationstatio 2986 tty1 Sl+ 0:21 emulationstatio 2992 tty1 S+ 0:00 sh 2993 tty1 S+ 0:01 python3 2994 tty1 S+ 0:00 sh 2995 tty1 D+ 1:13 es-config
It can't even be rebooted like this. I think this is also preventing me from configuring controls for RetroArch/gngeo emulators.
Completes normally when run directly:
cd ~/RetroPie/supplementary/ES-config gdb ./es-config run --settings ./settings.xml```
Still not affecting the gngeo controls, however.
Tested with both the latest RetroPie setup and associated disk image. Since the ES-config setup script pulls from the github, it should be current.
Steps to reproduce:
~/RetroPie/supplementary
if not present (this to fix the "script error" on save)At this point,
es-config
should be in an uninterruptible sleep stateD+
:It can't even be rebooted like this. I think this is also preventing me from configuring controls for RetroArch/gngeo emulators.