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

    Suggestions for ports

    Scheduled Pinned Locked Moved Ideas and Development
    portsports retropieideas
    483 Posts 35 Posters 243.9k 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.
    • ?
      A Former User @VictimRLSH
      last edited by

      @VictimRLSH I am not sure. I am not familiar enough with either of them to do more than speculate.

      1 Reply Last reply Reply Quote 0
      • I
        Impy
        last edited by Impy

        I have been trying to compile Aquaria, an old (but still very pretty) indie game:

        https://github.com/AquariaOSE/Aquaria

        Unfortunately, I've not been very successful with the following error at 33%:

        SIGTRAP was not declared in this scope raise(SIGTRAP)
        

        Any tips on how to solve this? You may be able to tell that I barely have a clue of what I am doing.

        1 Reply Last reply Reply Quote 0
        • I
          Impy
          last edited by Impy

          Well, that was easy to solve after some ducking: added signal.h to the includes of the file Aquaria/BBGE/Base.cpp , it now builds fully!

          New problem: when attempting to run I get the error:

          Error!: SDL_GL_LoadLibrary Error: No dynamic GL support in video driver
          

          Does that mean I am out of luck here?

          quicksilverQ 1 Reply Last reply Reply Quote 0
          • quicksilverQ
            quicksilver @Impy
            last edited by

            @Impy are you running this on a pi 4? If so you'll need to try running the game in an x session. Looking at some of the issue reports on GitHub I don't think this game is OpenGL ES compatible and is using desktop GL. Try launching the game with the command startx before your launching instructions. You may need to install xorg from the apt repository to get startx to work.

            I 1 Reply Last reply Reply Quote 2
            • I
              Impy @quicksilver
              last edited by Impy

              @quicksilver Wow! That actually worked (yes, compiling on a Pi4). Still looking at tweaking the performance (lower res, image quality settings, and/or overclocking), but 720p already runs fairly well.

              Aquaria start screen

              quicksilverQ 1 Reply Last reply Reply Quote 1
              • quicksilverQ
                quicksilver @Impy
                last edited by

                @Impy awesome! It's a good feeling when it all finally comes together and works. :) I have recently started going down the rabbit hole of compiling games for my pi 4 and it is quite addicting.

                V 1 Reply Last reply Reply Quote 1
                • V
                  VictimRLSH @quicksilver
                  last edited by

                  @quicksilver said in Suggestions for ports:

                  @Impy awesome! It's a good feeling when it all finally comes together and works. :) I have recently started going down the rabbit hole of compiling games for my pi 4 and it is quite addicting.

                  Same here, just getting started seeing what I can get to run. Maybe we can throw together a list of what may be possible and start in on it.

                  System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                  quicksilverQ 1 Reply Last reply Reply Quote 0
                  • quicksilverQ
                    quicksilver @VictimRLSH
                    last edited by

                    @VictimRLSH sounds good. Should we keep discussing here or start a new thread?

                    V 1 Reply Last reply Reply Quote 0
                    • I
                      Impy
                      last edited by Impy

                      @quicksilver Indeed! I think I have also found a repo for a gles version:

                      https://github.com/lunixbochs/aquaria

                      It doesn't mention it in the readme, but I suspect those are the sources for the openpandora (hence gles) port.

                      I tried building that one too, but it's based on an earlier source, so it starts the errors even earlier. Would it be worthwhile to try to solve them (ie, could I expect better performance with that version)?

                      As for a new thread; a "Great Porting Threat" to share potential sources and tips&tricks to get them working would be welcome, I think.

                      1 Reply Last reply Reply Quote 0
                      • V
                        VictimRLSH @quicksilver
                        last edited by VictimRLSH

                        @quicksilver said in Suggestions for ports:

                        @VictimRLSH sounds good. Should we keep discussing here or start a new thread?

                        Here for now, maybe start a new thread if it gets more popular. First, we need to acquire some targets. We can start here: https://en.wikipedia.org/wiki/List_of_open-source_video_games#Open_engine_and_free_content

                        Those games have free complete source code with free content, and would make ideal Ports because they can be played out of the box without the need to install ROMSs or asset files. Some of these are already available as ready to install packages in synaptic, they just need an install script and perhaps some configuration to run from Retropie.

                        System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                        1 Reply Last reply Reply Quote 0
                        • V
                          VictimRLSH
                          last edited by VictimRLSH

                          I just scored my first victory! AstroMenace compiled (only had to hunt down 1 dev package too! alutdev installed easily via Synaptic) However, it runs DOG SLOW unless you go into the config menus and turn the quality setting to LOW, disable shadows and extra light points. It is actually a very complex shooter with a ton of ship and weapon configuration options, pilot character development, and economy. Would make a great port if we can hack together a script for it.

                          My system config: 4g Pi 4 no overclocking. Linux raspberrypi 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux

                          Installation steps I used in Terminal from Desktop:
                          sudo git clone https://github.com/viewizard/astromenace.git astromenace
                          cd ~/astromenace
                          sudo cmake -DCMAKE_BUILD_TYPE=Release ./
                          sudo make -j4

                          It does not produce an install file, so "sudo make install" won't work, you need to start up the game by changing to the astromenace directory and running it with ./astromenace. I also needed to install libalut-dev package to get it to compile.

                          Is this enough information to create an install script for Retropie?
                          EDIT: I discovered it was running very slow because I had a full screen resolution of 1600 x 1280. Windowing it and running it in lower res was a huge performance boost.

                          System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                          quicksilverQ 1 Reply Last reply Reply Quote 0
                          • quicksilverQ
                            quicksilver @VictimRLSH
                            last edited by

                            @VictimRLSH looks cool, I'll have to check it out.

                            V 1 Reply Last reply Reply Quote 0
                            • V
                              VictimRLSH @quicksilver
                              last edited by VictimRLSH

                              @quicksilver said in Suggestions for ports:

                              @VictimRLSH looks cool, I'll have to check it out.

                              Now that I got it to run much faster on the Pi 4, I'm going to try installing it on the Pi 3 controller mount and see if it runs at an acceptable speed.

                              EDIT: It compiled just fine, but I can't run it because it needs to open a display of at least 800x480 and my Pimoroni Hyperpixel is 720x480. I'm guess it SHOULD run, I could try it on the 3B+ on HDMI.

                              System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                              1 Reply Last reply Reply Quote 0
                              • UnknownU
                                Unknown
                                last edited by

                                I found a cool port https://www.flightgear.org/
                                Can anyone tell me how to download it to retro pie? I know it will work with a raspberry pi 4.

                                You can't beat the classics(unless you copy them).

                                quicksilverQ 1 Reply Last reply Reply Quote 0
                                • quicksilverQ
                                  quicksilver @Unknown
                                  last edited by quicksilver

                                  @Unknown instructions are here http://wiki.flightgear.org/Howto:Build_and_run_FlightGear_on_Raspberry_Pi_4

                                  Looks neat btw, I might try to build it. I have been having an itch to play flight simulator 98 recently and this might be the closest I can get.

                                  1 Reply Last reply Reply Quote 0
                                  • UnknownU
                                    Unknown
                                    last edited by

                                    @quicksilver Is this something that could be submitted to retro pie on github as a pull request?

                                    You can't beat the classics(unless you copy them).

                                    quicksilverQ 1 Reply Last reply Reply Quote 0
                                    • quicksilverQ
                                      quicksilver @Unknown
                                      last edited by

                                      @Unknown if you or someone else makes a build script for it, sure.

                                      1 Reply Last reply Reply Quote 0
                                      • V
                                        VictimRLSH
                                        last edited by

                                        Got Intruders Thunder 2 working, which brings up a question. Can .jar apps be executed from a Retropie startup script without a Desktop session running?

                                        All I had to do was download IT2.jar from Sourceforge and run it from a Desktop Terminal.

                                        java -jar IT2.jar

                                        System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

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

                                          @VictimRLSH said in Suggestions for ports:

                                          Can .jar apps be executed from a Retropie startup script without a Desktop session running?

                                          Not unless the game has been specifically programmed with a graphical library that doesn't require X11. Generally, you'll need a desktop session to run graphical Java applications - such as the game in question (which uses Java Swing, which in turn requires X11).

                                          V 1 Reply Last reply Reply Quote 0
                                          • V
                                            VictimRLSH @mitu
                                            last edited by VictimRLSH

                                            @mitu I see there has been attempts to get a J2ME Libretro core working.

                                            https://retropie.org.uk/forum/topic/11441/would-you-like-to-play-nokia-j2me-games-on-retropie/303

                                            I can play many of them on microemulator, but that itself is a Java app that requires the Desktop session...

                                            EDIT: Found an archive with 67,000 .jar games. Some work, some don't, if I attempt to curate this it could take the next 87 years. Still, it is a largely untapped base, much like Flashpoint. If these can be made to work from Retropie with install scripts and controller configured, it would be a huge addition to Retropie's game arsenal.

                                            System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

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