Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sylvhem

3
Posts
2
Topics
3
Followers
3
Following
A member registered Sep 01, 2018

Recent community posts

Hi! That may be a dumb question, but how does one run “Visual Out” on Linux exactly? Inside the ZIP file, I find three files that seem to be executable: nacl_helper_bootstrap, natives_blob.bin and snapshot_blob.bin. However, my system apparently can’t launch the two .bin files and executing nacl_helper_bootstrap in a terminal only display “bootstrap_helper: Usage: PROGRAM ARGS...”.

My operating system is Debian GNU/Linux 10.

I just tried to play the game again and it’s still happening.

Hi!

I'm currently trying to run the game on Debian 9, 64-bits edition. Sadly, the game won't launch because of missing libraries.

When executing ./runner in a terminal, at first I had the following error.

./runner: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

I fixed this by installing the libopenal:i386 package. But now, I have a new missing library

./runner: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Sadly, the libssl1.0.0 doesn't seem to be still available in Debian repository.