Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry for the noob question but I'm new to Linux and I'm having trouble opening the game. I've tried ./ in terminal and ticking run as program help!

./ says

./insatia: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: no such file or directory

when i click run nothing happens

im on unity 16.04

Hi Mew2master! You need to run ./launch command in terminal, it's a bash script located in the game directory. Just running the insatia executable doesn't work because it cannot find necessary libraries packaged with the game (like libSDL2 as you see). The `launch` script sets special environment variable in order to help the executable find them.

BTW if you're enjoying games on itch.io in general, you may consider installing free (and open source) itch.io app. The app makes installing, running and updating most of the itch.io games (including Insatia) very easy - no need to use terminal!

(1 edit)

When I run ./launch i get this 

./x64/insatia: error while loading shared libraries: ./x64/libSDL2-2.0.so.0: file too short

Nvm I installed the app and it is SO much easier, thank you