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

    OpenBOR finally working fine on RETROPIE with ES

    Scheduled Pinned Locked Moved Ideas and Development
    openbortrick
    353 Posts 32 Posters 192.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.
    • cyperghostC
      cyperghost @zanac
      last edited by

      @zanac you made my day. How did you patch SDL? And which rev number is the openbor engine now?

      Z 1 Reply Last reply Reply Quote 1
      • Z
        zanac @cyperghost
        last edited by

        @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

        @zanac you made my day. How did you patch SDL? And which rev number is the openbor engine now?

        I built 6412!
        I attached the binary some post ago, Just try it, you dont need to patch sdl2 on retropie, i had to patch sdl2 cause i use the mali gpu as i said.
        Maybe the only thing needed for rasb is the sdl2gfx lib..
        I m sure that also on rasb is possible to make it work like on allwinner Board, trust me! We have arm both and very similar chipset.

        1 Reply Last reply Reply Quote 2
        • BiZzAr721B
          BiZzAr721
          last edited by

          @zanac This is great news. Thank you!

          cyperghostC 1 Reply Last reply Reply Quote 0
          • cyperghostC
            cyperghost @BiZzAr721
            last edited by cyperghost

            @bizzar721 @darknior Seems to be your turn .... I'm still on journeyh

            1 Reply Last reply Reply Quote 0
            • BiZzAr721B
              BiZzAr721
              last edited by

              I quickly created & setup a new image, installed OpenBOR from retropie setup. I switched out the Binaries & set permissions to 0755. It wouldn't load. Just goes back to ES. I'm sure it's something simple but that's beyond my skill.

              cyperghostC 1 Reply Last reply Reply Quote 0
              • cyperghostC
                cyperghost @BiZzAr721
                last edited by cyperghost

                @bizzar721 Can you post output of runcommand log?

                please try this
                sudo apt-get install -y libsdl-gfx1.2-5

                This is the sdl-gfx for Rpi fixed

                After that you can try to install SDL2 as @zanac mentioned with
                sudo apt-get install libsdl2-dev

                Z 1 Reply Last reply Reply Quote 0
                • BiZzAr721B
                  BiZzAr721
                  last edited by BiZzAr721

                  I will do. Are you saying this binary is compiled to accept launching command (as in how it's currently set up)? Or should I use the "vanilla" openbor I set up? I also tested with .PAK and .bor folders.

                  EDIT
                  Using OpenBOR with game selection script here is the runcommand log:

                  Parameters: 
                  Executing: pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR "/home/pi/RetroPie/roms/ports/openbor/Battletoads & Double Dragon IV - The Return of the Dark Forces.bor"; popd
                  /opt/retropie/ports/openbor ~/RetroPie/roms/ports/openbor
                  /opt/retropie/ports/openbor/OpenBOR: error while loading shared libraries: libSDL2_gfx-1.0.so.0: cannot open shared object file: No such file or directory
                  ~/RetroPie/roms/ports/openbor
                  
                  cyperghostC 1 Reply Last reply Reply Quote 1
                  • cyperghostC
                    cyperghost @BiZzAr721
                    last edited by

                    @bizzar721 I assume this binary is vanilla. So it will accept PAKs only via its own launching menu. But if the menu is up it will run every game. The CLI can be patched later. I think it would help if you post content of error log.

                    If you have used the first fix you can try to run the pikiss openbor binary, too
                    I have saved it for later use. It is downloadable from here

                    https://github.com/crcerror/RetroPie-OpenBOR-scripts/tree/master/binary

                    You can also Google for pikiss openbor then you see the install script which installs sdlgfx fix

                    1 Reply Last reply Reply Quote 0
                    • Z
                      zanac @cyperghost
                      last edited by

                      @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

                      @bizzar721 Can you post output of runcommand log?

                      please try this
                      sudo apt-get install -y libsdl-gfx1.2-5

                      This is the sdl-gfx for Rpi fixed

                      After that you can try to install SDL2 as @zanac mentioned with
                      sudo apt-get install libsdl2-dev

                      You must install gfx of sdl2 that command is gfx sdl1

                      cyperghostC 1 Reply Last reply Reply Quote 2
                      • cyperghostC
                        cyperghost @zanac
                        last edited by cyperghost

                        @zanac so it is
                        sudo apt-get install libsdl2-gfx
                        Or
                        sudo apt-get install libsdl2-gfx-1.0-0
                        And
                        sudo apt-get install libsdl2-gfx-dev

                        Can you please correct my commands and tell @BiZzAr721 how to do?

                        1 Reply Last reply Reply Quote 0
                        • hansolo77H
                          hansolo77
                          last edited by

                          Didn't know you guys were working on building an updated OpenBOR engine. Exciting news! I was going through and installing games while updating my spreadsheet for compatibility earlier today. Got up to "C". Maybe I'll wait and re-do it to see if the broken games work.

                          Who's Scruffy Looking?

                          cyperghostC 1 Reply Last reply Reply Quote 0
                          • cyperghostC
                            cyperghost @hansolo77
                            last edited by cyperghost

                            @hansolo77 yes and we hope it will work. The error output of @BiZzAr721 seems that we are hopefully on the right track. Sadly I do not have access to my Pie till end of next week so I just do guessing here. @zanac is the most asked man in this thread now.

                            @BiZzAr721 as we are using a precompiled method there is no need for sdl2-dev (IMHO)

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              zanac @cyperghost
                              last edited by

                              @cyperghost if that binary will work for you i will update, cause in that i embedded the resolution of My chipset 384/224)

                              cyperghostC 1 Reply Last reply Reply Quote 1
                              • BiZzAr721B
                                BiZzAr721
                                last edited by

                                @cyperghost

                                Using
                                sudo apt-get install libsdl2-gfx-dev & sudo apt-get install libsdl2-gfx-1.0-0
                                here is the runcommand log from zanec's gl openBOR:

                                Parameters: 
                                Executing: pushd /opt/retropie/ports/openbor; /opt/retropie/ports/openbor/OpenBOR; popd
                                /opt/retropie/ports/openbor ~
                                /opt/retropie/ports/openbor/OpenBOR: error while loading shared libraries: libvpx.so.1: cannot open shared object file: No such file or directory
                                ~
                                

                                I used pikiss setup script and let it set up dependencies and installed OpenBOR (moved binary from /home/pi/games/openbor) which worked.

                                Tried zanac's GL version again and received same runcommand log error.

                                1 Reply Last reply Reply Quote 1
                                • cyperghostC
                                  cyperghost
                                  last edited by cyperghost

                                  @BiZzAr721 how does the pikiss open or behaves? Do save games work? Does it use pak files? Is it slow and last which revision it is?

                                  I think it is possible to get newest revision to run. Now you can Google how to install the missing sdl2 depencies.

                                  Thank you for your tries

                                  Edit about libvpx there is a guide

                                  https://owenashurst.com/?p=242

                                  1 Reply Last reply Reply Quote 0
                                  • cyperghostC
                                    cyperghost @zanac
                                    last edited by

                                    @zanac I am not a real help at the moment - I have no access to my Pi the next 10 days. So I would be glad if you can help @BiZzAr721 ... There is a new dependecie needed libvpx. It is for video encoding.

                                    Z 1 Reply Last reply Reply Quote 0
                                    • Z
                                      zanac @cyperghost
                                      last edited by

                                      @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

                                      @zanac I am not a real help at the moment - I have no access to my Pi the next 10 days. So I would be glad if you can help @BiZzAr721 ... There is a new dependecie needed libvpx. It is for video encoding.

                                      i confirm, the new version use libvpx and also a new vorbis decoder.... just use apt-get, it's very easy to solve these problems! Guys, just study a little use of linux!!!! ;)

                                      1 Reply Last reply Reply Quote 1
                                      • Z
                                        zanac
                                        last edited by

                                        here you can see the new version running final fight gold :)

                                        https://www.facebook.com/vanni.brutto/videos/10216790092413974/

                                        cyperghostC 1 Reply Last reply Reply Quote 2
                                        • cyperghostC
                                          cyperghost @zanac
                                          last edited by

                                          @zanac I believe you that it is running - in a few hours @BiZzAr721 will surly post his out findings. I guess he is eating something in the moment or does something mad with his parachute. But as you said we need another video encoder then I think we are on the right track.

                                          Z 1 Reply Last reply Reply Quote 1
                                          • Z
                                            zanac @cyperghost
                                            last edited by

                                            @cyperghost said in OpenBOR finally working fine on RETROPIE with ES:

                                            @zanac I believe you that it is running - in a few hours @BiZzAr721 will surly post his out findings. I guess he is eating something in the moment or does something mad with his parachute. But as you said we need another video encoder then I think we are on the right track.

                                            It was a video just for fun, anyway please dont worry about resolution i will share a new binary soon that will be better on rpi, that GL version is for old crt tv that i use with pandora box (allwinner) inside My arcade cab

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