Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emulationstation segfaulting from launcher #59

Open
hakuya opened this issue Feb 11, 2019 · 5 comments
Open

emulationstation segfaulting from launcher #59

hakuya opened this issue Feb 11, 2019 · 5 comments

Comments

@hakuya
Copy link

hakuya commented Feb 11, 2019

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

@FastHogi
Copy link

I can confirm this, because I had the same issue after updating emulationstation to V2.8.1RP.
hakuya's workaround fixed it for me, too. Thank you.

@JiriHradsky
Copy link

I see same issue, but I'm new in OSMC and all these stuff. Can someone please describe in details how to "add cd /home/osmc just below the shbang of the retropie.sh script."
Thank you.

@FastHogi
Copy link

Edit the file \home\osmc\RetroPie\scripts\retropie.sh and add a new line at line 20 just below the line echo '#!/bin/bash (shbang means the "#!" string). So line 19 - 21 should look like this:

echo '#!/bin/bash
cd /home/osmc

es_bin="/opt/retropie/supplementary/emulationstation/emulationstation"

@morel666
Copy link

This solution also helped in my case, where emulationstation was not starting via launcher plugin, and starting normally when retropie.sh sript was executed directly on linux.

@DenimTornado
Copy link

Damn, why i came here only after Uninstalling it all!!? Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants