Posted May 15, 2016
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?
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?