Page 1 of 1

Getting Started - Step1?

Posted: Mon Apr 25, 2016 6:12 pm
by goingalong
"Lay the secret on me of man's red fire ..." having downloaded and unpacked the Trial Version for Linux (32 bit) how do I load it or run it? Or where do I find out how?

rubehelp has a getting started section but that doesn't tell me. Trying to execute rube.bin leads to a segmentation fault.

Re: Getting Started - Step1?

Posted: Tue Apr 26, 2016 1:46 pm
by rileyrg
Ive created a symlink "rube" in my local bin directory to the ".wrapper" in the rube dir. FWIW my .wrapper is as follows:


#!/bin/sh

here="${0%/*}"

LD_LIBRARY_PATH="$here"/lib:"$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
export LANG=en_US.utf8
export LC_NUMERIC=en_US.utf8
export QT_PLUGIN_PATH="$here"/lib
cd $here
exec "$0".bin "$@"

Re: Getting Started - Step1?

Posted: Wed Apr 27, 2016 6:56 am
by iforce2d
Did you unpack it using a graphical archive utility, eg. "archive manager" on Fedora, or the like? I have noticed that after Fedora 15 the default archive manager does not extract symbolic links correctly. I think there was a similar problem on Ubuntu as well. Try extracting the archive from the command line, eg. unzip rube.zip
It should say at the end "restoring symbolic links" or something like that. The file you want to execute is called "rube", not "rube.bin".

Please see also the other notes about Linux usage, on the trial download page:
https://www.iforce2d.net/rube/?panel=trial
(you need to click the "Notes on Linux usage.." link)