Amadren: You have to install an older version of libcurl.
To do so, download this:
http://pkgbuild.com/git/aur-mirror.git/plain/lib32-curl/PKGBUILD?id=6707050b2be285305465f2d5c1780b0e610668f2 Save it in a new directory, rename it "PKGBUILD"
Open terminal, "cd /path/to/pkgbuild_directory"
Run "makepkg"
Enjoy.
I will make a dotslashplay.it script for it as soon as I'll buy it.
Have a nice day
BasedDoctorWorm: I got this
../lib/.libs/libcurl.so: undefined reference to `SSLv3_client_method'
collect2: error: ld returned 1 exit status
Makefile:536: recipe for target 'curl' failed
make[2]: *** [curl] Error 1
make[2]: Leaving directory '/home/worm/Downloads/pkgbuild/src/curl-7.23.1/src'
Makefile:457: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/worm/Downloads/pkgbuild/src/curl-7.23.1/src'
Makefile:426: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
BasedDoctorWorm: this didn't work for me neither
Gydion: Similar problem & fix with
Hyper Light Drifter.
BasedDoctorWorm: Did you try just symlinking libcurl.so.3 to game directory libcurl.so.4?
ln -s /usr/lib32/libcurl.so.3 "/home/worm/GOG\ Games/Risk of Rain/game/libcurl.so.4"
editing run.sh in game dir to this:
#!/usr/bin/env bash
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`pwd`" ./Risk_of_Rain
and then running
./run.sh
Apart from my hardware specific glitches (I'm assuming) this seems to work for me.
If using original start.sh it doesn't start for me.