Skip to main content

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

I was intrigued about why 1.9.10 version worked and 1.10.[4] don't.

Then I ran the 1.9.10 and closed, got to the generated folder on /home/.net and copied the libglfw.so.3 file.

Then I ran the 1.10.4 just to the game make the new /home/.net folder and I threw the file libglfw.so.3 there... and it worked...

[edit] and, I'm sorry. I'm not an expert. When I installed glfw 3.4 first, I did it wrong. I build a file called "glfw3.a" only. i saw some instructions now and I had to set "cmake -DBUILD_SHARED_LIBS=ON" then "make all" first. Now the game works

(+1)

I am glad it finally worked.

If I understand you correctly the 1.9.10 works because it generates the .so file but 1.10.4 is not? Or is it now working with all versions after your fix?

The 1.10.4 generates the file too. But for some reason, the game doesn't run and shows that error. It worked when I took the file from the 1.9.10 and put on 1.10.4 folder. When I built the .so file from source also worked.