[Solved] 10.04~Oolite1.75.3~Game wont start

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post 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?
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
Commander Smivs, the friendliest Gourd this side of Riedquat.
User avatar
Thargoid
Thargoid
Thargoid
Posts: 5528
Joined: Thu Jun 12, 2008 6:55 pm

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post 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 

   
User avatar
Thargoid
Thargoid
Thargoid
Posts: 5528
Joined: Thu Jun 12, 2008 6:55 pm

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
Commander Smivs, the friendliest Gourd this side of Riedquat.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post 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 
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
Commander Smivs, the friendliest Gourd this side of Riedquat.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post by GI Dink »

k I think i seen this before...where does it go? s or h? thanks all by way
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
Commander Smivs, the friendliest Gourd this side of Riedquat.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post 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.
 
Last edited by GI Dink on Sun Jun 24, 2012 2:43 pm, edited 1 time in total.
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post by Smivs »

use 's' for system-wide.
Commander Smivs, the friendliest Gourd this side of Riedquat.
GI Dink
Above Average
Above Average
Posts: 22
Joined: Sat Jun 23, 2012 2:44 am

Re: 10.04~Oolite1.75.3~Game wont start

Post by GI Dink »

k thanks =) works now
User avatar
Smivs
Retired Assassin
Retired Assassin
Posts: 8408
Joined: Tue Feb 09, 2010 11:31 am
Location: Lost in space
Contact:

Re: 10.04~Oolite1.75.3~Game wont start

Post by Smivs »

Excellent :D
Commander Smivs, the friendliest Gourd this side of Riedquat.
Post Reply