Cannot access RetroArch GUI from RP Setup Utility
-
I wonder if the reason is we start the GUI via
sudo
(from the RetroPie system).Can you exit EmulationStation and run from a terminal
/opt/retropie/emulators/retroarch/bin/retroarch --verbose --menu --config /opt/retropie/configs/all/retroarch.cfg
and see if the GUI opens up ? If not, then try disabling Game Mode by adding
gamemode_enable.= "false"
to
/opt/retropie/configs/al/retroarch.cfg
. -
@mitu said in Cannot access RetroArch GUI from RP Setup Utility:
I wonder if the reason is we start the GUI via
sudo
(from the RetroPie system).Can you exit EmulationStation and run from a terminal
/opt/retropie/emulators/retroarch/bin/retroarch --verbose --menu --config /opt/retropie/configs/all/retroarch.cfg
and see if the GUI opens up ? If not, then try disabling Game Mode by adding
gamemode_enable.= "false"
to
/opt/retropie/configs/al/retroarch.cfg
.RetroArch GUI does open directly from the terminal command provided.
-
@testudo Then temporarily you can add
gamemode_enable = "false"
to
retroarch.cfg
and use it for now. I'll take a look to see why this isn't working throughsu
, as called from EmulationStation.Do you have the
gamemode
package installed on your system ? -
@mitu said in Cannot access RetroArch GUI from RP Setup Utility:
gamemode_enable = "false"
Thanks. I tried disabling the game mode by adding the provided code to the retroarch.cfg, but no success. Still get the same error.
I am not aware of intentionally installing the gamemode package on my system. How would I check if it is installed?I do have gamemode 1.5.1-0ubuntu3.1 installed.
-
@testudo said in Cannot access RetroArch GUI from RP Setup Utility:
How would I check if it is installed?
Check if you have the
gamemode
package installed:apt show gamemode
If it shows
Installed: Yes
, then it's installed. -
Thanks. Confirming gamemode is installed.
-
Thanks for the check. I'll see how we can solve this, seems like a bug somewhere if disabling GameMode still doesn't get RetroArch starting normally (from the menu).
-
@testudo Can you try updating the RetroPie-Setup script ? I've added a small modification to fix the RetroArch's error when started from the RetroPie menu.
-
@mitu
The update to the setup script was a success! Updated the script and I am now able to access the RetroArch GUI from the EmulationStation Retropie menu. -
@testudo Thanks for reporting the bug.
-
@mitu
Thanks for figuring out and implementing the solution so quickly!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.