2016-11-11, 01:46
Ok I got ahead of myself, I installed System Tools, I then copied over the 7za binary to IARL's 7za folder. renamed to 7za.Nix and It's worked a charm! Is that what you were going to suggest?
(2016-11-11, 01:46)ScottMU Wrote: Ok I got ahead of myself, I installed System Tools, I then copied over the 7za binary to IARL's 7za folder. renamed to 7za.Nix and It's worked a charm! Is that what you were going to suggest?
(2016-11-11, 04:49)zachmorris Wrote:(2016-11-11, 01:46)ScottMU Wrote: Ok I got ahead of myself, I installed System Tools, I then copied over the 7za binary to IARL's 7za folder. renamed to 7za.Nix and It's worked a charm! Is that what you were going to suggest?
I will have the next version install that tool automatically as an optional (if available) supporting script, and just use it directly from the addon. Should be transparent to the user in the next version.
Thanks for testing!
(2016-11-15, 13:05)trevez Wrote: hey Zach
thanks for this awesome Idea.. So keen to get this going on my rpi3, but each attempt I seem to get a fresh set of issues!
Tried the LE8 build as you suggest, but seem to get no sound. launching roms. Cant get mame to work either, it seems to just crash out back to kodi.
Is there a low pain method of getting this going on my pi3? Ive spent so many hours reading these forums trying to work something out!
cheers
hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
(2016-11-20, 17:44)ScottMU Wrote: For anybody using the MXQ box or an Amlogic s805 device running LibreELEC I have put together a working build that all works as intended. I have manually edited all the .dat game lists from IARL so that the games will download and launch without any issues.
The only caveat is that the version of Retroarch that has been ported to these devices is more limited to the number of cores that are available. (Due credit to Kzsaq, sammaz and JoKeRz over at Freaktab for making that happen)
0
I'm pretty sure however this build will work on other systems but they will most likely need to replace Retroarch with a working version compatible with their system and set IARL to the appropriate OS settings.
If people are interested, and with permission from Zach, I will be happy to post instructions on how to install.
(2016-11-16, 05:55)zachmorris Wrote: Are you using the 'extended community build' from here?
Regardless, I have heard of other people having issues with sound, but thats a RPi / LE issue rather than IARL. If your using Gamestarter and RPi I think he's documented some people having sound issues depending on the setup. See here.
You can try this if using HDMI:
Editing boot config to included:
Code:hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
(2016-11-21, 06:11)trevez Wrote:(2016-11-16, 05:55)zachmorris Wrote: Are you using the 'extended community build' from here?
Regardless, I have heard of other people having issues with sound, but thats a RPi / LE issue rather than IARL. If your using Gamestarter and RPi I think he's documented some people having sound issues depending on the setup. See here.
You can try this if using HDMI:
Editing boot config to included:
Code:hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
Yea thats it the one you link from your guide. not using gamestarter as I thought all that was needed was on the LE build?
Yea just use the rpi3 HDMI for audio, so will try that thanks. Some systems I tried worked ok, but cant seem to get any MAME stuff working, just crashes back to kodi.
Also when exiting a rom it goes back to retroarch, dont expect there's a way to get it to exit back to iarl?
import xbmc
xbmc.executebuiltin('RunAddon(plugin.program.iarl)')
(2016-11-21, 16:50)zachmorris Wrote:(2016-11-16, 05:55)zachmorris Wrote: Are you using the 'extended community build' from here?
Regardless, I have heard of other people having issues with sound, but thats a RPi / LE issue rather than IARL. If your using Gamestarter and RPi I think he's documented some people having sound issues depending on the setup. See here.
You can try this if using HDMI:
Editing boot config to included:
Code:hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
Either Gamestarter or the Community build of LibreElec should work. I'm not sure the differences in how they both launch retroarch which could effect how audio is handled.
MAME can be tricky on an RPi. I think a lot of people recommend the MAME 2003 core for RPi's. IARL has an archive for MAME 2003, so I'd recommend trying that. I've also had a lot of luck with Final Burn Alpha on RPi's, which cover a lot of the same games.
I think by default, retroarch exits completely when you close a game (at least it does on setups I've tried). On an RPi Kodi will start back up after retroarch exits. If you want Kodi to open up IARL again you can setup an autoexec command like this:
Code:import xbmc
xbmc.executebuiltin('RunAddon(plugin.program.iarl)')
(2016-11-23, 02:09)trevez Wrote: Tried the hdmi setings in config, but no bananas unfortunately. :-( Maybe update your guide to say HDMI audio wont work on the LE8 Rpi3 community build? Would've save me a few hours.
Tried setting mame 2003 as the launcher, but can't get it going. Also tried n64 too and goldeneye nearly works, but just goes to a black screen which when I exit to retroarch the game appears in the background. But no sound is bit of a killer.
So back to the drawing board! you think I might have better success with LE7 stock + gamestarter +iarl?
Anyone else had better success than me running IARL on rpi3 via LE? Please share!