RetroPie-Extra Repository
-
@zerojay Do you have any hints on configuring Heboris? I can only get it to run in a tiny corner in the top left of the screen and with partial sound.
When I go into the ingame menus and change sound from MIDI to MP3 as you advise, and hit A to save and exit, it doesn't save - if I then go back into the menu it's on MIDI again.
There's nothing on the port's GitHub page that's any help with either of these things, nor anything useful in HEBORIS.INI.
(Also, Hurrican boots but doesn't display. I can hear the music playing but I just get a black screen.)
-
@zerojay Is there a trick to getting Zelda Navi's Quest to run? It starts and doesn't return any errors, but the "Press a button to configure" stays put on the screen. After about 10 seconds the "Vincent Jouillat Presents" screen adds itself to lower left corner and locks the system up entirely.
Edit : Nevermind, I didn't realize it was waiting for me to hit Enter on a keyboard. :P
-
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? -
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 128Log ended at: Fri 5 Apr 08:12:42 PDT 2024
Total running time: 0 hours, 0 mins, 2 secsHelp! :D
-
@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
-
@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?
-
-
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! :) -
@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 theemulators.cfg
and removeXINIT;
from the command linethat should do it.
-
@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"
-
@Peeteris im going to have to go with wayland drivers are missing,
you can try to install them withsudo 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
-
@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!
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.