vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything, MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2k stars 218 forks source link

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name #136

Open SadeghPouriyanZadeh opened 11 months ago

SadeghPouriyanZadeh commented 11 months ago

i'm using ubuntu 23.04. i downloaded anylabeling AnyLabeling-Linux v0.3.3 and gave it +x permission and opened it using terminal to log whether there is problem or not. when the app opens, these error pop up in terminal and then the app crashes after selecting "open folder" and openning a sample folder.

    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
    Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
    Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
    Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
    /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
    Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

so i tried to ldd the app and find the required packages for it and this is the result:

    linux-vdso.so.1 (0x00007ffc78dec000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6a897f3000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6a897d5000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6a897d0000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6a89400000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f6a89817000)

so all of them are installed.

i checked the library called gvfs where undefined symbol is occured in it. the latest verion of it is installed (1.50.4-1).

I feeled that the problem may be because of qt but after reinstalling it, the problem of crashing remained.

I don't know what to do more than that. What's ur suggestion for solving this problem?