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

    Is Streets of Rage Remake working for anyone in 4.0?

    Scheduled Pinned Locked Moved Help and Support
    29 Posts 14 Posters 11.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.
    • L
      lzaffuto
      last edited by

      I did a clean install of RetroPie 4.0 and everything is working except for Streets of Rage Remake. All the files appear to be in the correct places but when I launch the game I get the "configure emulator" screen briefly before it dumps me back to emulation station. If I go into the "configure emulator" screen I can choose any resolutions or options and it still dumps me back to ES when you select lauch.

      1 Reply Last reply Reply Quote 0
      • S
        sc0tt88
        last edited by

        I updated to 4.0 last night and mine is working, I immediately went to check just now in case mine is broken haha.

        Have you had it working before? Maybe it's a permissions thing

        1 Reply Last reply Reply Quote 0
        • L
          lzaffuto
          last edited by

          Hmm... now that you mention it while I was copying the sorr.dat file and mod and palette folders over I noticed everything in that directory is owned by the pi account except for the bdgi-330 file which is owned by root. Is yours that way? If not, how do I change the file ownership from root to pi?

          1 Reply Last reply Reply Quote 0
          • dishinsD
            dishins
            last edited by

            mine is working great and bgdo-330 is owned by root here.

            1 Reply Last reply Reply Quote 0
            • GreenHawk84G
              GreenHawk84
              last edited by GreenHawk84

              I would just try to remove everything for SorR and start over. Follow Floob's guide if you haven't.
              SorR is working on my 4.0 RetroPie.

              L 1 Reply Last reply Reply Quote 0
              • L
                lzaffuto @GreenHawk84
                last edited by

                Unfortunately I've tried removing and reinstalling... several times now. Very frustrating.

                1 Reply Last reply Reply Quote 0
                • J
                  jay81uk
                  last edited by

                  Didn't even know there was a 4.0 being released!
                  Fresh install it is then!

                  1 Reply Last reply Reply Quote 0
                  • L
                    lzaffuto
                    last edited by lzaffuto

                    Ok, I think I figured it out. I exited out of emulation station and I manually went to /opt/retropie/ports/sorr and ran "./bgdi-330 SorR.dat" and I got this error:

                    "error while loading shared libraries: libSDL_mixer-1.2.so.0:
                    cannot open shared object file: No such file or directory"

                    So, I looked up that error and found a thread someone else had the same error trying to run doom on ubuntu and someone suggested that the person do this:

                    "sudo apt-get install libsdl-mixer1.2"

                    That installed the missing file and now SorR runs! Apparently this needed package is not included with the new fresh install build of Retropie 4.0? I'm assuming everyone that got it working in this thread upgraded rather than doing a new install so it carried over? Did I fix a bug? Do I get a cookie? :)

                    DarksaviorD 1 Reply Last reply Reply Quote 0
                    • L
                      lzaffuto
                      last edited by

                      Confirmed working perfectly now.

                      herb_fargusH 1 Reply Last reply Reply Quote 1
                      • herb_fargusH
                        herb_fargus administrators @lzaffuto
                        last edited by

                        @lzaffuto

                        needs to be added to the module

                        https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sorr.sh

                        function sources_sorr() {
                            getDepends libsdl-mixer1.2
                        }
                        

                        If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                        Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                        M 1 Reply Last reply Reply Quote 0
                        • DarksaviorD
                          Darksavior @lzaffuto
                          last edited by Darksavior

                          @lzaffuto
                          Thank you!. It was driving me nuts cause I was following the video tutorial step by step.

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

                            @Darksavior I'll add this reference to the video description.

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

                            1 Reply Last reply Reply Quote 0
                            • M
                              markuzz78 @herb_fargus
                              last edited by

                              @herb_fargus said in Is Streets of Rage Remake working for anyone in 4.0?:

                              @lzaffuto

                              needs to be added to the module

                              https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sorr.sh

                              function sources_sorr() {
                                  getDepends libsdl-mixer1.2
                              }
                              

                              Please can explain how add it to the module? Thanks!

                              1 Reply Last reply Reply Quote 0
                              • M
                                mahcneto
                                last edited by

                                I'm having problems with this installation as well. I think I have everything in place (files in opt/retropie/ports/sorr), but when i try to run the game, it asks me to choose the default emu for sorr between 1-default and 2-sorr. I Choose sorr, then it tries to load, then takes me back to the ports screen on ES. Any ideas on what might be happening?

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mahcneto
                                  last edited by

                                  Just tried 2 more times step by step the video tutorial and just don't know what I'm missing? I'm gettong the same back to Ports screen results.

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    lzaffuto
                                    last edited by Floob

                                    Did you try exiting to the command line and run this command? You will need to be connected to the internet.

                                    sudo apt-get install libsdl-mixer1.2
                                    
                                    M M 2 Replies Last reply Reply Quote 0
                                    • M
                                      markuzz78 @lzaffuto
                                      last edited by

                                      @lzaffuto Thank you, it works! Now my next step is how make it works openbor ;)

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        mahcneto @lzaffuto
                                        last edited by

                                        @lzaffuto said in Is Streets of Rage Remake working for anyone in 4.0?:

                                        Did you try exiting to the command line and run this command? You will need to be connected to the internet.

                                        sudo apt-get install libsdl-mixer1.2
                                        

                                        Yes I did, first thing I did before trying sorr :/ Still no luck at all

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          ebtalk
                                          last edited by ebtalk

                                          How do you exit out of this game? I looked for a config.txt file in the mods folder but there wasn't one.

                                          There are no other exit options anywhere. Only way for me is to use a keyboard.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            sshadow5001
                                            last edited by

                                            Got my Raspberry Pi 3 today and I'm not having any luck with this, the screen fades to black and then back to the game menu.
                                            I followed these video instructions and read the annotations as well as putting "sudo apt-get install libsdl-mixer1.2" and installing it.

                                            I transferred the game over a network connection and put the files in the correct places.

                                            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.