Hello!
I wanna play gamecube game and try to run dolphin in retropie.
System: Raspberry Pi 2 and use RetroPie V2.6
I create a new folder /opt/retropie/emulators/dolphin and copy dolphin-emu-nogui
to that. After that i reconfigurate the /etc/emulationstation/es_system.cfg with:
<system>
<name>gc</name>
<fullname>Nintendo GameCube</fullname>
<path>~/RetroPie/roms/gc</path>
<extension>.iso .ISO .gcm</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/dolphin/dolphin-emu-nogui %ROM%"</command>
<platform>gc</platform>
<theme>gc</theme>
</system>
Everything looks fine in the menu you can choose the gamecube entry and it shows the already copied roms.
But if i try to start a game i get this error message:
/opt/retropie/supplementary/runcommand/runcommand.sh: Zeile 283: /opt/retropie/emulators/dolphin/dolphin-emu-nogui: Not Authorized
After that changing the owner/group from root/root to pi/pi even dont change anything.
Did somebody else try that or got experience with dolphin on raspberry?
best regards
Baer1987