Sorry I don't support other builds. Here's my script but I don't think it'll work on LE7 due to missing rpm2cpio.
Just nuke your /storage/.kodi and start fresh.
 
															
		Sorry I don't support other builds. Here's my script but I don't think it'll work on LE7 due to missing rpm2cpio.
Just nuke your /storage/.kodi and start fresh.
Seems like Emulationstation writes the exit status to /tmp/es-restart and /tmp/es-shutdown:EmulationStation/emulationstation.sh at master · Herdinger/EmulationStation · GitHub
Put the same while loop in your autostart and remove sudo.
This is my autostart.sh:
/usr/bin/emulationstation.sh
while true; do
    rm -f /tmp/es-restart /tmp/es-sysrestart /tmp/es-shutdown
    ./emulationstation "$@"
    [ -f /tmp/es-restart ] && continue
    if [ -f /tmp/es-sysrestart ]; then
        rm -f /tmp/es-sysrestart
        reboot
        break
    fi
    if [ -f /tmp/es-shutdown ]; then
        rm -f /tmp/es-shutdown
        poweroff
        break
    fi
    break
donenow, emulationstation does not launch at boot and shutdown option is still not working.
The funny thing is that if I remove all the new lines and let only "/usr/bin/emulationstation.sh" even though emulationstation does not start...
It should be obvious whats wrong just looking at it. Will let you figure it out 
EDIT: emulationstation.sh is for launching from Kodi btw, you should use emulationstation.start
It should be obvious whats wrong just looking at it. Will let you figure it outEDIT: emulationstation.sh is for launching from Kodi btw, you should use emulationstation.start
wooow I would never find out, i am so noob...   
 
I will change that line and hope both shutdown and autostart work.
I'll be back.
You're not trying hard enough 
You are trying to run ./emulationstation in the while loop, you should be running emulationstation.start there. There should be nothing else outside the while loop.
so my autostart.shshould looke like this, right?
while true; do
    rm -f /tmp/es-restart /tmp/es-sysrestart /tmp/es-shutdown
    emulationstation.start "$@"
    [ -f /tmp/es-restart ] && continue
    if [ -f /tmp/es-sysrestart ]; then
        rm -f /tmp/es-sysrestart
        reboot
        break
    fi
    if [ -f /tmp/es-shutdown ]; then
        rm -f /tmp/es-shutdown
        poweroff
        break
    fi
    break
doneThat looks correct, but as it seemed kind of hacky and I might find a use for it as well, I've fixed up the shutdown options in the new build 
20161126:
Hey escalade!  Another try from scratch today. I'm not giving up
 Another try from scratch today. I'm not giving up 
Got this error straight after installation and reboot ==>
Any idea whats wrong?
The squashfs hasn't been mounted correctly, as far as I can tell. This doesn't happen with the LE8 alphas?
The squashfs hasn't been mounted correctly, as far as I can tell. This doesn't happen with the LE8 alphas?
Didn't try any other LE8 than your. It's booting from sd card alright when I remove HDD on which is my LE7 installed.
You should check that then and perhaps create your own thread.
I try the build 26.11 and geht this here
Hm, it works for me. Did you upgrade or use the image? I see now that the generic image wasn't compressed, wonder if something went wrong during the build. I'll rebuild that.
EDIT: Uploaded 20161127 rebuild
Works now
3 questions
How can disable Chrome in mainmenu?
Where are the display driver in LibreConfig?
How can i run emulatorstation? I geht a error
Regard
How can i run emulatorstation? I geht a error
That error screens means you have no roms in rom folders, so there is no system to show. If you copy some roms inside roms/whatever that system will show in emulationstation...
THX 
Can i also put GameCube vor Wii Games in the Rom folder?
Yes, you can. As for for the Chrome entry it's hardcoded in the skin. You'd have to install an Estuary version without it into your /storage/.kodi/addons folder.
ok, i must install the "native" Kodi skin, and after this i must patch this ?
 
--- a/1080i/Home.xml	2016-04-07 20:26:46.780304306 +0200
+++ b/1080i/Home.xml	2016-04-07 20:51:29.124300049 +0200
@@ -1110,6 +1110,18 @@
 								<thumb>icons/defaulticons/DefaultAddonGame.png</thumb>
 								<property name="id">emulationstation</property>
 							</item>
+							<item>
+								<label>Chrome</label>
+								<onclick>XBMC.System.Exec(/usr/bin/google-chrome-stable)</onclick>
+								<thumb>DefaultAddonWebSkin.png</thumb>
+								<property name="id">chrome</property>
+							</item>
+							<item>
+								<label>Spotify</label>
+								<onclick>XBMC.System.Exec(/usr/bin/spotify)</onclick>
+								<thumb>DefaultAddonMusic.png</thumb>
+								<property name="id">spotify</property>
+							</item>
 						</content>
 					</control>
 				</control>are the first 3 lines are correct?
a question about controller: whcih controller are supported in emulatorstation.
i try a XBOX 360 wired and a Logitech Rumble2. emu-station show no reaction, if i 
use one of this both.
 
		