It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi

I recently bought the game and I have two times tried to install it. It installs ok,but when I try to run it nothing happens. If I try to run the scriptfrom shell I get:

$ ./start.sh
Running Shelter 2
support/gog_com.shlib: line 106: ./Shelter2.x86: No such file or directory

If I try to run the program directly:

$ ./Shelter2.x86
bash: ./Shelter2.x86: No such file or directory

with strace I only get this:

$ strace ./Shelter2.x86
execve("./Shelter2.x86", ["./Shelter2.x86"], [/* 62 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit_group(1) = ?
+++ exited with 1 +++

Do anybody know how to fix this?
Found the solution! :-)

If anybody have the same issue here is what to do:

1. You must install Wine (I didn't think that was needed for Mono games)

Open a Terminal and run:

sudo apt-get install wine

2. You must go to where the game was installed and go into the Shelter 2 folder

In a terminal run :

cd the-path-to-game/Shelter\ 2

mv lib lib-old

then the game works.
Post edited May 15, 2016 by oblidor
avatar
oblidor: Found the solution! :-)

If anybody have the same issue here is what to do:

1. You must install Wine (I didn't think that was needed for Mono games)

Open a Terminal and run:

sudo apt-get install wine

2. You must go to where the game was installed and go into the Shelter 2 folder

In a terminal run :

cd the-path-to-game/Shelter\ 2

mv lib lib-old

then the game works.
You don't need wine for that. Just rename your "lib" directory.