Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: fumblingwisdom on February 03, 2017, 11:09:08 PM

Title: Attract mode not Autostarting anymore?
Post by: fumblingwisdom on February 03, 2017, 11:09:08 PM
Can someone please post what the autostart.sh and AM-Start.sh files should read like ? I was attempting to delay the boot time by editing the files and now I can't get Attract mode to launch at startup
Title: Re: Attract mode not Autostarting anymore?
Post by: progets on February 03, 2017, 11:22:19 PM
The only thing you really need in the autostart.sh file is

Code: [Select]
attract

If you want a delay use
Code: [Select]
sleep 5
attract
Title: Re: Attract mode not Autostarting anymore?
Post by: fumblingwisdom on February 04, 2017, 09:52:18 AM
# Original
# emulationstation #auto
# stty -echo;attract &> /dev/null; stty echo
# attract > /dev/null 2>&1
attract


This what my autostart.sh looks like, I also tried deleting everything and only having

sleep 5
attract

Neither is working, any help?? In the terminal is says

/opt/retropie/configs/all/autostart.sh: Line 5: $`attract\r`: command not found

/opt/retropie/configs/all/autostart.sh: Line 6: $`\r`: command not found