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

    Retropie on Raspbian Buster

    Scheduled Pinned Locked Moved Help and Support
    buster
    53 Posts 11 Posters 13.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.
    • M
      mikem @geekinchief
      last edited by

      @geekinchief yeah. To be exact, I had a working Jessie image running (had no time to play in a while now), updated it to stretch for a game night (there I had some upgrade issues with some libs, but could sort everything out) and a few days later Raspbian Buster was announced and I thought I give it a try, to see what works.
      Debian upgrade was working fine. But I need to say, that I always do a quite conservative way in upgrading: Updating dpkg/apt/aptitude first. Then upgrading a lot of packages step-by-step to see which package upgrade pulls in which dependency (and manually avoid some recommended installs). But I checked the output of 'dist-upgrade' and seemed reasonable.
      Then updated RetroPie, which rebuilt some libs (mostly SDL) which took some time. Then it failed because of mupen64plus (described in my previous post). And then I needed to remove the old build-files of usbromservice/usbmount (do not have the logs anymore), because of a repo-cloning issue (something like: 'expected a folder, but was a regular file').

      I can provide a list, which emulator I have installed (using only snes and sega megadrive).

      1 Reply Last reply Reply Quote 0
      • M
        mikem @mitu
        last edited by

        @mitu the fix [1] to build mupen64plus-video-gles2n64 has just been merged and the referenced issue [2] is resolved. So the basic installation should work now.

        [1] https://github.com/ricrpi/mupen64plus-video-gles2n64/pull/26
        [2] https://github.com/ricrpi/mupen64plus-video-gles2n64/issues/25

        1 Reply Last reply Reply Quote 0
        • R
          romanbsd
          last edited by

          I'm unable to start emulationstation on buster:

          Linux retropie 4.19.57-v7+ #1244 SMP Thu Jul 4 18:45:25 BST 2019 armv7l GNU/Linux
          

          log:

          lvl2: 	EmulationStation - v2.8.4rp, built Jul 14 2019 - 23:22:03
          lvl2: 	Parsing XML file "/opt/retropie/supplementary/emulationstation/resources/mamenames.xml"...
          lvl2: 	Parsing XML file "/opt/retropie/supplementary/emulationstation/resources/mamebioses.xml"...
          lvl2: 	Parsing XML file "/opt/retropie/supplementary/emulationstation/resources/mamedevices.xml"...
          lvl2: 	Creating surface...
          lvl0: 	Error initializing SDL!
          	
          lvl0: 	Renderer failed to initialize!
          lvl0: 	Window failed to initialize!
          

          Tried rebuilding emulationstation.
          I even tried sdl2 from this PR: https://github.com/RetroPie/RetroPie-Setup/pull/2770

          ii  libsdl2-2.0-0:armhf                  2.0.9+dfsg1-1+rpt1+videocorerpi1      armhf        Simple DirectMedia Layer
          hi  libsdl2-dev                          2.0.9+dfsg1-1+rpt1+videocorerpi1      armhf        Simple DirectMedia Layer development files
          

          Still doesn't work. What can it be? What can I check?
          Thanks!

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

            @romanbsd Are you using a PI4 ? Then see @buzz's previous reply.

            1 Reply Last reply Reply Quote 0
            • R
              romanbsd
              last edited by

              Nope. RPI 3B+

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

                @romanbsd What variant of Raspbian are you using ? The full (desktop) or the lite version ? Are you starting Emulationstation from the console or from the desktop environment ?

                1 Reply Last reply Reply Quote 0
                • R
                  romanbsd
                  last edited by

                  I upgraded the retropie's raspbian to buster by changing /etc/apt/sources.list and /etc/apt/sources.list.d/raspi.list

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

                    @romanbsd Buster is not supported at the moment - as it's stated through this topic. If you'd like to test RetroPie on Buster, then you should start from scratch and perform a Manual Installation.

                    1 Reply Last reply Reply Quote 0
                    • R
                      romanbsd
                      last edited by

                      I understand that. Unfortunately I learned that after the upgrade. Having said that, I'm willing to do some debugging before I reformat and reinstall :)

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

                        @romanbsd Did you re-install from source all the RetroPie's packages ?

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          romanbsd @mitu
                          last edited by

                          @mitu I did. Did the complete update from the RetroPie-Setup
                          Since then I recompiled emulationstation with:

                          1. retropie's sdl2 (installed by RetroPie-Setup)
                          2. buster's sdl2 (modified sdl2.sh to return version as "2.0.9+dfsg1-1+rpt1" for that)
                          3. sdl2 from this PR: https://github.com/RetroPie/RetroPie-Setup/pull/2770
                            All behave the same.
                            It's interesting that the reason for error is blank.
                          1 Reply Last reply Reply Quote 0
                          • mituM
                            mitu Global Moderator
                            last edited by mitu

                            I forgot about the version bump - but I think it should work with variant 1. I don't have a buster install at the moment on the RP3, so I can't confirm.

                            1 Reply Last reply Reply Quote 0
                            • P
                              psyke83 Global Moderator
                              last edited by

                              I haven't been focusing my attention on testing the legacy driver on RPI3 + buster yet, but I did verify that my SDL2 PR branch works correctly at least with emulationstation (when re-compiled after the videocore version of the SDL packages are installed). I re-checked again, and it's still working fine.

                              I'm testing from a buster desktop image; perhaps the dist-upgrade from stretch has caused compatibility issues. A full log of the SDL2 build might be helpful in diagnosing the issue.

                              1 Reply Last reply Reply Quote 0
                              • R
                                romanbsd
                                last edited by

                                Silly me. The HDMI cable was disconnected.

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

                                  I connect Pi over Composite, and I have problem with overscan. If I don't use overscan_scale, then screen size is fine in Console and Desktop, but it doesn't fit screen in EmulationStation and RetroArch. If I use overscan_scale, then screen size is fine in EmulationStation and RetroArch, but there is black frame around the screen in Console and Desktop. In RetroPie 4.3 (Raspbian Jessie) I only configured overscan in config.txt and everything is fine everywhere.

                                  I installed all optional packages, but three of them refused to install: snes9x (snes9x-RPI), love-0.10.2, uqm (it seems, it installed packages from Source, even though, I selected to install from Binary; may be it is normalfor this kind of installation).

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

                                    Forgot to say: it is Pi 3 B+ and RetroPie 4.5.3 (according to RetroPie Setup Script).

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

                                      Buster isn't officially supported yet by RetroPie so not all packages will work. There are firmware issues related to composite out that may be related - eg https://github.com/raspberrypi/firmware/issues/1285 and https://github.com/raspberrypi/firmware/issues/1201

                                      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
                                        POPEYE
                                        last edited by POPEYE

                                        I connected composite audio and I have wheezing and, like, slow sound in RetroArch. I have changed audio settings in raspi-config and in RetroPie options. In VLC and Kodi sound seems to be normal.

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

                                          It is not only sound slow, the whole emulation in RetriArch is slow (around 30 fps).

                                          1 Reply Last reply Reply Quote 0
                                          • hostolisH
                                            hostolis
                                            last edited by

                                            Hello guys!
                                            Is it now fine to (manually) install retropie on Buster, on a pi3 b+?

                                            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.