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

×
avatar
popperik: I got the same on Arch, but I haven't really tried making it work, just ran the installer and that's it.
avatar
ssokolow: Edit ROR.sh, add `echo Working Directory: $PWD` and `ls -1` lines before the call to ./ROR.bin, and then run it in a terminal window and pastebin the output.
I'll do that the next time I get a chance, but here's something else I found.

When I was in the Risk of Rain/Game folder, where both ROR.sh and ROR.bin reside,

running ./ROR.bin

says there's no such file or directory, which is quite strange. So I think the script is in the right folder, but something ain't right with the binary. It is of course executable.
avatar
ssokolow: Edit ROR.sh, add `echo Working Directory: $PWD` and `ls -1` lines before the call to ./ROR.bin, and then run it in a terminal window and pastebin the output.
avatar
popperik: I'll do that the next time I get a chance, but here's something else I found.

When I was in the Risk of Rain/Game folder, where both ROR.sh and ROR.bin reside,

running ./ROR.bin

says there's no such file or directory, which is quite strange. So I think the script is in the right folder, but something ain't right with the binary. It is of course executable.
That is strange. Try unpacking the installer without running it by using my makeself_safeextract script with the --mojo option and then copying over the ROR.bin file.
same outcome.

sh ./start.sh
./start.sh: 6: ./start.sh: Bad substitution
./start.sh: 8: ./start.sh: source: not found
./start.sh: 11: ./start.sh: get_gameinfo: not found
./start.sh: 12: ./start.sh: get_gameinfo: not found
./start.sh: 13: ./start.sh: get_gameinfo: not found
./start.sh: 33: ./start.sh: define_option: not found
./start.sh: 36: ./start.sh: standard_options: not found

also,
sh ./ROR.sh
./ROR.sh: 22: ./ROR.sh: ./ROR.bin: not found

./ROR.bin
bash: ./ROR.bin: No such file or directory

--------------
LMDE2 x64 (Cinnamon desktop)

It does run on my Ubuntu 14.04 Chromebook chroot after I install the 32bit libraries. These libraries aren't installed on my LMDE2 desktop. Possible problem with x64?
Post edited September 21, 2015 by micronaut
avatar
popperik: I'll do that the next time I get a chance, but here's something else I found.

When I was in the Risk of Rain/Game folder, where both ROR.sh and ROR.bin reside,

running ./ROR.bin

says there's no such file or directory, which is quite strange. So I think the script is in the right folder, but something ain't right with the binary. It is of course executable.
avatar
ssokolow: That is strange. Try unpacking the installer without running it by using my makeself_safeextract script with the --mojo option and then copying over the ROR.bin file.
ok, after installing 32 bit libraries:

libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386 libopenal1:i386 libxrandr2:i386 libglu1-mesa:i386

ROR.sh runs the game ok. So possible problem with 64bit build?
avatar
ssokolow: That is strange. Try unpacking the installer without running it by using my makeself_safeextract script with the --mojo option and then copying over the ROR.bin file.
avatar
micronaut: ok, after installing 32 bit libraries:

libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386 libopenal1:i386 libxrandr2:i386 libglu1-mesa:i386

ROR.sh runs the game ok. So possible problem with 64bit build?
There is no 64-bit build. I didn't even consider that because I assumed you already knew from the system requirements on the catalogue page.
Minimum system requirements - Linux: Ubuntu 14.04, Mint 17
[...]

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.

Notice: this game comes with a 32-bit binary only
Post edited September 21, 2015 by ssokolow