Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Cannot Load Saved Games › Reply To: Cannot Load Saved Games
Can you do a ls -lah command in the /home/pi/RetroPie/savestate diretcory?
Just to make sure the permissions are ok – can you paste the output here?
What about if you reset those lines to
# 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 =
# Save all save states (*.state) to this directory.
# This will be overridden by explicit command line options.
# savestate_directory =
Can you save and load then?
Although, looking at it, it seems to be trying to load a state file that isnt there – i.e. with a ‘1’ at the end.
So it maybe related to this
# State slots. With slot set to 0, save state name is *.state (or whatever defined on commandline).
# When slot is != 0, path will be $path%d, where %d is slot number.
# input_state_slot_increase = f7
# input_state_slot_decrease = f6
Try pressing f6, to set the slot back to ‘0’ if you see what I mean.