speed47 / dvdisaster

A tool providing additional ECC protection for optical media (unofficial version)
https://dvdisaster.jcea.es
GNU General Public License v3.0
283 stars 20 forks source link

AppImage issue #60

Closed anarchomoh closed 2 years ago

anarchomoh commented 2 years ago

Hi, I am getting an error when trying to run the app image:

/tmp/.mount_dvdisaGUl8Qd/usr/bin/dvdisaster: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

Can you help please?

speed47 commented 2 years ago

What is your Linux distro and version?

anarchomoh commented 2 years ago

Thanks for replying. I use Void Linux - it is rolling release.

speed47 commented 2 years ago

Interesting, never tried this distro, but theoretically AppImages should work everywhere, as all binaries and libraries dependencies are self-contained there and don't make too many assumptions about the host OS libs. I think I'll have to try to reproduce the problem in a VM with Void Linux installed.

anarchomoh commented 2 years ago

Thanks for trying, yes that's why I tried the AppImage.

speed47 commented 2 years ago

It seems to be a known bug on AppImage builder https://github.com/AppImage/AppImageKit/issues/1162 Implementing a workaround right now

speed47 commented 2 years ago

Can you try with the latest AppImage? I regenerated it implementing the workaround cited in the bug report above

anarchomoh commented 2 years ago

That update fixed the issue! Thanks Heaps!

speed47 commented 2 years ago

Glad to hear it works, thanks for reporting!