Been working on this project for a day now so my head hurts because this is a new environment i'm working in.
I compiled attract mode from the wiki steps on top of my rpi3 retropie , https://github.com/mickelson/attract/wiki/Compiling-on-the-Raspberry-Pi-%28Raspbian-Jessie%29
it boots into emulationstation, which runs the snes and genesis perfect, first, altho once i have AM up and perfect I ll switch.
I cant figure out why I cant run a game. I am beginning with snes9x on the emulator page and have it pointed at the right rom path and generated the list up fine. but when i start a game on the list it doesn't start. it just lags a slight second and continue as if nothing happened.
executable path is
/opt/retropie/emulators/retroarch/bin/./retroarch
I know it's late and not to hijack your thread, but I just found this thread after having similar issues with launching genesis/megadrive roms in attract mode.
The line
/opt/retropie/emulators/retroarch/bin/./retroarch looks wrong to me, and someone with more knowledge can correct me but shouldn't it just be
/opt/retropie/emulators/retroarch/bin/retroarch
without the extra ./ you have in yours? I don't have that extra . you have in that path.
looks like my emulator path is different from everyone. how did everyone else install AM? with floob's prebuilt image?
anyone installed AM from the wiki directions?!?!
I compiled and installed the latest AM over the latest Retropie just from the wiki without a hitch.
So far I have Mame, NES, Atari2600, and SNES working great. Where my issue is similar to yours is with my megadrive/genesis not launching.
It's doing something similar to what you are experiencing with the SNES. All paths are as they should be in my case as I've done the other emulators and they are working great as stated.
Although I am not using the /opt/retropie/supplementary/runcommand/runcommand.sh as some are.
My path setup for genesis-plus-gx is:
Executable:
/opt/retropie/emulators/bin/retroarch
Command Arguments:
-L /opt/retropie/libretrocores/lr-genesis-plus-gx/genesis_plus_gx_libretro.so --config /opt/retropie/configs/megadrive/retroarch.cfg "[romfilename]"
Now this is working with the various other emulators, but just not with the megadrive and it's driving me nuts as well
All it does is flash the screen a second without launching, then return to the menu to pick another game.
Any ideas from the gurus here?