-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
I can confirm this, because I had the same issue after updating emulationstation to V2.8.1RP. |
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." |
Edit the file \home\osmc\RetroPie\scripts\retropie.sh and add a new line at line 20 just below the line
|
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. |
Damn, why i came here only after Uninstalling it all!!? Thx! |
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
The text was updated successfully, but these errors were encountered: