• 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

roms take me back to main menu

Scheduled Pinned Locked Moved Help and Support
nes romsretroarcherrormissing filecore
16 Posts 3 Posters 5.7k 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.
  • M
    mediamogul Global Moderator @juan6uerra
    last edited by mediamogul 25 May 2017, 16:46

    @juan6uerra

    maybe I can ssh to it and get some logs

    See if you can and then post the contents of /dev/shm/runcommand.info directly after trying to launch an NES game. The error your getting seems to indicate that RetroArch is unaware that you're passing viable content to it.

    RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

    1 Reply Last reply Reply Quote 0
    • J
      juan6uerra
      last edited by 25 May 2017, 18:06

      Thanks for you response!
      Here is what I am seeing in that file -

      nes
      lr-quicknes
      /home/pi/RetroPie/roms/nes/M.C. Kids (USA).nes
      /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/$

      No luck after updating everything :(

      M 1 Reply Last reply 25 May 2017, 18:17 Reply Quote 0
      • M
        mediamogul Global Moderator @juan6uerra
        last edited by 25 May 2017, 18:17

        @juan6uerra said in roms take me back to main menu:

        /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/$

        To quote the big book of mechanic clichés, there's your problem. That's the full launch command and it's not being formatted to launch a specific libretrocore or any content. I'm not really sure how this could have gotten messed up, but post the contents of /opt/retropie/configs/nes/emulators.cfg if you would.

        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

        J 1 Reply Last reply 25 May 2017, 18:29 Reply Quote 0
        • J
          juan6uerra @mediamogul
          last edited by 25 May 2017, 18:29

          @mediamogul

          yep...

          lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/l$
          lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie$
          lr-quicknes = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie$
          default = "lr-quicknes"

          thanks again

          1 Reply Last reply Reply Quote 0
          • S
            Sano
            last edited by 25 May 2017, 18:35

            Seems you edited the file but cropped the lines somehow.
            Here is what you shoul have :

            lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"
            lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-nestopia/nestopia_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"
            default = "lr-fceumm"
            lr-quicknes = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-quicknes/quicknes_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"
            
            1 Reply Last reply Reply Quote 1
            • J
              juan6uerra
              last edited by juan6uerra 25 May 2017, 18:38

              my bad, sorry -

              lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.$
              lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-nestopia/nestopia_libretro.so --config /opt/retropie/configs/nes/retr$
              lr-quicknes = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-quicknes/quicknes_libretro.so --config /opt/retropie/configs/nes/retr$
              default = "lr-quicknes"

              am I just missing the %ROM% variable at the end?

              M 1 Reply Last reply 25 May 2017, 18:40 Reply Quote 0
              • M
                mediamogul Global Moderator @juan6uerra
                last edited by mediamogul 25 May 2017, 18:40

                @juan6uerra

                Copy and paste what @Sano has above and you should be good.

                Edit: Of course, it looks like your default would be:

                default = "lr-quicknes"
                

                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                J 1 Reply Last reply 25 May 2017, 19:10 Reply Quote 1
                • J
                  juan6uerra
                  last edited by 25 May 2017, 18:57

                  no dice :( this is what I have now after the update and failed run -

                  /dev/shm/runcommand.info =

                  nes
                  lr-fceumm
                  /home/pi/RetroPie/roms/nes/M.C. Kids (USA).nes
                  /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg "/home/pi/RetroPie/roms/nes/M.C$

                  ========================================================

                  /opt/retropie/configs/nes/emulators.cfg =

                  lr-fceumm = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-fceumm/fceumm_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"
                  lr-nestopia = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-nestopia/nestopia_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"
                  default = "lr-fceumm"
                  lr-quicknes = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-quicknes/quicknes_libretro.so --config /opt/retropie/configs/nes/retroarch.cfg %ROM%"

                  1 Reply Last reply Reply Quote 0
                  • J
                    juan6uerra @mediamogul
                    last edited by 25 May 2017, 19:10

                    @mediamogul

                    I tried putting it back to "lr=quicknes" and it didn't work either. Ugh.. so frustrating.
                    I might try reimaging the sdcard with a USB card reader instead of the builtin one on my laptop, havent tried that yet. . thx

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sano
                      last edited by 25 May 2017, 19:27

                      Again the line is trucated.
                      But I can't say if it's just your copy-paste that truncate it, or the if it's really in the log file...

                      J 1 Reply Last reply 25 May 2017, 19:32 Reply Quote 0
                      • J
                        juan6uerra @Sano
                        last edited by 25 May 2017, 19:32

                        @Sano

                        Its gotta be the file itself
                        I did a 'copy all to clipboard', pasted to notepad, and then made sure i got everything here.
                        So whatever is missing is really missing.

                        M 1 Reply Last reply 25 May 2017, 19:35 Reply Quote 0
                        • M
                          mediamogul Global Moderator @juan6uerra
                          last edited by 25 May 2017, 19:35

                          @juan6uerra

                          Windows Notepad can create all kinds of problems. Try using either WordPad, Notepad++ or EditPadLite

                          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                          J 1 Reply Last reply 25 May 2017, 19:47 Reply Quote 0
                          • J
                            juan6uerra
                            last edited by 25 May 2017, 19:36

                            I am investigating this right now -

                            Error "Verification failed at sector: 8192"

                            I am unable to verify the image after I create it with the Win32DiskImager tool.

                            I tried a couple different sd cards, and now different readers and different USB ports. Same error on verification. Not sure if its a red herring or what, but I am investigating all possible avenues.

                            Looks like others are having the issue as well -

                            https://sourceforge.net/p/win32diskimager/tickets/50/

                            I am not sure what other tool I can use, since I was followign that guide by Zach, thoughts?

                            1 Reply Last reply Reply Quote 0
                            • J
                              juan6uerra @mediamogul
                              last edited by 25 May 2017, 19:47

                              @mediamogul

                              10-4, ill test with Notpad++ after I get this new image up.. thx

                              1 Reply Last reply Reply Quote 0
                              • J
                                juan6uerra
                                last edited by juan6uerra 26 May 2017, 06:30

                                the post above has some merit..

                                "... I immediately clicked "verify only" and got the error "Verification failed at sector: 8192".
                                Then I tried the following:
                                READ the contents of the SD card back to a file TEST.IMG.
                                WRITE the file TEST.IMG back to the SD card.
                                Run "verify only".
                                This time, the verify succeeded without any errors."

                                I performed the same steps and got the same outcome.
                                It took 3-4x as long this time to read,write, verify the image.
                                Some of the NES Roms now play, still working on it
                                Thanks again for everyones help :)

                                1 Reply Last reply Reply Quote 0
                                16 out of 16
                                • First post
                                  16/16
                                  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