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

×
Linux Mint risk_of_rain_2.1.0.6 wont start, tried running from desktop shortcut but nothing, then tried running from game directory start.sh and nothing, so I tried running from terminal and it says:

~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./start.sh: line 19: ./Risk_of_Rain: No such file or directory

this is what line 15 to 21 say in start.sh of game directory:

# Actions
run_game() {
echo "Running ${GAME_NAME}"
cd game
./"Risk_of_Rain" <--- this is line 19

}

I looked inside game folder and Risk_of_Rain is there, but I cant figure our why it cant be opened and when trying to open it from terminal I get the same thing:

~/GOG Games/Risk of Rain/game$ ./Risk_of_Rain
bash: ./Risk_of_Rain: No such file or directory

but the file is there:

~/GOG Games/Risk of Rain/game$ ls
assets lib Risk_of_Rain run.sh

wtf is going on why can the computer see the file with ls command but not find it with ./Risk_of_Rain command???
No posts in this topic were marked as the solution yet. If you can help, add your reply
You need to add 32-bit binaries support to your system, you can do this with the following commands:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
avatar
vv221: You need to add 32-bit binaries support to your system, you can do this with the following commands:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
avatar
vv221:
Hi, thank you for the help, I did as you told me and added the 32 bit binaries with the terminal commands that you gave me. the game still wont start, but it seems that some progress was made, now wen I run the ./start in terminal i get the following:

~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./Risk_of_Rain: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory


I don't know what to do, please help.
Post edited January 10, 2019 by cgr37712
avatar
vv221: You need to add 32-bit binaries support to your system, you can do this with the following commands:

sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libc6:i386
avatar
vv221:
ok so i researched the issue a bit on how to install libz.so.1 I followed the instructions from here:
https://duckduckgo.com/?q=error+while+loading+shared+libraries%3A+libz.so.1%3A+cannot+open+shared+object+file%3A+No+such+file+or+directory+&amp;t=lm&amp;ia=web

I go ahead and type in terminal:

sudo apt-get install zlib1g:i386

after install now i get:

~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./Risk_of_Rain: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory

ok, so now i googled a little bit more for how t install libXxf86vm.so.1 and I follow these instructions:
https://askubuntu.com/questions/836356/sudo-apt-get-install-libxxf86vm-dev-fails-on-ubuntu-16-04

I type n terminal:

sudo apt-get install libxxf86vm-dev

And not im stuck because I still get this:

~/GOG Games/Risk of Rain$ ./start.sh
Running Risk of Rain
./Risk_of_Rain: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory
Post edited January 10, 2019 by cgr37712
avatar
cgr37712: (…)
You should get all needed dependencies by running the following command:

sudo apt install libc6:i386 libstdc++6:i386 libglu1-mesa:i386 libopenal1:i386 libxrandr2:i386 libcurl3:i386
avatar
cgr37712: (…)
avatar
vv221: You should get all needed dependencies by running the following command:

sudo apt install libc6:i386 libstdc++6:i386 libglu1-mesa:i386 libopenal1:i386 libxrandr2:i386 libcurl3:i386
avatar
vv221:
ran the command that you game on the terminal and the game finally works, thank you kind sir may god bless you with a bunch of kids.
Post edited January 13, 2019 by cgr37712
avatar
cgr37712: (…)
Nice, have fun with this great game and its awesome soundtrack ;)