Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Cannot Load Saved Games › Reply To: Cannot Load Saved Games
Ok – when you make your save state, can you check the directory for the *.state file?
What is the exact name it uses? You should be able to tell which file it is looking at the from the timestamp.
I’m presuming permissions are fine here, and the pi user can write and read here:
/home/pi/RetroPie/savestate (although the line is commented out)
It looks like when you save it is always using the .auto file, but you are trying to load one with a number at the end?
I know one of your savestate directories is commented out, but I would get rid of the line so there is no conflict.
So I’d lose these at the bottom of the file and use the main ones
savefile_directory = /home/pi/RetroPie/
savestate_directory = /home/pi/RetroPie/
If you simply hit F2 to save, then F4 to load – does that work?