Linux Appimage: error on startup

Issue #237 new
alexp created an issue

The appimage won’t start on my machine running Solus 4.3.

I am getting the following error message:

me@mycomputer ~ $ ./ART.AppImage 
/tmp/.mount_ART.Ap1BUldl/art/ART.bin: symbol lookup error: /usr/lib64/libfreetype.so.6: undefined symbol: hb_ot_tags_from_script_and_language

Comments (6)

  1. alexp reporter

    I have not tried anything besides the Appimage so far, as I am not very experienced with installing binaries that are not just straight from my operating system’s repositories. If you can direct me to a place with some basic instructions I would gladly try it.

  2. alexp reporter

    I just tried it and get the following error

    me@mycomputer ~/Downloads/ART-1.12.1-linux64 $ ./ART.bin 
    ./ART.bin: error while loading shared libraries: liblensfun.so.2: cannot open shared object file: No such file or directory
    
    Note that lensfun is installed (version 0.3.2-6)
    

  3. alexp reporter

    It’s alive now! Thanks!
    I do get the following warning though

    usr/lib/gio/modules/libgvfsdbus.so: undefined symbol: gvfs_is_ipv6
    Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
    /usr/lib/gio/modules/libgiolibproxy.so: undefined symbol: g_task_set_name
    Failed to load module: /usr/lib/gio/modules/libgiolibproxy.so
    /usr/lib/gio/modules/libgioremote-volume-monitor.so: undefined symbol: g_mount_operation_get_is_tcrypt_hidden_volume
    Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
    /usr/lib/gio/modules/libdconfsettings.so: undefined symbol: g_log_structured_standard
    Failed to load module: /usr/lib/gio/modules/libdconfsettings.so
    /usr/lib/gio/modules/libgiognutls.so: undefined symbol: g_byte_array_steal
    Failed to load module: /usr/lib/gio/modules/libgiognutls.so
    /usr/lib/gio/modules/libgioopenssl.so: undefined symbol: g_task_set_name
    Failed to load module: /usr/lib/gio/modules/libgioopenssl.so
    Gtk-Message: Failed to load module "canberra-gtk-module"
    Gtk-Message: Failed to load module "canberra-gtk-module"
    
    (ART.bin:34817): Gtk-WARNING **: Allocating size to gtkmm__GtkHPaned 0x4c0ae8b6440 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
    
    (ART.bin:34817): Gtk-WARNING **: Allocating size to gtkmm__GtkPaned 0x4c0ae8b6800 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
    

    However, ART seems to run just fine.

  4. Log in to comment