I was getting a
/usr/bin/emulationstation: line 13: 1557 Segmentation fault $es_bin “$@”
When trying to launch from the OSMC addon. Was launching fine when I called the retropie.sh script over ssh. Seems emulationstation does not work nicely when it is launched from certain directories (presumably ones it can’t write to). I worked around this by adding a
cd /home/osmc
just below the shbang of the retropie.sh script.
Running latest OSMC 2018.12
I was getting a$es_bin “$ @”
/usr/bin/emulationstation: line 13: 1557 Segmentation fault
When trying to launch from the OSMC addon. Was launching fine when I called the retropie.sh script over ssh. Seems emulationstation does not work nicely when it is launched from certain directories (presumably ones it can’t write to). I worked around this by adding a
cd /home/osmc
just below the shbang of the retropie.sh script.
Running latest OSMC 2018.12