sc-controller icon indicating copy to clipboard operation
sc-controller copied to clipboard

v0.4.8 launch issue

Open danrobi11 opened this issue 3 years ago • 6 comments

OS= MX Linux 19.3 based Debian GNU/Linux 10 (buster)

$ ./sc-controller-0.4.8.glibc-x86_64.AppImage
python2: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_sc-con2IMiEA/usr/lib/libpython2.7.so.1.0)

(zenity:29385): GdkPixbuf-WARNING **: 11:17:50.566: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

(zenity:29385): GdkPixbuf-WARNING **: 11:17:50.642: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

(zenity:29385): Gtk-WARNING **: 11:17:50.642: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.

(zenity:29385): GdkPixbuf-WARNING **: 11:17:50.643: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/gnome/48x48/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
/tmp/.mount_sc-con2IMiEA/AppRun: line 28: 29385 Aborted                 "$@"

Try running the command gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache to make things work again for the time being

$ gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
bash: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache: No such file or directory

danrobi11 avatar Dec 03 '20 16:12 danrobi11

Same here. It seems that it's looking for loadres.cache in /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache but I've it in /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache

If I symlink the whole directory, still get this error:

Traceback (most recent call last):
  File "/tmp/.mount_sc-conYTcjhT/usr/bin/scc", line 6, in <module>
    from scc.scripts import main
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/site-packages/scc/scripts.py", line 8, in <module>
    from scc.tools import init_logging, set_logging_level, find_binary
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/site-packages/scc/tools.py", line 15, in <module>
    import os, sys, ctypes, imp, shlex, gettext, logging
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

(zenity:264859): Gtk-WARNING **: 12:17:53.059: Failed to set text 'Traceback (most recent call last):
  File "/tmp/.mount_sc-conYTcjhT/usr/bin/scc", line 6, in <module>
    from scc.scripts import main
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/site-packages/scc/scripts.py", line 8, in <module>
    from scc.tools import init_logging, set_logging_level, find_binary
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/site-packages/scc/tools.py", line 15, in <module>
    import os, sys, ctypes, imp, shlex, gettext, logging
  File "/tmp/.mount_sc-conYTcjhT/usr/lib/python2.7/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ImportError: libffi.so.7: cannot open shared object file: No such file or directory' from markup due to error parsing markup: Error en la línea 10, carácter 93: Element “markup” was closed, but the currently open element is “module”

krotax01 avatar Dec 09 '20 11:12 krotax01

@danrobi11 @krotax01

Did either of you post this on the MX Linux forum? I haven't seen this issue reported.

By chance are you running MX AHS or KDE?

FWIW, I am packaging and testing this version right now, if things go well it will be in the repo first chance I get.

SwampRabbit avatar Jan 10 '21 08:01 SwampRabbit

@SwampRabbit I did not reported to MX forum. Didnt thought it was a distro specific issue. WM: Spectrwm

I am packaging and testing this version right now, if things go well it will be in the repo first chance I get

Thanks!

danrobi11 avatar Jan 10 '21 10:01 danrobi11

@SwampRabbit I did not reported to MX forum. Didnt thought it was a distro specific issue. WM: Spectrwm

I am packaging and testing this version right now, if things go well it will be in the repo first chance I get

Thanks!

It may not be, it may be the appimage in general and/or the appimage on MX Linux.

But I've packaged several versions for MX Linux now, so you shouldn't have to use the appimage.

sc-controller built fine, installs and launches in a MX-19 AHS VM just fine, will test on a physical system with a Steam controller soon.

SwampRabbit avatar Jan 10 '21 17:01 SwampRabbit

@danrobi11 @krotax01

Did either of you post this on the MX Linux forum? I haven't seen this issue reported.

By chance are you running MX AHS or KDE?

FWIW, I am packaging and testing this version right now, if things go well it will be in the repo first chance I get.

Didn't post in MX Linux forum. Running Kubuntu 20.10.

krotax01 avatar Jan 11 '21 09:01 krotax01

I just attempted to launch for the first time and I'm having the same problem. running Pop! OS 20.10

ryanayoung avatar Mar 12 '21 03:03 ryanayoung