RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Raspberry Pi 5 - official announcement

    Scheduled Pinned Locked Moved General Discussion and Gaming
    rpi5raspberry pi 5
    599 Posts 67 Posters 487.4k 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.
    • TPRT
      TPR
      last edited by TPR

      Having an issue installing lr-mame2016 from the setup script. Everything is updated.Screen Shot 2024-05-01 at 12.15.01 AM.png

      = = = = = = = = = = = = = = = = = = = = =
      Building 'lr-mame2016' : MAME emulator - MAME 0.174 port for libretro
      = = = = = = = = = = = = = = = = = = = = =

      Removing additional swap
      make REGENIE=1 VERBOSE=1 NOWERROR=1 OSD="retro" PYTHON_EXECUTABLE=python2 CONFIG=libretro LIBRETRO_OS="unix" ARCH="" LIBRETRO_CPU="aarch64" clean
      make[1]: Entering directory '/home/pi/RetroPie-Setup/tmp/build/lr-mame2016'
      GCC 12 detected
      makefile:876: *** Python is not available in path. Stop.
      make[1]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/lr-mame2016'
      make: *** [Makefile.libretro:200: clean] Error 2
      make REGENIE=1 VERBOSE=1 NOWERROR=1 OSD="retro" PYTHON_EXECUTABLE=python2 CONFIG=libretro PTR64=1 LIBRETRO_OS="unix" ARCH="" LIBRETRO_CPU="aarch64" TARGET=mame SUBTARGET=arcade
      make[1]: Entering directory '/home/pi/RetroPie-Setup/tmp/build/lr-mame2016'
      GCC 12 detected
      makefile:876: *** Python is not available in path. Stop.
      make[1]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/lr-mame2016'
      make: *** [Makefile.libretro:197: build] Error 2
      Removing additional swap
      Could not successfully build lr-mame2016 - MAME emulator - MAME 0.174 port for libretro (/home/pi/RetroPie-Setup/tmp/build/lr-mame2016/mamearcade2016_libretro.so not found).
      /home/pi

      Log ended at: Wed May 1 12:10:27 AM EDT 2024
      Total running time: 0 hours, 0 mins, 22 secs

      TPRT 1 Reply Last reply Reply Quote 0
      • TPRT
        TPR @TPR
        last edited by

        Well, I at least got past the error by installing Python2.7 from these instructions:
        https://unix.stackexchange.com/questions/768546/how-to-install-python2-7-dev-package-on-vanilla-debian-12

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

          @TPR said in Raspberry Pi 5 - official announcement:

          ..
          Having an issue installing lr-mame2016 from the setup script..

          On a Pi5 ? Please specify the exact version/commit of the RetroPie-Setup script and not the generic everything is updated/latest version.

          TPRT 1 Reply Last reply Reply Quote 0
          • TPRT
            TPR @mitu
            last edited by

            @mitu Sorry will do once it's done updating from source and I can get back to retropie-setup. But I had just done a full update of everything from the retropie-setup right before this. It is installing lr-mame2016 now:
            Pac-Man Screen Shot 5-1-24, 12.45 AM 2.png

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

              I can reproduce it, though it's not Pi5 specific. It will be fixed, though not with the modification you added. If you're using Pi5 now, why not install lr-mame or straight up mame, instead of the older version ?

              TPRT 1 Reply Last reply Reply Quote 0
              • TPRT
                TPR @mitu
                last edited by

                @mitu fair question. Just porting over my pi 4 build and will probably make those changes once everything is up and running.

                If you can reproduce it, what is the fix?

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

                  @TPR said in Raspberry Pi 5 - official announcement:

                  If you can reproduce it, what is the fix?

                  https://github.com/RetroPie/RetroPie-Setup/pull/3914

                  TPRT 2 Replies Last reply Reply Quote 1
                  • TPRT
                    TPR @mitu
                    last edited by

                    @mitu You rock!

                    1 Reply Last reply Reply Quote 0
                    • TPRT
                      TPR @mitu
                      last edited by

                      @mitu I can confirm the fix worked and lr-mame2016 installs and runs. Thank you again!

                      TPRT 1 Reply Last reply Reply Quote 0
                      • TPRT
                        TPR @TPR
                        last edited by

                        Getting the following error trying to install Yabasanshiro... Screen Shot 2024-05-01 at 3.33.56 PM.png

                        retropieuser555R mituM 2 Replies Last reply Reply Quote 0
                        • retropieuser555R
                          retropieuser555 @TPR
                          last edited by

                          @TPR doesn't solve that emulator but lr-beetle-saturn works very well on the pi 5 for me

                          Pi 5 4GB

                          Retroflag GPI with raspberry pi zero 2 w/ wifi

                          Retroachievements:- lovelessrapture

                          TPRT 1 Reply Last reply Reply Quote 1
                          • TPRT
                            TPR @retropieuser555
                            last edited by

                            @retropieuser555 I have it installed but I found some games to have stuttering running that core on the Pi 5 where as with the stand-alone YabaSanshiro on the Pi 4 there were some games that played very smoothly. For example, Die Hard Arcade has some lag with Beetle-Saturn but plays really smooth with YabaShanshiro.

                            1 Reply Last reply Reply Quote 0
                            • TPRT
                              TPR
                              last edited by TPR

                              Is there a bookworm equivalent of jstest? I'm trying to set up Hypseus and the previous button number assignments no longer seem to work. I can't figure out what the equivalent for select & start would be in this:
                              [KEYBOARD]
                              KEY_UP = 273 114 14
                              KEY_DOWN = 274 102 15
                              KEY_LEFT = 276 100 16
                              KEY_RIGHT = 275 103 17
                              KEY_BUTTON1 = 306 97 2
                              KEY_BUTTON2 = 308 115 1
                              KEY_BUTTON3 = 32 113 4
                              KEY_START1 = 49 0 10
                              KEY_START2 = 50 0 11
                              KEY_COIN1 = 53 0 9
                              KEY_COIN2 = 54 0 7
                              KEY_SKILL1 = 304 119 3
                              KEY_SKILL2 = 122 105 6
                              KEY_SKILL3 = 120 107 8
                              KEY_SERVICE = 57 0 0
                              KEY_TEST = 283 0 0
                              KEY_RESET = 284 0 0
                              KEY_SCREENSHOT = 293 0 0
                              KEY_QUIT = 27 113 0 0
                              END

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

                                Is there a bookworm equivalent of jstest?

                                Yes, it's the same - jstest. If you have an issue that manifests only under Bookworm, I suggest opening a separate topic. Bookworm support, just like the Pi5, is still in beta.

                                TPRT duglorD 2 Replies Last reply Reply Quote 0
                                • TPRT
                                  TPR @mitu
                                  last edited by

                                  @mitu Looks like I got it working! Thank you!

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

                                    @TPR said in Raspberry Pi 5 - official announcement:

                                    Getting the following error trying to install Yabasanshiro.

                                    That's a generic installation error and doesn't exactly show what's wrong. A build log would be better, but it's not needed since I could reproduce it. As a rule of thumb, posting this kind of pictures doesn't help - they just show a generic installation error without context or the actual error message, so please don't post them. If you wish to add some info, get the actual log file from $HOME/RetroPie-Setup/logs and post the error message shown during the build.

                                    In this case, yabasanshiro has issues with 64bit ARM, it needs to be fixed or maybe disabled for this arch.

                                    TPRT 1 Reply Last reply Reply Quote 0
                                    • TPRT
                                      TPR @mitu
                                      last edited by

                                      @mitu Thank you for the update!

                                      1 Reply Last reply Reply Quote 0
                                      • abjA
                                        abj
                                        last edited by abj

                                        Did you try with lr-yabause ?

                                        Maybe lr-yabashansiro can fill the gap, it's running on a 64 bit system, but it doesn't work for now.

                                        `Please be patient, my English is not very good.`

                                        TPRT 1 Reply Last reply Reply Quote 0
                                        • TPRT
                                          TPR @abj
                                          last edited by

                                          @abj said in Raspberry Pi 5 - official announcement:

                                          Did you try with lr-yabause ?

                                          Maybe lr-yabashansiro can fill the gap, it's running on a 64 bit system, but it doesn't work for now.

                                          lr-yabause seems to have a lot more games that crash after the Saturn logo screen. I added the scriptmodule for lr-yabashanshiro but it comes up as red in the retropie-setup-script since it's flagged for Pi4.

                                          Is there a way to change the scriptmodule to force it to install on the Pi 5?

                                          ExarKunIvE 1 Reply Last reply Reply Quote 0
                                          • ExarKunIvE
                                            ExarKunIv @TPR
                                            last edited by

                                            @TPR you can try, but its not going to work. it fails to install

                                            but all you have to do is remove all rpi4 from the rp_module_flags="!all rpi4" line in the script
                                            and try it

                                            RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                                            RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                                            Maintainer of RetroPie-Extra .

                                            TPRT 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.