Retropie freezes
-
@lkmaster
You can search for files by using something like thissudo find / -name "<filename>”
Most of the save state files end is ".state" so I think you could do something likesudo find / -name ".state"
. I don't use the find function that much.I personally like to use Locate instead!
To install Locate type:
sudo apt-get install locate
To update the database that Locate uses to find files and directories:
sudo updatedb
Now all you have to do is type this to find something:
locate <filename>
Example: to look for those ".state" files you would do this:
locate .state
The only downside to Locate is that you sometimes have to update the database (
sudo updatedb
) to make sure you get all the newest files in your search. Updating will also remove newly deleted files. -
@backstander
It's in /home/pi/RetroPie/roms/snes/dragon quest.. -
Do I have to delet some thing or can I just try it again to coppy the files
-
@backstander it works thank you so much :)
-
@lkmaster Your email is bouncing. Your have used a throw away email address. Change it to a working permanent email or I will have to remove your account. Thanks.
-
@lkmaster Replying to a 2 years old thread will not get you answers for the current version. Please start a new topic and state your problem/question there.
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.