Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Linux verson: no model displayed at startup, or after load. Tried --display-driver opengl3 and vulkan, no change.  Win version runs fine under Wine on same Debian box, and shows model on startup.

(1 edit)

So make sure the execute bit is set in the file named gltfpack_linux in the ./bin directory.  Its set in the ZIP file, but depending on which distro you are using it does not set the execute bit correctly when unzipping.  Let me know if that fixes it.

(2 edits)

-rwxrwxrwx so exec bit already set.  I am running quite an old Debian 11 (Bullseye). It runs Godot 4.4.1 no problem. Your gltf_pack probably needs a more recent linux.  I suspect it will work on Bookworm and will give it a test soon.

There is a minimum glibc version that you need for it to work on Linux.  I think whatever version of glibc that ships with Ubuntu-22.04 is the minimum version it supports. 

Confirmed working on Debian 12 Bookworm.