Hey guys,
I experience a strange phenomenon:
When I launch a game in RetroArch via Terminal, it works great:
/Applications/RetroArch.app/Contents/MacOS/RetroArch -L /Applications/RetroArch.app/Contents/Resources/cores/mame2015_libretro.dylib "/Volumes/Roms/arcade/xxx.zip" --appendconfig "/Users/xxx/Documents/RetroArch/overlays/configs/MAME2003.cfg|/Users/thermo/Documents/RetroArch/overlays/configs/ARCADE/[name].cfg"
But from AM with the same config nothing happens:
executable /Applications/RetroArch.app/Contents/MacOS/RetroArch
args -L /Applications/RetroArch.app/Contents/Resources/cores/mame2015_libretro.dylib "[romfilename]" --appendconfig "$HOME/Documents/RetroArch/overlays/configs/MAME2003.cfg|$HOME/Documents/RetroArch/overlays/configs/ARCADE/[name].cfg"
rompath /Volumes/Roms/arcade
I tried to dig a little deeper and found somewhere a clue with a force command "-f".
So I added it:
args -f -L /Applications/RetroArch.app/Contents/Resources/cores/mame2015_libretro.dylib "[romfilename]" --appendconfig "$HOME/Documents/RetroArch/overlays/configs/MAME2003.cfg|$HOME/Documents/RetroArch/overlays/configs/ARCADE/[name].cfg"
What happens is: RetroArch opens and the rom loads, but the screen freezes after some seconds...

(and in the background still plays the sound from the AM snap)
Is there a problem with AM starting other Apps?
Has someone solved a similar or the same problem?
Thanks in advance!