You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten this installed in a fresh VM, bumping the version within xpbs-src from 2.9.4 to 2.11.2 for EmulationStation.
After installing the updated version, the existing error still occurs.
My instinct is that RetroPie/EmulationStation#427 (comment) is an issue, the compilation process assumes that certain files in the user's home directory are already available.
RetroPie/EmulationStation#427 (comment) provides the paths that are checked. What's confusing to me is that it checks the bindir - they should be checking files outside of the bindir (/usr/bin/retropie -> /usr/share, no?).
This appears to explain why it worked for the packager and not us.
site-note: the patch void has looks like it's no longer necessary as the developers include time.h possibly making ctime no longer relevant - unless I misunderstand something.
Edit: RetroPie/EmulationStation#819 should address it. Unless I'm wrong, there's no good way to package this until EmulationStation's basedir assumptions conforms to a spec.
Edit 2: feranur on irc suggested packaging the required files under /usr/share/examples/emulationstation/, which is probably our best bet at providing the necessary config/font files to the user. I'm not 100% clear on how to notify a user of this change at the package level other than INSTALL.msg, but it's a start.
Edit 3: An EmulationStation maintainer suggested importing an existing patch which checks /usr/share/EmulationStation/ for /resources/, I've done that. I can still set up an examples/ but it seems less important.
Is this a new report?
Yes
System Info
Void 6.3.10_1 x86_64 GenuineIntel notuptodate rFF
Package(s) Affected
EmulationStation-2.9.4_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://retropie.org.uk/forum/topic/21196/emulation-station-will-not-boot-after-update
Expected behaviour
Should open with no errors.
Actual behaviour
Does not launch. Output of
emulationstation --debug
Steps to reproduce
Install emulationstation and try opening with
emulationstation
The text was updated successfully, but these errors were encountered: