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

    RetroPie-Extra Repository

    Scheduled Pinned Locked Moved Projects and Themes
    132 Posts 40 Posters 90.5k 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.
    • RapidEdwin08R
      RapidEdwin08
      last edited by

      RoTT port with Joypad support works Great! It even plays the x14 Level Mods someone found on an 0ld CD ISO...
      I have Zero issues using Joypad controls, however I still need a Keyboard to call the Main Menu. So a keyboard is always needed to Start play. Any way around this?
      I recall a similar scenario a while ago for zdoom where it involved changing a few files before compile... Need to do the same here?

      Raspberry Pi B, Pi B+, Pi2 B, Pi3 B, Pi3 B+, Pi Zero W, Pi4 (4GB/8GB), Pi5 (8GB/16GB), Pi Zero 2 W, GPi V1, minisforum GK50 / RetroPie 4.8.x

      1 Reply Last reply Reply Quote 0
      • duglorD
        duglor
        last edited by

        Hi. I tried installing lr-applewin and this is the error i got...

        Log started at: Fri 5 Apr 08:12:40 PDT 2024

        RetroPie-Setup version: 4.7.1 (5b137bf4)
        System: rpi4 (armv7l) - Raspbian GNU/Linux 10 (buster) - Linux retropie 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

        = = = = = = = = = = = = = = = = = = = = =
        Installing dependencies for 'lr-applewin' : Apple2e emulator: AppleWin (current) port for libretro
        = = = = = = = = = = = = = = = = = = = = =

        /home/pi/RetroPie-Setup/tmp/build/lr-applewin /home/pi

        = = = = = = = = = = = = = = = = = = = = =
        Getting sources for 'lr-applewin' : Apple2e emulator: AppleWin (current) port for libretro
        = = = = = = = = = = = = = = = = = = = = =

        Already on 'master'
        Your branch is up to date with 'origin/master'.
        Already up to date.
        HEAD is now in branch 'master' at commit '129077f9870426d1b7b3a8239d8b5a50bee017b4'
        git clone --recursive --depth 1 --branch master "" ""
        fatal: repository '' does not exist
        HEAD is now in branch 'master' at commit '5b137bf44727cfa71ad2845cf792ce2a73383c10'
        sed: can't read /home/pi/RetroPie-Setup/tmp/build/lr-applewin/source/frontends/common2/gnuframe.cpp: No such file or directory
        /home/pi
        Error running 'git clone --recursive --depth 1 --branch master ' - returned 128

        Log ended at: Fri 5 Apr 08:12:42 PDT 2024
        Total running time: 0 hours, 0 mins, 2 secs

        Help! :D

        ExarKunIvE 1 Reply Last reply Reply Quote 0
        • ExarKunIvE
          ExarKunIv @duglor
          last edited by

          @duglor not sure whats going on there. but im guessing that it has to do with the RetroPie version you are running

          they change how the helper scripts work and the lr-applewin script was made with that in mind.

          if you dont want to update the main RetroPie setup to the latest. you will have to edit the install script and change a line

          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
          Maintainer of RetroPie-Extra .

          duglorD 1 Reply Last reply Reply Quote 1
          • duglorD
            duglor @ExarKunIv
            last edited by duglor

            @ExarKunIv said in RetroPie-Extra Repository:

            @duglor not sure whats going on there. but im guessing that it has to do with the RetroPie version you are running

            they change how the helper scripts work and the lr-applewin script was made with that in mind.

            if you dont want to update the main RetroPie setup to the latest. you will have to edit the install script and change a line

            I will gladly edit the install script and change a line or I would be in your debt if you would, but again, of course I will.

            @ExarKunIv
            you can reply here or take the chat to my username here @gmail.com :) I'm really wanting to use applewin in retropie 4.7.1 !

            I would need to change - https://github.com/Exarkuniv/RetroPie-Extra/blob/master/scriptmodules/libretrocores/lr-applewin.sh - which lines to what? Should I use a text editor or should i use something else?

            1 Reply Last reply Reply Quote 0
            • mituM mitu referenced this topic on
            • P
              Peeteris
              last edited by

              Re: RetroPie-Extra Repository

              PS2 (Aethersx2) not starting on Retropie (RaspberryPi 5)

              Hello!
              Installed Retropie-extras, vulkan drivers, added kernel8.img and got proper BIOS with PS2 games in .iso format.

              I'm using Full desktop Raspberry OS, from which I use alt+f1 key kombination to start emulationstation from terminal. This way everythng has worked do far with all the other emulators.

              But PS2 just doesn't open and shows that errors are logged at runcommand.log.
              This is what runcommand.log shows:

              rm: cannot remove '/opt/retropie/configs/ps2/Config/cache/vulkan_pipelines.bin': No such file or directory
              Parameters: 
              Executing: xinit /dev/shm/retropie_xinitrc -- vt1 -keeptty
              
              (EE) 
              Fatal server error:
              (EE) Server is already active for display 0
              	If this server is no longer running, remove /tmp/.X0-lock
              	and start again.
              (EE) 
              (EE) 
              Please consult the The X.Org Foundation support 
              	 at http://wiki.x.org
               for help. 
              (EE) 
              X connection to :0 broken (explicit kill or server shutdown).
              

              Any ideas?
              Thank you! :)

              ExarKunIvE 1 Reply Last reply Reply Quote 0
              • ExarKunIvE
                ExarKunIv @Peeteris
                last edited by

                @Peeteris yes the problem is you are using a desktop. 90% of all my scripts are going to have issues with that since they use XINIT to fake a dasktop to run.

                so you will have to go in /opt/retropie/configs/ps2 and edit the emulators.cfg and remove XINIT; from the command line

                that should do it.

                RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                Maintainer of RetroPie-Extra .

                P 1 Reply Last reply Reply Quote 0
                • P
                  Peeteris @ExarKunIv
                  last edited by

                  @ExarKunIv Thank you for the anwer!
                  It's still not working, and the error code now appears different:

                  rm: cannot remove '/opt/retropie/configs/ps2/Config/cache/vulkan_pipelines.bin': No such file or directory
                  Parameters: 
                  Executing: /opt/retropie/emulators/aethersx2/AetherSX2-v1.5-3606/usr/bin/aethersx2 -nogui "/home/USER/RetroPie/roms/ps2/Silent Hill 2 (USA) [2001].iso"
                  qt.qpa.plugin: Could not find the Qt platform plugin "xcb,wayland" in ""
                  This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                  
                  Available platform plugins are: wayland, vkkhrdisplay, wayland-egl, linuxfb, vnc, minimalegl, eglfs, offscreen, xcb, minimal.
                  
                  /opt/retropie/supplementary/runcommand/runcommand.sh: line 1328:  2755 Aborted                 /opt/retropie/emulators/aethersx2/AetherSX2-v1.5-3606/usr/bin/aethersx2 -nogui "/home/USER/RetroPie/roms/ps2/Silent Hill 2 (USA) [2001].iso"
                  
                  
                  ExarKunIvE 1 Reply Last reply Reply Quote 0
                  • ExarKunIvE
                    ExarKunIv @Peeteris
                    last edited by

                    @Peeteris im going to have to go with wayland drivers are missing,
                    you can try to install them with sudo apt-get install wayland

                    this might or might not fix the issue. i dont test my scripts with a desktop since none of the official retropie releases have it. since Xinit didnt install. i have no idea on what else is missing

                    RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                    RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                    Maintainer of RetroPie-Extra .

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      Peeteris @ExarKunIv
                      last edited by

                      @ExarKunIv Wayland can't be installed, but I can probably enable it in the Raspi config. I guess this error is because the new Raspberry OS uses new window-stacking compositor called LABWC.
                      Well, I just disabled desktop environmet on start as that's an easier solution, it seems. Now PS2 is working, thank you!

                      1 Reply Last reply Reply Quote 0
                      • duglorD
                        duglor
                        last edited by

                        Where might i find the most recent lr-ppsspp-dev that still works with retropie 4.71?

                        ExarKunIvE 1 Reply Last reply Reply Quote 0
                        • ExarKunIvE
                          ExarKunIv @duglor
                          last edited by

                          @duglor you will have to dig around on the past commits to find a working one and manually drop it onto your system.

                          I know I have had a issue with that system for awhile now.

                          RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
                          RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
                          Maintainer of RetroPie-Extra .

                          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.