GPI Case XRoar emulator crashes. (Solved)
-
I installed installed a fresh copy of Retropie and installed XRoar without updating Retropie's update scripts. This installed Xroar version 0.33.2, this version runs.
I then updated Retropie's update script and installed XRoar, it now installs version 0.35.4, this version crashes.
-
@K9Kraken What's your resolution ? Maybe the new version doesn't like the resolution you have.
-
Here is where I am at:
-Version 0.33.2: DPAD does not work and so far I cannot get it to map, the buttons I can map.
-Version 0.35.4: Crashes.
-Also need to figure out a way to exit the emulator instead of rebooting the system.I've installed XRoar 0.35.4 on my desktop linux machine. It runs and I'm able to map the gamepad axis from the analog stick to the DPAD. (xroar -joy joy0 -joy-axis X=6 -joy-axis Y=7 --machine cocous -run Downland.ccc)
Going to test installing 0.33.2 on my desktop machine to see if it has the mapping issue, I will also try installing some of the between versions on my raspberry to test. (I installed 0.33.2 on my desktop linux and mapping the axis to dpad is still working.)
I also sent Ciaran Anscomb the XRoar programmer an email about this issue: https://www.6809.org.uk/ciaran/
-
@K9Kraken I think that newer versions use SDL2 instead of SDL1, it might be worth keeping the SDL1 version around until SDL2 gets more stable.
-
Yes thanks, after testing a few of the versions the issue starts when SDL2 was implemented. If I remove "-vo sdl" and add "-ui null" the emulator will run but of course has no display.
I did try different resolutions with default settings with the same results.
-
@K9Kraken You still didn't mention what's the resolution on the GPI case - maybe SDL2 can 'learn' about it.
-
@mitu The screen resolution is 320x240. I tried selecting that resolution but still crashing.
-
@K9Kraken Try adding
dispmanx
as the video driver - edit/opt/retropie/configs/all/dispmanx.cfg
(create the file if it doesn't exist) and addxroar-coco="1" xroar-cocous="1"
Try re-running again with the latest
xroar
version and see if it gets something displayed. -
Thanks for the input, I contacted the developer and by adding the parameter "--disable-kbd-translate" to ./configure in the build script I was able to compile and run the latest version.
Now will need to work on these issues:
-New version is running slow.
-Cannot map in DPAD.
-Way to exit emulator without having to reboot the system.Thanks.
-
@K9Kraken said in GPI Case XRoar emulator crashes. (Solved):
-Way to exit emulator without having to reboot the system.
I wonder if this is because of
--disable-kbd-translate
. Do you have a game to compare how slow the new version (compared to the previous one) runs ?
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.