Noob help!
First post. I have put together an almost perfect setup with Attract mode, except for one issue I cannot get past.
So far everything works (the ataris, the nintys, the segas, psx, etc etc), the one I cannot get to work is Arcade / FBA.
Retropie 4.1.6 with latest Floobs.
I first attempted to create an Arcade emulator section, all of which point to my arcade roms folder. It generated the rom list just fine, the snaps/wheels all work. However, the moment I select a game to play Attract mode freezes and I have to hard boot.
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ arcade "[romfilename]"
rompath /home/pi/RetroPie/roms/arcade
romext .zip
system Arcade
info_source thegamesdb.net
import_extras
artwork flyer
artwork marquee
artwork snap /home/pi/RetroPie/roms/arcade/snap
artwork wheel /home/pi/RetroPie/roms/arcade/wheel
I used Floobs already created FBA emulator with no changes, freezes
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ fba "[romfilename]"
rompath /home/pi/RetroPie/roms/fba
romext .zip;.fba
system Arcade
info_source thegamesdb.net
import_extras /home/pi/.attract/mame-config
artwork flyer /home/pi/RetroPie/roms/fba/flyer
artwork marquee /home/pi/RetroPie/roms/fba/marquee
artwork snap /home/pi/RetroPie/roms/fba/snap
artwork wheel /home/pi/RetroPie/roms/fba/wheel
I modifed the FBA emulator to use the Arcade roms folder I had created instead, also pointing to the Arcade snap/wheel folders. Again, roms show up, snaps and wheels look great, but freezes on game selection. IT freezes instantly as well, I don't even get the the "press A bla bla" after you launch a game.
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ fba "[romfilename]"
rompath /home/pi/RetroPie/roms/arcade
romext .zip;.fba
system Arcade
info_source thegamesdb.net
import_extras
artwork flyer
artwork marquee
artwork snap /home/pi/RetroPie/roms/arcade/snap
artwork wheel /home/pi/RetroPie/roms/arcade/wheel
If i load Arcade games under Emulation Station the games work, no issues....
I am at a loss here....any ideas?
Let me know what else I can copy and paste from my configs if it helps.
EDIT: Hmm, noticed it also freezes when I attempt to access RetroPie setup from the AM setup screen. This is not an issue under ES. I have no idea whats going on.
Thanks!