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

    High Scores not saving in FinalBurnAlpha

    Scheduled Pinned Locked Moved Help and Support
    fbaretropie 4.1
    35 Posts 7 Posters 11.0k 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.
    • Impman66I
      Impman66 @mitu
      last edited by

      @mitu said in High Scores not saving in FinalBurnAlpha:

      @impman66 Ok, so if you have the ROM in the arcade folder, the .hi file should be found under arcade/fba. I don't think the save file (or the auto-save) should impact this.

      Hi Mitu, thanks for this, have just obtained a couple of hi scores on different games and neither one has saved a .hi file in the location stated, I thought that pacland was a game that saved hi scores, I also did Pooyan, previously the hiscore for this produced a file in the bios/fba folder, I know as I deleted it along with pacland as this (reading other threads) could have become corrupted.
      So I know both should produce a ,hi file but aren't doing so. Could there be a config conflict causing issues?
      I have a couple of .hi files in MAME2003, yet those games are in the Arcade folder too,

      Pi Model or other hardware: Raspberry Pi 3 Model B
      Power Supply used: Generic 5v 2.5A Panasonic
      RetroPie Version Used : 4.5.1
      Built From: Retropie website
      USB Devices connected: 2 x Dragonrise N64 Encoders

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

        @impman66 When did you last update lr-fbalpha ? Did you update from source or binary ? The fix for hiscore location was pretty recent (https://github.com/libretro/fbalpha/issues/171), it might not be included with the binary update. I updated from source - before that the .hi file was saved along with the hiscore.dat, in the BIOS folder.

        Impman66I 1 Reply Last reply Reply Quote 0
        • Impman66I
          Impman66 @mitu
          last edited by

          @mitu I updated from source as a few have recommended to do so. I will shut-down the pi completely and go again. I have deleted the state and state.auto files just in case.
          I will also move the Pooyan rom to fba folder and test to see if that works, all this may hopefully help others. Fingers crossed.

          Pi Model or other hardware: Raspberry Pi 3 Model B
          Power Supply used: Generic 5v 2.5A Panasonic
          RetroPie Version Used : 4.5.1
          Built From: Retropie website
          USB Devices connected: 2 x Dragonrise N64 Encoders

          1 Reply Last reply Reply Quote 0
          • Impman66I
            Impman66
            last edited by

            OK put Pooyan rom in FBA folder within Arcade folder first - no .hi file was created. However, after getting a couple of high scores, it did create a new fba folder that had nothing in it.
            I then tried putting it directly into the fba folder within the ROM directory. Again no .hi file produced but a new fba folder was created, with nothing in it.
            Knocking it on the head tonight as it is getting late.
            Thanks for all help @mitu

            Pi Model or other hardware: Raspberry Pi 3 Model B
            Power Supply used: Generic 5v 2.5A Panasonic
            RetroPie Version Used : 4.5.1
            Built From: Retropie website
            USB Devices connected: 2 x Dragonrise N64 Encoders

            B 1 Reply Last reply Reply Quote 0
            • dankcushionsD
              dankcushions Global Moderator @Impman66
              last edited by

              @impman66 said in High Scores not saving in FinalBurnAlpha:

              I think previously I setup retroarch to save autosave on exit.

              i would turn that off whilst investigating this issue

              1 Reply Last reply Reply Quote 0
              • B
                barbudreadmon @Impman66
                last edited by

                @impman66 lr-fbalpha is storing .hi files in the same folder than .nv and .fs files, which is the fba subfolder of what is defined as savefile_directory in your retroarch.cfg (default to the rom folder if nothing is defined, i don't recommend this), the folder is created by the core if it does not exist.

                I guess you made sure hiscores are enabled in the core options so if the folder/files are not created, the only think that comes to mind is that you don't have the write permissions for that folder. What's the output for "ls -l path/to/the/folder" ?

                FBNeo developer - github - forum

                Impman66I 1 Reply Last reply Reply Quote 0
                • Impman66I
                  Impman66 @barbudreadmon
                  last edited by

                  @barbudreadmon Ah, really don't know to tell the truth, as I say I am a complete beginner, how do I enable hiscores in the core options, and how do I find the output for "ls -l path/to/the/folder" . Hopefully, these posts that you and @mitu have been helping me with will help lots of others.
                  Thanks in advance

                  Pi Model or other hardware: Raspberry Pi 3 Model B
                  Power Supply used: Generic 5v 2.5A Panasonic
                  RetroPie Version Used : 4.5.1
                  Built From: Retropie website
                  USB Devices connected: 2 x Dragonrise N64 Encoders

                  BobHarrisB mituM 2 Replies Last reply Reply Quote 0
                  • BobHarrisB
                    BobHarris @Impman66
                    last edited by

                    @impman66 If all else fails, you can just use a savestate to store your highscores. I actually quite like it; for example in Street fighter iii i keep several savestates for sets of highscores on different challenges (difficulty,number of rounds stuff like that).

                    Pi 3B , 64 GB Sandisk ultra flashdrive, 19 systems, 872 hand picked classic gaming gems :-) Dual shock 4v2

                    Impman66I 1 Reply Last reply Reply Quote 0
                    • Impman66I
                      Impman66 @BobHarris
                      last edited by

                      @bobharris Thanks Bob will see how things go.

                      Pi Model or other hardware: Raspberry Pi 3 Model B
                      Power Supply used: Generic 5v 2.5A Panasonic
                      RetroPie Version Used : 4.5.1
                      Built From: Retropie website
                      USB Devices connected: 2 x Dragonrise N64 Encoders

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

                        @impman66 Hiscores should already be enabled (they're enabled by default), but you can check by pressing Select + X while in-game and this will open up the menu for RetroArch. The setting is under 'Options' (I think).
                        As for checking the permissions - you need to execute the command

                        ls -l /home/pi/RetroPie/roms/arcade/fba
                        

                        from a command prompt. Either plug in a keyboard and exit Emulationstation, or use SSH to connect to the RetroPie. The output should be something like

                        pi@retropie:~ $ ls -l /home/pi/RetroPie/roms/arcade/fba
                        total 20
                        -rw-r--r-- 1 pi pi 128 Jan  4 19:22 1944.nv
                        -rw-r--r-- 1 pi pi 128 Jan  7 20:28 ddonpach.nv
                        -rw-r--r-- 1 pi pi  94 Jan  8 19:16 gngt.hi
                        -rw-r--r-- 1 pi pi 612 Jan  7 20:33 redearth.fs
                        -rw-r--r-- 1 pi pi 412 Jan  7 20:43 sfiii.fs
                        
                        Impman66I 2 Replies Last reply Reply Quote 0
                        • Impman66I
                          Impman66 @mitu
                          last edited by

                          @mitu That's great thanks will check a bit later, and get back to you all. Again thank you so much

                          Pi Model or other hardware: Raspberry Pi 3 Model B
                          Power Supply used: Generic 5v 2.5A Panasonic
                          RetroPie Version Used : 4.5.1
                          Built From: Retropie website
                          USB Devices connected: 2 x Dragonrise N64 Encoders

                          1 Reply Last reply Reply Quote 0
                          • Impman66I
                            Impman66 @mitu
                            last edited by

                            @mitu said in High Scores not saving in FinalBurnAlpha:

                            @impman66 Hiscores should already be enabled (they're enabled by default), but you can check by pressing Select + X while in-game and this will open up the menu for RetroArch. The setting is under 'Options' (I think).
                            As for checking the permissions - you need to execute the command

                            ls -l /home/pi/RetroPie/roms/arcade/fba
                            

                            from a command prompt. Either plug in a keyboard and exit Emulationstation, or use SSH to connect to the RetroPie. The output should be something like

                            pi@retropie:~ $ ls -l /home/pi/RetroPie/roms/arcade/fba
                            total 20
                            -rw-r--r-- 1 pi pi 128 Jan  4 19:22 1944.nv
                            -rw-r--r-- 1 pi pi 128 Jan  7 20:28 ddonpach.nv
                            -rw-r--r-- 1 pi pi  94 Jan  8 19:16 gngt.hi
                            -rw-r--r-- 1 pi pi 612 Jan  7 20:33 redearth.fs
                            -rw-r--r-- 1 pi pi 412 Jan  7 20:43 sfiii.fs
                            

                            Did the check and got
                            total 8
                            -rw-r--r-- 1 pi pi 128 Jan 11 19:57 1944.nv
                            -rw-r--r-- 1 pi pi 88 Jan 11 20:01 galagao.fs

                            That's it, also checked the options file and hiscore is enabled. May be Pacland and Pooyan are not hi-score enabled.
                            Will play another and see what happens.

                            Pi Model or other hardware: Raspberry Pi 3 Model B
                            Power Supply used: Generic 5v 2.5A Panasonic
                            RetroPie Version Used : 4.5.1
                            Built From: Retropie website
                            USB Devices connected: 2 x Dragonrise N64 Encoders

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

                              @impman66 said in High Scores not saving in FinalBurnAlpha:

                              May be Pacland and Pooyan are not hi-score enabled.

                              They are. Try disabling auto save on exit, as @dankcushions suggested, then get a hiscore and exit the emulator normally. The .hi file is written when you exit the game.

                              EDIT: just checked by loading the pacland.zip ROM file and the pacland.hi file was created ok in the arcade/fba folder, even without getting a hiscore.

                              Impman66I 1 Reply Last reply Reply Quote 0
                              • Impman66I
                                Impman66 @mitu
                                last edited by

                                @mitu Odd that,

                                I am now updating Retroarch by source as I deleted a number of config files.
                                Downloaded, redid the configurations of the gamepads.
                                Now retroarch has reverted back to the old style green lettering instead of the modern look, also the *.hi files ARE saving only in the BIOS/FBA folder. Also, the high score tables are all corrupted - an issue that should be cured by replacing the hiscore.dat file with the one mentioned in other threads. did this and it still goes in BIOS folder. Nearly midnight here so will have a go tomorrow, thanks for all help! Night

                                Pi Model or other hardware: Raspberry Pi 3 Model B
                                Power Supply used: Generic 5v 2.5A Panasonic
                                RetroPie Version Used : 4.5.1
                                Built From: Retropie website
                                USB Devices connected: 2 x Dragonrise N64 Encoders

                                1 Reply Last reply Reply Quote 0
                                • B
                                  barbudreadmon
                                  last edited by

                                  @impman66 Are you sure you updated the core to the latest version ? What does it say in the bottom left corner when you open the retroarch menu (i want the commit) ?

                                  FBNeo developer - github - forum

                                  Impman66I 1 Reply Last reply Reply Quote 0
                                  • Impman66I
                                    Impman66 @barbudreadmon
                                    last edited by Impman66

                                    @barbudreadmon said in High Scores not saving in FinalBurnAlpha:

                                    @impman66 Are you sure you updated the core to the latest version ? What does it say in the bottom left corner when you open the retroarch menu (i want the commit) ?

                                    Sorry don't know how to get a commit. But version says 1.6.9 - No Core

                                    Will update again from binary just in case

                                    After updating from binary still showing same version

                                    Pi Model or other hardware: Raspberry Pi 3 Model B
                                    Power Supply used: Generic 5v 2.5A Panasonic
                                    RetroPie Version Used : 4.5.1
                                    Built From: Retropie website
                                    USB Devices connected: 2 x Dragonrise N64 Encoders

                                    B 1 Reply Last reply Reply Quote 0
                                    • B
                                      barbudreadmon @Impman66
                                      last edited by

                                      @impman66 you get the core version with its commit in the bottom left corner, but you need to load a core for this.

                                      FBNeo developer - github - forum

                                      Impman66I 1 Reply Last reply Reply Quote 0
                                      • Impman66I
                                        Impman66 @barbudreadmon
                                        last edited by

                                        @barbudreadmon said in High Scores not saving in FinalBurnAlpha:

                                        @impman66 you get the core version with its commit in the bottom left corner, but you need to load a core for this.

                                        Really appreciate this help. When I go into Retroarch and select LOAD CORES it comes up with No items, but all the cores I need are installed do I need to do something else. Real sorry but I am total novice at this.

                                        Pi Model or other hardware: Raspberry Pi 3 Model B
                                        Power Supply used: Generic 5v 2.5A Panasonic
                                        RetroPie Version Used : 4.5.1
                                        Built From: Retropie website
                                        USB Devices connected: 2 x Dragonrise N64 Encoders

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          barbudreadmon
                                          last edited by

                                          Launch a fba game, it will load the lr-fbalpha core, you'll get the version.

                                          FBNeo developer - github - forum

                                          Impman66I 1 Reply Last reply Reply Quote 0
                                          • Impman66I
                                            Impman66 @barbudreadmon
                                            last edited by

                                            @barbudreadmon
                                            OK thanks I have

                                            1.6.9 - FB Alpha v0.2.97.42 2021f2d

                                            Pi Model or other hardware: Raspberry Pi 3 Model B
                                            Power Supply used: Generic 5v 2.5A Panasonic
                                            RetroPie Version Used : 4.5.1
                                            Built From: Retropie website
                                            USB Devices connected: 2 x Dragonrise N64 Encoders

                                            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.