RetroPi 4.6 retroarch psx emulator broken?
-
@jmbooth2000 said in RetroPi 4.6 retroarch psx emulator broken?:
Is anyone else having the same problem?
I doubt it - how did you install RetroPie ? By default RetroArch is configured to use the
gl
video driver and doesn't rely on X11 environment to run. Did you do any configuration to RetroArch's default config ? -
I downloaded the image, burned the sd card, then updated the packages which seems to suggest either the original image was bad or the retroarch package was updated.
I did copy my old configuration files so its possible something there was incompatible but the same configurations files work just fine on an pi 3b running retropie 4.5 which made me suspect the image.
-
@jmbooth2000 How about you install, then update but don't copy the configs back ? Try to do it this way and see if you still the error. Then copy back - one by one - your configs until you figure out which one breaks RetroArch.
-
@mitu Is there anywhere I can find the default /opt/retropie/config files? I don't want to do a complete re-image as I would loose my other changes.
-
@jmbooth2000 You can start by checking the retroarch's configuration files.
There's the general one in/opt/retropie/configs/all/retroarch.cfg
. You can replace it withretropie.cfg.rp-dist
file that's in the same folder.
Then there's thepsx
system's specific configuration file, which should be mostly empty, in/opt/retropie/configs/psx/retroarch.cfg
. You can remove it, then re-install thelr-pcsx-rearmed
emulator package to create the default again. -
@mitu said in RetroPi 4.6 retroarch psx emulator broken?:
/opt/retropie/configs/all/
restored the distro retroarch.cfg file in all and deleted the psx cfg and reinstalled the package. Still no joy. I get exactly the same error.
-
@jmbooth2000 Post the whole
/dev/shm/runcommand.log
on pastebin.com, maybe there's something that stands out. -
@mitu Posted https://pastebin.com/wup5VJLK
Thank you very much for all your help. Hopefully the file helps.
Thanks
Jonathan -
This is an issue due to old core overrides. Either remove the pcsx-rearmed configs from
/opt/retropie/configs/all/retroarch/config
(I think this is the right location)or alternatively force the input driver by editing
/opt/retropie/configs/all/retroarch.cfg
and settinginput_driver
toudev
eg
input_driver = "udev"
-
Thanks!!! That solved the problem!
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.