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

    Can't save states on any system

    Scheduled Pinned Locked Moved Help and Support
    save states
    40 Posts 8 Posters 11.5k 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.
    • W
      WhiskeyIce @mitu
      last edited by

      Hello @mitu. I am using RetroArch 1.12.0

      1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator
        last edited by

        @WhiskeyIce can you please provide

        • the exact RetroPie version, as it's shown in the RetroPie-Setup starting screen
        • a verbose log from running a game through RetroArch
        • your retroarch.cfg file, from the /opt/retropie/configs/<system> folder, where <system> is the rom folder from where you started the game.

        Put the log and config files on pastebin.com, since they can be quite large.

        S W 2 Replies Last reply Reply Quote 0
        • S
          smeghead @mitu
          last edited by

          @mitu Hello, thanks for the reply.
          I also tried to updating RetroPie-Setup script before updating RetroArch and nothing change. The version of RetroArch is 1.12.0 as @WhiskeyIce .

          RetroPie Setup indicates RetroPie version 4.8.2 and last commit version dfe0367b.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @smeghead
            last edited by

            @smeghead said in Can't save states on any system:

            RetroPie Setup indicates RetroPie version 4.8.2 and last commit version dfe0367b.

            OK, so this is as recent as it gets. Can you try providing the same info I asked earlier from @WhiskeyIce - a log file and the retroarch.cfg for the system where you start the game ?

            1 Reply Last reply Reply Quote 0
            • W
              WhiskeyIce @mitu
              last edited by

              • RetroPie version: 4.8.2 (dfe0367b commit)
              • Log file
              • retroacrch.cfg
              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @WhiskeyIce
                last edited by mitu

                @WhiskeyIce Thank you.
                Can you also post the contents of /opt/retropie/configs/all/retroarch.cfg ?

                Can you check if the folder /opt/retropie/configs/all/retroarch/cores exists and has the fceumm_libretro.info file in it ? The config folder is also accessible via \\retropie\configs, via file shares.

                S W 2 Replies Last reply Reply Quote 0
                • S
                  smeghead @mitu
                  last edited by

                  @mitu
                  The system retroarch reference the one in the all retroarch config :
                  retroarch.cfg
                  I just launch the game with verbose log but I don't know in which directory I can find it.

                  mituM 1 Reply Last reply Reply Quote 0
                  • W
                    WhiskeyIce @mitu
                    last edited by

                    • /opt/retropie/configs/all/retroarch.cfg
                    • The folder /opt/retropie/configs/all/retroarch/cores does not contain fceumm_libretro.info
                    1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator @smeghead
                      last edited by mitu

                      @smeghead said in Can't save states on any system:

                      The system retroarch reference the one in the all retroarch config :
                      retroarch.cfg

                      The file here doesn't show an recently updated retroarch.cg. The update would add some new options, which are now showing up in your .cfg file. Are you sure re-installed retroarch after updating the RetroPie-Setup script and you didn't get any errors ?

                      EDIT: @WhiskeyIce I can see the same symptom your config file - some options which the new updated install script will add are missing.

                      Can either of you re-run an update for RetroArch from the setup script, exit the setup script, then look into $HOME/RetroPie-Setup/logs/ and get the most recent log file there. Unpack it (7zip should be able to handle this), then post the log file on pastebin.com.

                      S W 3 Replies Last reply Reply Quote 0
                      • S
                        smeghead @mitu
                        last edited by

                        @mitu sorry, it was this one, I'd backed up the old one
                        new retroarch.cfg

                        mituM 1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @smeghead
                          last edited by mitu

                          @smeghead your config file seems to be have been saved from the menu and also not configured by the setup script. Try removing the lines:

                          libretro_directory = "~/.config/retroarch/cores"
                          libretro_info_path = "~/.config/retroarch/cores"
                          

                          and see if saving works.

                          S 1 Reply Last reply Reply Quote 0
                          • W
                            WhiskeyIce @mitu
                            last edited by

                            @mitu do I re-install from binary or install from source?

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @WhiskeyIce
                              last edited by

                              @WhiskeyIce Both are fine - use the binary option since it's faster.

                              W 2 Replies Last reply Reply Quote 0
                              • W
                                WhiskeyIce @mitu
                                last edited by

                                re-install log file

                                1 Reply Last reply Reply Quote 0
                                • W
                                  WhiskeyIce @mitu
                                  last edited by

                                  Oh it's working now!
                                  Not sure why it failed before!
                                  Thank you for your help @mitu

                                  mituM 1 Reply Last reply Reply Quote 0
                                  • mituM
                                    mitu Global Moderator @WhiskeyIce
                                    last edited by

                                    @WhiskeyIce said in Can't save states on any system:

                                    Oh it's working now!

                                    Should be, the log file shows the info files have been downloaded:

                                    ....
                                    git clone --recursive --depth 1 --shallow-submodules --branch master "https://github.com/libretro/libretro-core-info.git" "/opt/retropie/configs/all/retroarch/cores"
                                    Cloning into '/opt/retropie/configs/all/retroarch/cores'...
                                    HEAD is now in branch 'master' at commit '3302a7322258a2fc2c0cd2a5bf2eda239910eb83'
                                    Already on 'master'
                                    ...
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      smeghead @mitu
                                      last edited by

                                      @mitu not working yet after removing these two lines

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        smeghead @mitu
                                        last edited by

                                        @mitu this is my log after the update of RetroArch log

                                        mituM 1 Reply Last reply Reply Quote 0
                                        • mituM
                                          mitu Global Moderator @smeghead
                                          last edited by mitu

                                          @smeghead You ran a 'all packages' update - I asked you to re-install RetroArch only. Go to the retroarch package and in the core section and re-install it, then re-try again to see if saving works.

                                          S GaucheArtistG 2 Replies Last reply Reply Quote 1
                                          • S
                                            smeghead @mitu
                                            last edited by

                                            @mitu ah yes sorry, after re-installing retroarch it's working.
                                            Thanks you a lot !

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              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.