Save state failed
-
So I can't figure out how to get my save state to work. I have the buttons configured but when attempting it always says failed
-
@Acidbased
I think there's a setting to the RetroPie menu to reset all the permissions. I'm not at my RPi so I can't advise further.It would also be best if you followed the advice in https://retropie.org.uk/forum/topic/3/read-this-first when posting for help.
Like for example, you're not telling us what emulator you are using, etc... -
@Acidbased said in Save state failed:
So I can't figure out how to get my save state to work. I have the buttons configured but when attempting it always says failed
You do realize that you need to set up the save folders manually right? If you didn't set up the folder RPi doesn't know from which directory to load them from.
You can do this very quick via SMB. If you;re on windows open the following file:
\retropie\configs\all\retroarch.cfg
The first two things you'll see are:
. Save all save files (*.srm) to this directory. This includes related files like .bsv, .rtc, .psrm, etc ...
. This will be overridden by explicit command line options.
savefile_directory = "/home/pi/RetroPie/roms/SAVE/SAVE_FILES/". Save all save states (*.state) to this directory.
. This will be overridden by explicit command line options.
savestate_directory = "/home/pi/RetroPie/roms/SAVE/SAVE_STATE/"In my example you see that I already added the paths of the folders. Just use the same paths as I did and save the file.
Now we need to make the folders, open up the following directory:
\retropie\roms
Create one folder and name it SAVE. Open up the SAVE folder and create two new folders. Name one SAVE_FILES and the other SAVE_STATE.
So now you have one folder (SAVE) which includes two folders SAVE_FILES and SAVE_STATES. Keep in mind everything is case sensitive.
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.