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

    Emulators Not Displaying

    Scheduled Pinned Locked Moved Help and Support
    20 Posts 6 Posters 46.1k 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
      pimpmaul69
      last edited by

      Are they zip files? If so the the es_systems.cfg file would have to be looking for .zip files. Otherwise you need to unzip the files.

      1 Reply Last reply Reply Quote 0
      • D
        DeadAggressor
        last edited by

        All the files are the correct file type that the .cfg is looking for.

        1 Reply Last reply Reply Quote 0
        • FloobF
          Floob
          last edited by

          If you are using 3.8.1 its very unlikely the emulators themselves are missing. They should just need to have the roms present.
          So when you are in Emulation Station you dont see the GameBoy banner at all?

          Can you type this at the command line to confirm they (roms) are there?
          ls -lah /home/pi/RetroPie/roms/gameboy/

          Please read the Docs before asking a new question.
          RetroPie Help Guides: https://goo.gl/3gcNsT

          1 Reply Last reply Reply Quote 0
          • D
            DeadAggressor
            last edited by

            Sorry for the late reply I've been underway for the past couple of days. The directory gameboy doesn't exist. I have gb, gba, and gbc. All have roms in them with the correct extension. I also searched the other directories with roms that I installed and they all show up being there.

            1 Reply Last reply Reply Quote 0
            • D
              DeadAggressor
              last edited by

              The fact that I have it installed on top of Raspbian wouldn't be causing this issue would it?

              1 Reply Last reply Reply Quote 0
              • FloobF
                Floob
                last edited by

                Sorry, yes I meant gb, not gameboy.

                It shouldnt be an issue the way you installed it.
                When you run the retropie setup script, which gb emulators are shown as installed?
                https://github.com/retropie/retropie-setup/wiki/updating-retropie

                Please read the Docs before asking a new question.
                RetroPie Help Guides: https://goo.gl/3gcNsT

                1 Reply Last reply Reply Quote 0
                • D
                  DeadAggressor
                  last edited by

                  There aren't any specific Gameboy emulators, but I have lr-gambatte, lr-gpsp, lr-mgba, lr-vba-next, gpsp, and lr-tgbdual installed currently.

                  1 Reply Last reply Reply Quote 0
                  • FloobF
                    Floob
                    last edited by

                    What does this show you?
                    ls -lah /home/pi/RetroPie/roms/gb

                    Please read the Docs before asking a new question.
                    RetroPie Help Guides: https://goo.gl/3gcNsT

                    1 Reply Last reply Reply Quote 0
                    • D
                      DeadAggressor
                      last edited by

                      When I type that command it displays all the roms I currently have in that directory. I also typed that command for all of the emulators I currently have roms for and they all show up as well.

                      1 Reply Last reply Reply Quote 0
                      • FloobF
                        Floob
                        last edited by

                        Do you have a couple of example filenames?

                        Have you tried using the RetroPie image instead of building from source?

                        Please read the Docs before asking a new question.
                        RetroPie Help Guides: https://goo.gl/3gcNsT

                        1 Reply Last reply Reply Quote 0
                        • D
                          DeadAggressor
                          last edited by

                          Final Fantasy Adventure (USA).gb and Final Fantasy Adventure (USA).zip. I haven't tried from the image yet. Where I'm currently at for the next couple of months I need a web browser to connect to the internet so I need Raspbian for as far as I know unless there is a browers for RetroPie or EmulationStation.

                          1 Reply Last reply Reply Quote 0
                          • FloobF
                            Floob
                            last edited by

                            The image includes Raspbian, thats the OS. Then the RetroPie scripts are on top of that.
                            But yes, there isnt an X window system pre-installed on the image.

                            I'm not sure why they arent showing up for you, unless its a permission related issue.
                            Are they all accessible by user pi?

                            Did you follow these steps exactly?
                            https://github.com/RetroPie/RetroPie-Setup

                            Please read the Docs before asking a new question.
                            RetroPie Help Guides: https://goo.gl/3gcNsT

                            1 Reply Last reply Reply Quote 0
                            • D
                              DeadAggressor
                              last edited by

                              Yes, I followed those instructions exactly.

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

                                please post (via a pastebin site or formatted in a code block on the forum) the contents of /etc/emulationstation/es_systems.cfg and any .cfg / .log files in /home/pi/.emulationstation (change the pi user if you installed under another)

                                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
                                • D
                                  DeadAggressor
                                  last edited by

                                  http://pastebin.com/tF3bjWiT /etc/emulationstation/es_systems.cfg
                                  http://pastebin.com/WssAzQg8 /home/pi/.emulationstation/es_input.cfg
                                  http://pastebin.com/Xh0McFMG /home/pi/.emulationstation/es_settings.cfg
                                  http://pastebin.com/k3hQvr8a /home/pi/.emulationstation/es_systems.cfg
                                  http://pastebin.com/uVwyan3P /home/pi/.emulationstation/es_temporaryinput.cfg

                                  As you requested BuZz.

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

                                    I see the problem.

                                    The problem is you have enabled ParseGamelistOnly - which will mean it doesn't scan for roms and only shows items from scraped gamelists. Hence your roms are not showing up.

                                    https://github.com/retropie/retropie-setup/wiki/FAQ

                                    Parse Gamelists Only: If on, it will only read the roms you have scraped, so if you add any new roms it will not look for them unless you turn this back off. it is off by default.

                                    also - are you aware any es_systems.cfg in /home/pi/.emulationstation will override the retropie-setup generated /etc/emulationstation/es_systems.cfg - you probably dont want that unless you are happy to maintain it manually.

                                    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
                                    • D
                                      DeadAggressor
                                      last edited by

                                      That fixed my issue. All the emulators are now showing up, thank you very much for the help. Thank you all for your assistance with this matter.

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

                                        I did a lot of searching for the answer to this. Glad it's still here.
                                        I must have tweaked this setting a while ago and forgot about it.

                                        T 1 Reply Last reply Reply Quote 1
                                        • T
                                          TobyKanobie @bmulligan
                                          last edited by

                                          @bmulligan

                                          The image includes Raspbian, thats the OS. Then the RetroPie scripts are on top of that.
                                          But yes, there isnt an X window system pre-installed on the image.

                                          I'm not sure why they arent showing up for you, unless its a permission related issue.
                                          Are they all accessible by user pi?
                                          Did you follow these steps exactly?

                                          https://github.com/RetroPie/RetroPie-Setu

                                          From your previous comment. If I where to accidently change permissions how would I go about fixing it? My problem is my emulators aren't showing up. All my files are in order but I have noticed my /home/pi/.emulationstation/es_systems.cfg
                                          does not update automatically when I install a new package I have to do it manually. It worked for nds but can't seem to get it to work for snes. But I do remember accidently messing with permissions before hand at some point.

                                          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.