-
Notifications
You must be signed in to change notification settings - Fork 2
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
$ etlegacy.etl-x11 : libGL.so.1: cannot open #2
Comments
Thanks for trying. Same issue on my side (v2.82.1.294 edge) :
I have snapcrafted the package on my Ubuntu 24.04.
The game does run (in X11 only, not Wayland) and is playable, but without sound nor music. Perhaps adding more Alsa code in the snapcraft may help. |
@Dadu042 When you typed As reminder you need to run in wayland session to make use of wayland part Alsa is added there same as pulseaudio (But I have to recheck that) Will play with that change you made PS: When you create snap in your local pc GL is always there it is only missing from GIthub Actions We build on |
Version: Edge (Snap) 2.82.1.251. OS: Ubuntu 24.04 (intel IGP + Nvidia GPU).
To fix this issue: in the snapcraft.yaml file, after 'parts: etl:'
I think you should have 'build-packages:' listing '- libopengl-dev' , then 'stage-packages:' listing '- libopengl0'.
The text was updated successfully, but these errors were encountered: