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

×
The start.sh file looks for libs in "Risk_of_Rain/lib", but these two libraries are located in "Risk_of_Rain/game/lib". Either moving the files to "Risk_of_Rain/lib" or editing the start.sh will fix the problem.
Same problem here on Linux Mint 19. I tried this fix but it didn't work for me.

I'll wait for GoG to fix their installer.
avatar
tainium: (…)
As you’re using Mint, you might want to give a try to the ./play.it installer for this game. It does handle the issues related to the outdated libssl needed by the game.
avatar
tainium: Same problem here on Linux Mint 19. I tried this fix but it didn't work for me.

I'll wait for GoG to fix their installer.
this is what i got

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???
I am on Fedora and created symbolic links from those libs.

```
sudo ln -s <install path>/Risk_of_Rain/game/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.1.0.0
sudo ln -s <install path>/Risk_of_Rain/game/lib/libssl.so.1.0.0 /usr/lib/libssl.so.1.0.0
```

Before that I had to install the open-soft.i686 package.
`sudo dnf install openal-soft.i686`