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

    Error Save Retroarch configs: RetroArch 1.12.0 (Git d6deee4)

    Scheduled Pinned Locked Moved Help and Support
    configsretroarch-conflr-emulatorserror on save
    16 Posts 5 Posters 1.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.
    • wmarcioW
      wmarcio
      last edited by wmarcio

      Pi Model or other hardware: pi 3b+
      Power Supply used: Generic 5v 3amp
      RetroPie Version Used: 4.8.2 last commit 18h (2af6c12)
      Built From: (Pre made SD Image on RetroPie website)
      USB Devices connected: USB HDD.
      Controller used: Original PS4 controller wireless.
      Error messages received: [ERROR] [Config]: Failed saving config to"/opt/retropie/configs/nes/retroarch.cfg".
      Verbose log: https://pastebin.com/au4uvBAr
      Guide used:xxx
      File:xxx
      Emulator: ALL lr-cores
      Attachment of config files:

      How to replicate the problem:

      Hello good day.
      I'm having trouble saving settings via retroarch.
      I'm not getting it, and it always gives the error described

      [ERROR] [Config]: Failed saving config to"/opt/retropie/configs/nes/retroarch.cfg".

      This error only happens if I update retroarch to version
      1.12.0 (Git d6deee4), if I downgrade to the previous version, 1.11.1, the settings are saved normally and without problems.

      Files and folders permissions:

      IMG_20221127_074931.jpg

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

        Does this happen for all systems, or just for nes ? Post the /opt/retropie/configs/nes/retroarch.cfg file also on pastebin.com.

        1.12.0 (Git d6deee4), if I downgrade to the previous version, 1.11.1, the settings are saved normally and without problems.

        RetroPie's previous version was 1.10.0, version 1.11.1 was not packaged by RetroPie - how did you install it ? Also, how did you install lr-fceumm-mod.so ? That's not a core file that RetroPie installs.
        Your setup is quite different from standard RetroPie installation - are you using a 3rd party image ?

        wmarcioW 3 Replies Last reply Reply Quote 0
        • wmarcioW
          wmarcio @mitu
          last edited by wmarcio

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • wmarcioW
            wmarcio @mitu
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • wmarcioW
              wmarcio @mitu
              last edited by

              @mitu said in Error Save Retroarch configs: RetroArch 1.12.0 (Git d6deee4):

              Does this happen for all systems, or just for nes ? Post the /opt/retropie/configs/nes/retroarch.cfg file also on pastebin.com.

              1.12.0 (Git d6deee4), if I downgrade to the previous version, 1.11.1, the settings are saved normally and without problems.

              RetroPie's previous version was 1.10.0, version 1.11.1 was not packaged by RetroPie - how did you install it ? Also, how did you install lr-fceumm-mod.so ? That's not a core file that RetroPie installs.
              Your setup is quite different from standard RetroPie installation - are you using a 3rd party image ?

              Hello, thanks for your willingness to help.

              Happens with all LR emulators.

              Post the /opt/retropie/configs/nes/retroarch.cfg file also on pastebin.com:

              https://pastebin.com/fbn2Saur

              RetroPie's previous version was 1.10.0, version 1.11.1 was not packaged by RetroPie - how did you install it ?

              Editing the file: retroarch.sh
              In path: home/pi/RetroPie-Setup/scriptmodules/emulators/
              IMG_20221127_164325.jpg

              Also, how did you install lr-fceumm-mod.so ? That's not a core file that RetroPie installs.

              Your setup is quite different from standard RetroPie installation - are you using a 3rd party image ?

              No, it's the original image with the addition of extra scripts, through the https://github.com/Exarkuniv/RetroPie-Extra
              And a few more settings that I made myself.

              Anyway, it worked before, and I never had any problems.

              mituM duglorD 2 Replies Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @wmarcio
                last edited by

                @wmarcio said in Error Save Retroarch configs: RetroArch 1.12.0 (Git d6deee4):

                Anyway, it worked before, and I never had any problems.

                I don't think it worked before - the configuration file (retroarch.cfg) you posted is not a full config, so RetroArch wasn't saving on exit the configuration as you think (with version 1.11.1). Probably in the new version it correctly logs that it cannot save the config, while in the previous version was not logging this. I'd check the permissions on the file.

                As a side note, you may be better running without config_save_on_exit = true, since it wasn't working before, so it's not really needed for your config. Though I'd probably remove the libretro_directory option from the file, since it's added automatically at runtime by runcommand.

                Note that in newer versions, running a libretro core without a corresponding .info file will lead to not being able to use save/load states. Since you're using a non-standard libretro core (fceumm-mod), that may affect the options present in the quick menu or the functionality of the core.

                wmarcioW 1 Reply Last reply Reply Quote 1
                • wmarcioW
                  wmarcio @mitu
                  last edited by

                  @mitu Hello, thanks for the clarifications.

                  Arriving home tonight, I'll take a look, actually I'm already wanting to migrate all to a USB SSD.
                  In any case, I will do some tests beforehand and I will delete the configuration files, thinking that a new one will be created after updating the retroarch to the last available version.

                  mituM DarksaviorD 2 Replies Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @wmarcio
                    last edited by

                    @wmarcio said in Error Save Retroarch configs: RetroArch 1.12.0 (Git d6deee4):

                    In any case, I will do some tests beforehand and I will delete the configuration files, thinking that a new one will be created after updating the retroarch to the last available version.

                    No, it will not be created automatically when you upgrade RetroArch and I'd advise agains removing the file straight away. The retroarch.cfg for a system is created only when a compatible core is installed/updated.

                    1 Reply Last reply Reply Quote 0
                    • DarksaviorD
                      Darksavior @wmarcio
                      last edited by

                      @wmarcio What does that fceumm mod offer over the normal one? Wouldn't it be better to use mesen? I'm not sure if it's usable on a pi3b+.

                      1 Reply Last reply Reply Quote 0
                      • duglorD
                        duglor @wmarcio
                        last edited by

                        @wmarcio Do you have a link to the the latest redream update that works with WINCE and can be downloaded with my retropie?

                        BuZzB 1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators @duglor
                          last edited by

                          @duglor please stop posting the same reply in multiple unrelated threads.

                          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 1
                          • wmarcioW wmarcio referenced this topic on
                          • mituM
                            mitu Global Moderator
                            last edited by

                            @wmarcio This turned out to be a RetroArch bug, which was fixed recently. We'll have to wait for a new release (first after v1.14.0) to get this pulled in our RetroPie package.

                            wmarcioW 1 Reply Last reply Reply Quote 3
                            • wmarcioW
                              wmarcio @mitu
                              last edited by wmarcio

                              @mitu I knew something was wrong, so I'm sticking with version 11.1.1.
                              This bug has been happening to me for some time, but I had no time to try to ask for help, and only in November did I decide to come to the forum.

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

                                @wmarcio The RetroArch version in RetroPie has been updated recently, the new version (1.15) should have a fix for the configuration saving issue.

                                wmarcioW 2 Replies Last reply Reply Quote 1
                                • wmarcioW
                                  wmarcio @mitu
                                  last edited by

                                  @mitu Hello how are you. Thanks tomorrow I will test. Thanks for reminding of me.

                                  1 Reply Last reply Reply Quote 0
                                  • wmarcioW
                                    wmarcio @mitu
                                    last edited by

                                    @mitu It worked, in fact updating retroarch to version 1.15.0 fixed the issue.

                                    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.