diddlesnaps / gog-galaxy-wine

MIT License
50 stars 1 forks source link

First run fails on fedora 33 #26

Open jriddy opened 3 years ago

jriddy commented 3 years ago

Tried to run this on Fedora 33 after a snap install.

I tried to run it on the command line to get a better log:

-> % gog-galaxy-wine                                            
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
ln: failed to create symbolic link './settings.ini': File exists
ln: failed to create symbolic link './bookmarks': File exists
ln: failed to create symbolic link './gtkfilechooser.ini': File exists

(yad:3026572): Gtk-WARNING **: 14:29:10.044: 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 /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
/snap/gog-galaxy-wine/171/bin/sommelier: line 62: 3026571 Broken pipe             "${WINETRICKS}" --unattended "${TRICK}"
     3026572 Aborted                 (core dumped) | yad --progress --title="Installing ${TRICK}" --width=400 --center --no-buttons --auto-close --auto-kill --on-top --pulsate

(yad:3026771): Gtk-WARNING **: 14:29:10.747: 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 /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
/snap/gog-galaxy-wine/171/bin/sommelier: line 62: 3026770 Broken pipe             "${WINETRICKS}" --unattended "${TRICK}"
     3026771 Aborted                 (core dumped) | yad --progress --title="Installing ${TRICK}" --width=400 --center --no-buttons --auto-close --auto-kill --on-top --pulsate

(yad:3026892): Gtk-WARNING **: 14:29:11.094: 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 /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
/snap/gog-galaxy-wine/171/bin/sommelier: line 62: 3026891 Broken pipe             "${WINETRICKS}" --unattended "${TRICK}"
     3026892 Aborted                 (core dumped) | yad --progress --title="Installing ${TRICK}" --width=400 --center --no-buttons --auto-close --auto-kill --on-top --pulsate

(yad:3027041): Gtk-WARNING **: 14:29:11.453: 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 /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
/snap/gog-galaxy-wine/171/bin/sommelier: line 55: 3027039 Exit 1                  wget "${INSTALL_URL}" -O "${TMPDIR}/${INSTALL_EXE}" 2>&1
     3027040 Broken pipe             | perl -p -e '$| = 1; s/^.* +([0-9]+%) +([0-9,.]+[GMKB]) +([0-9hms,.]+).*$/\1\n# Downloading... \2 (\3)/'
     3027041 Aborted                 (core dumped) | yad --progress --title="${INSTALL_EXE}" --width=400 --center --no-buttons --auto-close --auto-kill --on-top --no-escape
removed '/tmp/setup_galaxy_1.2.66.64.exe'
/snap/gog-galaxy-wine/171/bin/sommelier: line 101: cd: /home/jreed/snap/gog-galaxy-wine/common/.wine/drive_c/Program Files (x86)/GOG Galaxy: No such file or directory

Let me know if you need more details from the crash report. Since there are users of this snap on F33, I assume this is something weird for my system.

JEB12345 commented 3 years ago

I am having the same issue with the same output on OpenSUSE Tumbleweed.

lucyllewy commented 3 years ago

Hi, can you please try the release in candidate to see if that helps alleviate the issues?

If you already have the snap installed... ```bash sudo snap refresh --candidate gog-galaxy-wine ```
If you don't have the snap currently installed... ```bash sudo snap install --candidate gog-galaxy-wine ```