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.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?
[Solved] 10.04~Oolite1.75.3~Game wont start
Moderators: winston, another_commander, Getafix
Re: 10.04~Oolite1.75.3~Game wont start
Re: 10.04~Oolite1.75.3~Game wont start
you mean cd the folder is it in?Thargoid wrote: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.GI Dink wrote:failCode: 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:~$
Once you have done that, you need to install it. To do that system-wide, you need
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]Code: Select all
sudo ./<filename>.run
- Smivs
- 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
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.
Re: 10.04~Oolite1.75.3~Game wont start
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.
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.
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
Re: 10.04~Oolite1.75.3~Game wont start
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
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.
But whichever folder you download it to, that is the folder you must cd to in your terminal window to perform the command above.
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
- Smivs
- 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
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
then run it in the terminal
enter your password when prompted to, and it should work from there.
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
Code: Select all
sudo ./oolite-1.76.1.linux-x86.run
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: 10.04~Oolite1.75.3~Game wont start
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
- Smivs
- 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
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
then c&p this into the terminal
enter the password when prompted.
then c&p this into the terminal
Code: Select all
cd desktop
Code: Select all
sudo ./oolite-1.76.1.linux-x86.run
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: 10.04~Oolite1.75.3~Game wont start
k I think i seen this before...where does it go? s or h? thanks all by way
- Smivs
- 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
'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.
Re: 10.04~Oolite1.75.3~Game wont start
i tried home but it failed and i wasnt in root =SSmivs 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.
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.
- Smivs
- 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
use 's' for system-wide.
Commander Smivs, the friendliest Gourd this side of Riedquat.
Re: 10.04~Oolite1.75.3~Game wont start
k thanks =) works now
- Smivs
- 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
Excellent
Commander Smivs, the friendliest Gourd this side of Riedquat.