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

    GBA ROMs Stopped Working After Scrape

    Scheduled Pinned Locked Moved Help and Support
    15 Posts 3 Posters 5.3k 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.
    • P
      phillymadison @phillymadison
      last edited by

      I now also deleted a few games and reinstalled them and got the same results. I'm gonna try deleting all the gba games and start fresh to see if that works. I almost feel like there's just a code path that got screwed up somehow but I wouldn't know how to check or fix that.

      1 Reply Last reply Reply Quote 0
      • P
        phillymadison
        last edited by

        Cleaned out all the GBA games and reinstalled them but still can't get any of the other emulators to work. I'm really running out of ideas lol. Was thinking of maybe a full binary reinstall but will try any ideas anyone has.

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

          I suspect it is still a bios issue - but what do you get if you run this from a terminal:

          /opt/retropie/emulators/retroarch/bin/retroarch --verbose -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gba/retroarch.cfg /PATH/TO/ROM
          

          replacing the /PATH/TO/ROM with an actual gba rom path. Please put the output in a code block (see http://commonmark.org/help/) or on a site like pastebin.com

          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
          • P
            phillymadison
            last edited by

            Could you show me an example of how a Path to rom would look like so I know what to put?

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

              /home/pi/RetroPie/roms/gba/agame.gba

              use tab for auto-completion

              to run this from a terminal - https://github.com/RetroPie/RetroPie-Setup/wiki/SSH

              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
              • P
                phillymadison
                last edited by

                First BuZz thank you for your help its greatly appreciated

                I installed putty and put in the command line like you said with the GBA game
                0012 - Power Pro Kun Pocket 3 (J).gba instead of (agame) like your example had

                I got this message
                -bash: syntax error near unexpected token `('/0012 - Power Pro Kun Pocket 3 (J).

                I apologize if I did something wrong in advance

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

                  you need to put it in quotes. If you had typed just the start of the filename and pressed tab - bash would have sorted this for you. You could make this simpler by renaming a game to "mygame.gba" and using that for testing - it also is more discreet.

                  You might want to check out some commandline/shell tutorials - it's useful stuff to know (on any computer platform)

                  eg http://linuxcommand.org/learning_the_shell.php

                  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
                  • P
                    phillymadison
                    last edited by BuZz

                    k sorry about that here's what I got with a fresh game I downloaded

                    pi@retropie:~ $ /opt/retropie/emulators/retroarch/bin/retroarch --verbose -L /opt/retropie/libretrocores/lr-mgba/mgba_libretro.so --config /opt/retropie/configs/gba/retroarch.cfg /home/pi/RetroPie/roms/gba/mygame.gba pt/retropie/configs                                                                              RetroArch [INFO] :: === Build =======================================RetroArch [INFO] :: [CPUID]: Features:
                    Built: Mar 19 2016
                    RetroArch [INFO] :: Version: 1.3.2
                    RetroArch [INFO] :: Git: 1a7e55f
                    RetroArch [INFO] :: =================================================
                    RetroArch [INFO] :: [CPUID]: Features:
                    RetroArch [INFO] :: Config: loading config from: /opt/retropie/configs/gba/retroarch.cfg.
                    RetroArch [INFO] :: Loading dynamic libretro core from: "/opt/retropie/libretrocores/lr-mgba/mgba_libretro.so"
                    RetroArch [INFO] :: Overrides: no core-specific overrides found at /opt/retropie/configs/gba/mGBA/mGBA.cfg
                    RetroArch [INFO] :: Overrides: no game-specific overrides found at /opt/retropie/configs/gba/mGBA/mygame.cfg
                    RetroArch [INFO] :: Environ SET_VARIABLES.
                    RetroArch [INFO] :: Remaps: core name: mGBA
                    RetroArch [INFO] :: Remaps: game name: mygame
                    RetroArch [INFO] :: Remaps: remap directory: /opt/retropie/configs/gba/
                    RetroArch [INFO] :: Remaps: no game-specific remap found at /opt/retropie/configs/gba/mGBA/mygame.rmp
                    RetroArch [INFO] :: Remaps: no core-specific remap found at /opt/retropie/configs/gba/mGBA/mGBA.rmp
                    RetroArch [INFO] :: Environ SET_PIXEL_FORMAT: RGB565.
                    RetroArch [INFO] :: Environ SET_INPUT_DESCRIPTORS:
                    RetroArch [INFO] ::     RetroPad, User 1, Button "B (bottom)" => "B"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "Select" => "Select"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "Start" => "Start"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "D-Pad Up" => "Up"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "D-Pad Down" => "Down"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "D-Pad Left" => "Left"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "D-Pad Right" => "Right"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "A (right)" => "A"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "L" => "L"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "R" => "R"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "L3" => "Darken Solar Sensor"
                    RetroArch [INFO] ::     RetroPad, User 1, Button "R3" => "Brighten Solar Sensor"
                    RetroArch [INFO] :: Environ GET_RUMBLE_INTERFACE.
                    RetroArch [INFO] :: Environ GET_LOG_INTERFACE.
                    RetroArch [INFO] :: Environ SYSTEM_DIRECTORY: "/home/pi/RetroPie/BIOS".
                    RetroArch [INFO] :: Loading content file: /home/pi/RetroPie/roms/gba/mygame.gba.
                    RetroArch [INFO] :: Did not find a valid content patch.
                    RetroArch [INFO] :: CRC32: 0x1ef2acf3 .
                    RetroArch [INFO] :: Environ GET_VARIABLE mgba_use_bios:
                    RetroArch [INFO] ::     ON
                    RetroArch [INFO] :: Environ GET_VARIABLE mgba_skip_bios:
                    RetroArch [INFO] ::     OFF
                    RetroArch [INFO] :: Environ GET_VARIABLE mgba_idle_optimization:
                    RetroArch [INFO] ::     Remove Known
                    Assertion failed at libretro-common/file/file_path.c:351.
                    Aborted
                    
                    herb_fargusH 1 Reply Last reply Reply Quote 0
                    • herb_fargusH
                      herb_fargus administrators @phillymadison
                      last edited by herb_fargus

                      @phillymadison please format your logs properly: https://retropie.org.uk/forum/topic/3/read-this-first

                      It looks for game specific configs based on the title so since you changed the game title it won't load thosr configs.

                      Still possible you have a bad bios

                      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

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

                        I'm not sure this one is due to BIOS, at least from my test I just made locally - but something is wrong. The next line should be RetroArch [INFO] :: Skipping SRAM load.. - it could be bios, or file permissions. but something related to file IO is breaking I think.

                        I suspect in this case it might just be easiest to start from a fresh image, as it will require digging around from the commandline to debug further.

                        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

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

                          Can try the retropie-setup menu 3 - the option called "Reset ownership/permissions of /home/pi/RetroPie/roms" in case that will help.

                          and make sure you haven't run out of free space or anything

                          output of command df from a terminal

                          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
                          • P
                            phillymadison @BuZz
                            last edited by

                            K sorry for the format mix up still pretty new to this
                            So delete the SD card and start from the beginning?
                            If I save the roms from my current SD and copy them over after I redo my card would that cause a problem?
                            Again thanks for the help

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

                              you can try the other things I mentioned above first.

                              if you need to start again you can copy off your roms and then back again yes.

                              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
                              • P
                                phillymadison
                                last edited by

                                k did the retropie set up and hit Reset ownership/permissions of /home/pi/RetroPie/roms
                                it did something really quickly on the bottom of the screen then went right back to the menu.

                                but still wont boot from any other emulator but gpSP. Which is weird to me because if it was a bio issue wouldn't all 4 not work?

                                I also have plenty of space I'm only using 25% of my memory

                                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.