YARC-Official / YARC-Launcher

The official launcher for YARG (a.k.a. Yet Another Launcher or YAL)
Other
52 stars 9 forks source link

AppImage doesn't launch on Gentoo #33

Open gazecube opened 8 months ago

gazecube commented 8 months ago

I downloaded the AppImage for the latest release of YARC and when I ran it, I got this error: yarc-launcher: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

libthai isn't in the main Gentoo repository, it's only available if you add an unofficial overlay, which might really confuse anyone who doesn't know how to add and manage overlays in Gentoo. The solution I propose is to add libthai.so.0 to the AppImage to prevent issues like the one I'm experiencing from happening on distros that don't contain libthai by default, (or don't have them in their repos)

EliteAsian123 commented 8 months ago

I believe this is a problem with Tauri, as it has been reported before (https://github.com/tauri-apps/tauri/issues/4930). I'm not really sure if that's something we can forcibly include, so I'll have to look into it!