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.
    • G
      geekinchief @mitu
      last edited by

      @mitu said in Retropie on Raspbian Buster:

      rc

      Maybe I'm dense, but I can't find any reference to libavdevice-dev in my setup script.

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

        @geekinchief Please re-read my previous reply.

        G 1 Reply Last reply Reply Quote 0
        • G
          geekinchief @mitu
          last edited by

          @mitu So it seems that with the latest Buster everything installed but muplus64. However, emulationstation shows a black screen. Any idea if there's a workaround?

          mituM BuZzB 2 Replies Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @geekinchief
            last edited by

            @geekinchief I didn't experience the black screen. What display/system do you have ?

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

              @geekinchief are you using a rpi4 ? Buster is not yet supported anyway yet, so I'm not sure how useful this thread is - unless you are able to code/debug and work on the support yourself.

              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

              G 1 Reply Last reply Reply Quote 0
              • G
                geekinchief @BuZz
                last edited by

                @BuZz I am using a Pi 4, yes, so was hoping to find a way to at least try some of the emulators on it.

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

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • M
                    mikem
                    last edited by

                    I updated my RPI2 running raspbian/retropie to buster. I needed to make some adaptions to mupen64plus-video-gles2n64 [1] for mupen64plus (which i personally do not use) to build. And emulationstation does not autostart because the pi user does not login automatically anymore (need to check why), but after logging in with pi on tty1 ES starts and at least the SNES-Emulator runs fine.

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

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      geekinchief @mikem
                      last edited by

                      @mikem So you had a working Retropie image running Stretch and then used in-place updates to get to Buster?

                      M 1 Reply Last reply Reply Quote 0
                      • 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
                                            • 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.