-
Notifications
You must be signed in to change notification settings - Fork 34
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
Latest AppImage fails on Ubuntu 21.04 #96
Comments
Thanks for the report. Do you have any logs? When you say it works on master, did you compile it yourself? In what format? |
I've already removed it, but I'll give it a retry soon and post logs. Yes, I compiled the latest version from master myself, which works fine. Not sure what you mean with what format, but I've |
When running the AppImage, I get the following output: $ ./SamRewritten-Ubuntu_18.04--d29ad13-x86_64.AppImage
Error opening the Steam Client library. /home/timvisee/.steam/steam/linux64/steamclient.so may not exist. Info:
/home/timvisee/.steam/steam/linux64/steamclient.so: cannot open shared object file: No such file or directory
Trying alternate Steam Client library path.
Gtk-Message: 14:24:31.323: Failed to load module "colorreload-gtk-module"
(samrewritten:277254): Gtk-WARNING **: 14:24:31.407: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze-dark/status/16/image-missing.svg: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_font_options_get_variations (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze-dark/status/16/image-missing.svg: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_font_options_get_variations (gdk-pixbuf-error-quark, 5)
/tmp/.mount_SamRewkXmA6M/AppRun: line 8: 277254 Aborted (core dumped) ${SCRIPT_PATH}/samrewritten $@ It looks like it can't find Based on the following command, it looks like my shared object is located in $ locate steamclient.so | grep linux64
/home/timvisee/.steam/linux64/steamclient.so Again: this issue doesn't show up when |
It appears you are right. I just noticed that the same shared object error came up with the newly compiled build. I initially thought the GTK errors after it (in the log above) was just additional noise. Sorry for not noticing this earlier. |
The latest AppImage provided with the latest release fails to launch due to an incorrect shared object path.
The current master fixed this and runs fine.
Are there any plans for a new release including an AppImage?
The text was updated successfully, but these errors were encountered: