Page 2 of 3

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 1:58 pm
by GI Dink
Smivs wrote:
v1.75.3 is now very out of date, and as you realise many OXPs just won't work with it, so it is worth persevering with installing 1.76.1.
Did you read/follow the advice in this thread?
no not the 1.75.3 that didnt work either, i mean 1.65 which works for me. I did once install 1.73 from a tar ball but I removed cause it stopped working oneday its been years since i use that method of installing so maybe im not even doing it right. I did download oolite-1.76.1.linux-x86.tgz file from the post that were given but tar is not working or its not finding the file in terminal.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 1:59 pm
by GI Dink
Thargoid wrote:
GI Dink wrote:

Code: Select all

 $ tar xzvf oolite-1.76.1.linux-x86.tgz 
tar: oolite-1.76.1.linux-x86.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
spaceops@spaceops:~$ 
 
fail
You have to be in the same folder that your tgz file is. The above error would indicate that you weren't when you tried to perform the action.

Once you have done that, you need to install it. To do that system-wide, you need

Code: Select all

sudo ./<filename>.run
where <filename> is the name of the .run file that the tgz should spit out. If you want it just local then skip the sudo bit. Note the ./ , as that is needed as Linux doesn't include the current folder in the search path. Indeed if you are still having problems you might want to add it to the tar line, but if I remember well it isn't needed there.[/color]
you mean cd the folder is it in?

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:03 pm
by Smivs
Yes. For example when I downloaded the 1.76.1 .tgz I saved it to the desktop. I extracted it there and then ran it from the terminal as described. It worked first time.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:04 pm
by Thargoid
Yes. The other alternative might be that your current user isn't the file owner and so for some reason might not be able to see it or access it.

I would urge you not to use 1.65, as it's a much inferior version of the game and almost none of the current OXPs will work with it.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:11 pm
by GI Dink
k so something like this?

Code: Select all

$ cd /home/spaceops/Oolite-dev
:~/Oolite-dev$ tar xzvf file /home/spaceops/Oolite-dev/oolite-1.76.1.linux-x86.tgz 

   

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:17 pm
by Thargoid
If that's where you downloaded the .tgz file to yes. By default I think the file will get downloaded to the downloads (or perhaps Downloads) folder under your user, but of course you can change that or move it afterwards. Or as Smivs said, just download it to your desktop.

But whichever folder you download it to, that is the folder you must cd to in your terminal window to perform the command above.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:19 pm
by Smivs
It sounds like you've got the downloaded .tgz file in a directory called '/home/spaceops/oolite-dev', yes?
Firstly extract it (right click on it and click on 'extract here') to give you the 'oolite-1.76.1.linux-x86.run' file.
Then open that directory in the terminal

Code: Select all

cd /home/spaceops/oolite-dev
then run it in the terminal

Code: Select all

sudo ./oolite-1.76.1.linux-x86.run
enter your password when prompted to, and it should work from there.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:22 pm
by GI Dink
k i get this error now

Code: Select all

~/Oolite-dev$ tar xzvf oolite-1.76.1.linux-x86.tgz 
oolite-1.76.1.linux-x86.run
~/Oolite-dev$ sudo ./oolite-1.76.1.linux-x86.run
$: command not found 

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:29 pm
by Smivs
OK, lets keep this simple. Copy the file 'oolite-1.76.1.linux-x86.run' onto the desktop.
then c&p this into the terminal

Code: Select all

cd desktop
then c&p this into the terminal

Code: Select all

sudo ./oolite-1.76.1.linux-x86.run
enter the password when prompted.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:36 pm
by GI Dink
k I think i seen this before...where does it go? s or h? thanks all by way

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:38 pm
by Smivs
's' for system-wide. I think you are offered that as the default, so you will need to 'y' for yes if offered a system-wide install.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:42 pm
by GI Dink
Smivs wrote:
's' for system-wide. I think you are offered that as the default, so you will need to 'y' for yes if offered a system-wide install.
i tried home but it failed and i wasnt in root =S

Code: Select all

 Install Oolite system-wide or in your home directory? [S/h] h
You cannot be root and install Oolite in your home directory.
 

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:43 pm
by Smivs
use 's' for system-wide.

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 2:56 pm
by GI Dink
k thanks =) works now

Re: 10.04~Oolite1.75.3~Game wont start

Posted: Sun Jun 24, 2012 3:30 pm
by Smivs
Excellent :D