Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

I'm on a system on Ubuntu 22.04, and I get the error:

ERROR: Can't open dynamic library: bin/libgdsion.linux.template_release.x86_64.so. Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found

which causes it to crash shortly after startup.

Ubuntu 22.04 uses glibc 2.35. After looking into it, it seems like Godot's default export templates should support glibc 2.31. Does the most recent Linux version happen to use custom export templates?

Bosca doesn’t use custom export templates. But, this error points to GDSiON, a synthesizer library that Bosca uses, which may be compiled against a different version of glibc. I’ll look into it, thanks for the heads up!

I’ve just uploaded version 3.1.2 which is compiled against Ubuntu 22.04 instead of 24.04. Let me know if this resolves the issue for you!

(+1)

Works on my machine now, thanks for the update!

Cheers! Thanks for checking <3