• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

Retropie freezes

Scheduled Pinned Locked Moved Help and Support
save filesfreezes
26 Posts 5 Posters 11.9k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ?
    A Former User @BuZz
    last edited by 27 Sept 2016, 20:31

    @BuZz
    Where can I find the power supply?
    I just changed the hdmi_group hdmi_mode and hdmi_drive

    1 Reply Last reply Reply Quote 0
    • B
      BuZz administrators
      last edited by 27 Sept 2016, 21:01

      At the end of the USB power cable - it's the part that plugs into the wall socket.

      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

      ? 1 Reply Last reply 28 Sept 2016, 15:54 Reply Quote 2
      • ?
        A Former User @BuZz
        last edited by 28 Sept 2016, 15:54

        @BuZz 5V 2500mA

        1 Reply Last reply Reply Quote 0
        • G
          GtBFilms @A Former User
          last edited by GtBFilms 28 Sept 2016, 16:32

          @lkmaster When you say it freezes, do you have to pull the power to restart, or is there just a very long (several minutes) delay when exiting EmulationStation?

          I've found that if you have a huge collection of ROMS and scrape all the metadata it has a serious impact on the time it takes to exit EmulationStation/shutdown.

          It does eventually exit though.

          You can speed it up by switching off the parse gameslist on exit option but I think you may also lose any game metadata (last time played, total hours played) etc?

          ? 1 Reply Last reply 28 Sept 2016, 20:34 Reply Quote 0
          • ?
            A Former User @GtBFilms
            last edited by 28 Sept 2016, 20:34

            @GtBFilms
            I have to restart and some times i get in to a game and then it freezes after arround 3 mins and I have to restart too.
            I have to restar arround 10 times to get in a game.

            ? B 2 Replies Last reply 29 Sept 2016, 09:33 Reply Quote 0
            • ?
              A Former User @A Former User
              last edited by 29 Sept 2016, 09:33

              @lkmaster
              If no body knows how to help me. Do some body know how to save my save states on a usb so I can reinsall retropie but not lose my savestates.
              This would be very helpfull as well.

              1 Reply Last reply Reply Quote 0
              • B
                backstander
                last edited by backstander 29 Sept 2016, 13:31

                @lkmaster
                There's a backup script from @Drakaen391 that you could try:
                https://github.com/Drakaen391/rpibu

                Another option if you just want to backup saves is you could run this from the command prompt:

                find /home/pi/RetroPie/roms/ -name "*.srm" -o -name "*.state*" | tar --transform 's|/home/pi/||g' -PcJf retropie_game_saves.tar.xz -T -

                Restore with:
                tar -C /home/pi -xJf retropie_game_saves.tar.xz

                I actually got the above script here on the forums but I can't remember who posted it.
                After you run this you can just move retropie_game_saves.tar.xz over to your USB flash drive

                ? 1 Reply Last reply 29 Sept 2016, 13:45 Reply Quote 0
                • B
                  BuZz administrators @A Former User
                  last edited by 29 Sept 2016, 13:36

                  @lkmaster

                  Try another Power supply / USB power cable
                  Try another SDCard with a new image

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  ? 1 Reply Last reply 29 Sept 2016, 13:48 Reply Quote 0
                  • ?
                    A Former User @backstander
                    last edited by 29 Sept 2016, 13:45

                    @backstander
                    Thank you but I'm a linux beginner so I don't really understand this ^^
                    Can you give me some examples or comands becaus I dont know what to do.

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User @BuZz
                      last edited by 29 Sept 2016, 13:48

                      @BuZz but if I use a new image I lose my save states

                      B 1 Reply Last reply 29 Sept 2016, 14:23 Reply Quote 0
                      • B
                        backstander
                        last edited by backstander 29 Sept 2016, 14:09

                        @lkmaster
                        You can either press F4 on an attached USB keyboard to your Raspberry Pi (aka RPi) or SSH in using something like PuTTY. Once you get logged in, just type in (or copy & paste) exactly from my previous post (the first line in red).

                        find /home/pi/RetroPie/roms/ -name "*.srm" -o -name "*.state*" | tar --transform 's|/home/pi/||g' -PcJf retropie_game_saves.tar.xz -T -

                        Next make sure you have your USB flash drive plugged in to your RPi and then type cp retropie_game_saves.tar.xz /media/usb0
                        Another way to do the same thing is from your Windows PC use FileZilla to get retropie_game_saves.tar.xz from the /home/pi/ directory.

                        After you have re-installed RetroPie on your microSD card and you back up and running, then with that same USB flash drive in either push F4 and type cd /media/usb0 then tar -C /home/pi -xJf retropie_game_saves.tar.xz
                        or push it back over using FileZilla then press F4 and just type tar -C /home/pi -xJf retropie_game_saves.tar.xz

                        Hopefully that wasn't too confusing!
                        You might give this a read! List of common Linux commands:
                        https://www.raspberrypi.org/documentation/linux/usage/commands.md

                        ? 1 Reply Last reply 30 Sept 2016, 12:54 Reply Quote 0
                        • B
                          BuZz administrators @A Former User
                          last edited by BuZz 29 Sept 2016, 14:23

                          @lkmaster said in Retropie freezes:

                          @BuZz but if I use a new image I lose my save states

                          use the instructions above / or just copy your roms folder off over the network - also see https://github.com/retropie/retropie-setup/wiki/updating-retropie#making-a-backup-option-1

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @backstander
                            last edited by A Former User 30 Sept 2016, 12:54

                            @backstander
                            I have done it like u said and now when I try to load my save state this apers
                            Failed to load state from "/home/pi/RetroPie/roms/snes/dragon quest IV ...

                            ? 1 Reply Last reply 30 Sept 2016, 13:37 Reply Quote 0
                            • ?
                              A Former User @A Former User
                              last edited by 30 Sept 2016, 13:37

                              @lkmaster
                              I did a back up before I reinsalled retropie

                              B 1 Reply Last reply 30 Sept 2016, 14:05 Reply Quote 0
                              • B
                                backstander @A Former User
                                last edited by 30 Sept 2016, 14:05

                                @lkmaster said in Retropie freezes:

                                I have done it like u said and now when I try to load my save state this apers
                                Failed to load state from "/home/pi/RetroPie/roms/snes/dragon quest IV ...
                                .
                                I did a back up before I reinsalled retropie

                                did you restore your save states by extracting the retropie_game_saves.tar.xz file after reinstalling RetroPie?
                                tar -C /home/pi -xJf retropie_game_saves.tar.xz

                                ? 1 Reply Last reply 30 Sept 2016, 14:38 Reply Quote 0
                                • ?
                                  A Former User @backstander
                                  last edited by 30 Sept 2016, 14:38

                                  @backstander yes but maybe my savestates are in another direktory do you know how I can check this or change this?

                                  M 1 Reply Last reply 4 Jun 2018, 03:11 Reply Quote 0
                                  • B
                                    backstander
                                    last edited by backstander 30 Sept 2016, 18:56

                                    @lkmaster
                                    You can search for files by using something like this sudo find / -name "<filename>” Most of the save state files end is ".state" so I think you could do something like sudo 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.

                                    ? 2 Replies Last reply 30 Sept 2016, 19:35 Reply Quote 0
                                    • ?
                                      A Former User @backstander
                                      last edited by 30 Sept 2016, 19:35

                                      @backstander
                                      It's in /home/pi/RetroPie/roms/snes/dragon quest..

                                      1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User
                                        last edited by 30 Sept 2016, 19:43

                                        Do I have to delet some thing or can I just try it again to coppy the files

                                        1 Reply Last reply Reply Quote 0
                                        • ?
                                          A Former User @backstander
                                          last edited by 30 Sept 2016, 20:50

                                          @backstander it works thank you so much :)

                                          B 1 Reply Last reply 3 Jun 2018, 23:52 Reply Quote 1
                                          24 out of 26
                                          • First post
                                            24/26
                                            Last post

                                          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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received