Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › [Retropie 2.X] list of issues › Reply To: [Retropie 2.X] list of issues
07/29/2014 at 02:10
#21031
Guest
This is the command in emulation station that starts mupen64 and generates the n64 seg fault everyone is encountering.
/opt/retropie/supplementary/runcommand/runcommand.sh 1 "cd /opt/retropie/emulators/mupen64plus-rpi/test/ && ./mupen64plus %ROM%"
I don’t see anything immediately wrong with it (for instance, the path exists on my system and there is a file called mupen64plus there), but I’m not an expert. I do notice that none of the other commands in the es_systems.cfg file perform a cd first and THEN a separate run command. Maybe that is the source of the error?