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

    Ports Menu Not Showing

    Scheduled Pinned Locked Moved Help and Support
    portsmenumissing systems
    22 Posts 5 Posters 15.6k 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.
    • S
      slydisciple
      last edited by slydisciple

      Hi, I did all of the steps and ports is still not showing up. I reinstalled all of the ports items that were currently installed as well. What other information can I provide to help troubleshoot this problem?

      columboscoatC 1 Reply Last reply Reply Quote 0
      • columboscoatC
        columboscoat Banned @slydisciple
        last edited by

        @slydisciple Are you using setup 4.1.9? Have you updated all packages from binary?

        S 1 Reply Last reply Reply Quote 0
        • S
          slydisciple @columboscoat
          last edited by

          @columboscoat I believe so. I see 4.1.9, and then I selected option 2, "Update all installed packages". Is this what you were referring to? Thank you so very much for your help.

          alt text
          alt text

          columboscoatC edmaul69E 2 Replies Last reply Reply Quote 0
          • columboscoatC
            columboscoat Banned @slydisciple
            last edited by

            @slydisciple update Raspian packages too. Did it work?

            S 1 Reply Last reply Reply Quote 0
            • edmaul69E
              edmaul69 @slydisciple
              last edited by

              @slydisciple did you open up /etc/emulationstation/es_systems.cfg and copy the ports section and copy it to /opt/retropie/configs/all/emulationstation/es_systems.cfg and restart emulationstation?

              columboscoatC S 3 Replies Last reply Reply Quote 0
              • columboscoatC
                columboscoat Banned @edmaul69
                last edited by

                @edmaul69 Man.... you are making this sound complicated...

                edmaul69E 1 Reply Last reply Reply Quote 0
                • edmaul69E
                  edmaul69 @columboscoat
                  last edited by

                  @columboscoat that is what is probably wrong.

                  1 Reply Last reply Reply Quote 1
                  • columboscoatC
                    columboscoat Banned @edmaul69
                    last edited by BuZz

                    @edmaul69 It's [removed] easy... don't make it sound like neurosurgery.

                    1 Reply Last reply Reply Quote -1
                    • S
                      slydisciple @edmaul69
                      last edited by slydisciple

                      @edmaul69 Thank you so much for the suggestion. There was no ports section listed. Should there be? and what should it look like if there is supposed to be one? Thanks

                      columboscoatC edmaul69E 2 Replies Last reply Reply Quote 0
                      • columboscoatC
                        columboscoat Banned @slydisciple
                        last edited by

                        @slydisciple Please do NOT post this shite. Seriously...

                        S 1 Reply Last reply Reply Quote -2
                        • S
                          slydisciple @columboscoat
                          last edited by

                          @columboscoat Hello. I really appreciate the help. Im okay at navigating around, inside the files, etc... (I develop software at work), but Im having a having a hard time finding how to update the Raspbian packages. Im not great with linux. Do you have a link I could follow? Thanks again, you truly are appreciated.

                          columboscoatC 1 Reply Last reply Reply Quote 0
                          • S
                            slydisciple @columboscoat
                            last edited by

                            @columboscoat Are you referring to the core packages?

                            1 Reply Last reply Reply Quote 0
                            • columboscoatC
                              columboscoat Banned @slydisciple
                              last edited by columboscoat

                              @slydisciple sorry, I meant the reams of code, not your issues. The Forum allows code within codeblocks which makes it easier to view and for people to debug it..

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                slydisciple @columboscoat
                                last edited by

                                @columboscoat Hey, no problem, I truly understand. Come to find out edmaul69 was right! I found a snippet of code on google, and pasted it into both of the es_systems.cfg file and it is now showing. Pasting for anybody who needs it.

                                <system>
                                <name>ports</name>
                                <fullname>Ports</fullname>
                                <path>/home/pi/RetroPie/roms/ports</path>
                                <extension>.sh .SH</extension>
                                <command>%ROM%</command>
                                <platform>pc</platform>
                                </system>

                                mviarsM edmaul69E 3 Replies Last reply Reply Quote 1
                                • BuZzB
                                  BuZz administrators
                                  last edited by

                                  update retropie-setup (you should then be on v 4.1.10) and re-install the port from the manage packages section and then reboot. If it doesnt appear please post the output of

                                  grep -A6 "<name>ports" /etc/emulationstation/es_systems.cfg ~/.emulationstation/es_systems.cfg
                                  

                                  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
                                  • edmaul69E
                                    edmaul69 @slydisciple
                                    last edited by

                                    @slydisciple its going to be listed like all others just named ports. If it isnt alphabetically in the p section look at the bottom of the file. Just copy it from the one file over to the other.

                                    1 Reply Last reply Reply Quote 0
                                    • columboscoatC
                                      columboscoat Banned
                                      last edited by

                                      Have you checked down inside the sofa cushions? When I lose stuff it's usually there!

                                      1 Reply Last reply Reply Quote 0
                                      • mviarsM
                                        mviars @slydisciple
                                        last edited by

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • mviarsM
                                          mviars @slydisciple
                                          last edited by

                                          @slydisciple said in Ports Menu Not Showing:

                                          @columboscoat Hey, no problem, I truly understand. Come to find out edmaul69 was right! I found a snippet of code on google, and pasted it into both of the es_systems.cfg file and it is now showing. Pasting for anybody who needs it.

                                          <system>
                                          <name>ports</name>
                                          <fullname>Ports</fullname>
                                          <path>/home/pi/RetroPie/roms/ports</path>
                                          <extension>.sh .SH</extension>
                                          <command>%ROM%</command>
                                          <platform>pc</platform>
                                          </system>

                                          @slydisciple Yeah I went through the exact same issues getting ports working and had to type it in from scratch. Glad you were able to find the coding on google.
                                          link to topic here

                                          1 Reply Last reply Reply Quote 0
                                          • edmaul69E
                                            edmaul69 @slydisciple
                                            last edited by

                                            @slydisciple glad you got it working.

                                            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.