Skip to main content

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

Hm.  On my machine, It couldn't find liblua.so.5.4. I have lua 5.4 on the machine, I checked, but it's in /usr/lib64 as liblua5.4.so.5.4.  I made a copy under the right name, and when I tried to run the program I got 'Illegal Instruction', which I imagine is a lua thing?

Me too.

Sorry about that I'll look into it. I wonder if it is because I switched to zig as the build system and I wasn't careful about some things. I think I have a rough idea of what is going on. I'm doing some unintended dynamic linking . What distro are you using btw?

Yeah so basically lua, glfw, vulkan, and freetype are all needed to run. If you have time to show me the error msg, I'd appreciate it. Thanks for the input!