Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Linux version should include static libraries

A topic by Savior42 created May 24, 2018 Views: 281 Replies: 1
Viewing posts 1 to 2
(+1)

I had problems running the game, having received messages such as "./FXL: error while loading shared libraries: libXtst.so.6: cannot open shared object file: No such file or directory", even though I had the library installed. Turns out this is because the game is 32bit, so on my 64bit system, I had to install the 32bit version of the missing libraries.

I think you should consider either releasing a 64bit version of the game, or packaging the static libraries with it.

The full list of libraries missing:

  • libxtst-6:i386
  • libgconf-2-4:i386
  • libxss1:i386

The list above is for Ubuntu, Mint, etc; those using other distros might need to add :i686 to the name of the library. 

Or at least they can write which libraries is required so that we can install them from repo.