JoshuaLewis1809
Posts: 9
Joined: Fri Jan 25, 2013 7:32 pm

Install Failed? (Open Arena)

Sat Jan 26, 2013 1:54 pm

Hi,
Tried to download openarena a couple of times in the past few days. It downloads successfully, but when it tries to install, the temrinal opens, and at the bottom of the terminal window it tells me that the install failed. I tried deleting /var/lib/indiecity/pistore, which means that it can download openarena from the store again, but the install still fails?
Anyone got any ideas? Anything I should try and reinstall?
Thanks for your time

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Sat Jan 26, 2013 1:57 pm

In the terminal window where it says "Install Failed", what does it say above that? That's where any errors are likely to be displayed. :)

~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

smokinzoltar
Posts: 2
Joined: Sun Jan 27, 2013 12:26 am

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 12:31 am

I have had it say install fail press any key to continue...

I'm at a loss too!

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 1:48 am

Can you try it with a clean SD card image?
All the testing we did was done with a fresh copy of the 2012-12-16 Raspbian image on 4GB SD cards.

I am wondering if this is a disk space issue, you can use the df command to check.
The download is about 400 MB, and then it needs another 400 to extract it.
So you need around 800 MB free on the SD card in total.

I also think we might need to raise an issue with the Pi Store application, it probably shouldn't cache the downloaded file. It should clear it so the disk space gets freed up.

DamienAnton
Posts: 8
Joined: Sun Jan 27, 2013 3:54 am

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 3:58 am

Yea, I have the same issue as described above, I get to the end of the download and get the "installation failed" message in a terminal box. I tried this on a fresh install of the newest edition of wheezy downloaded from the raspberry pi official website. :geek:

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 10:57 am

Here is the procedure I followed;
  • Starting with a 4 GB SD card
  • Write fresh copy of 2012-12-16 Raspbian image
  • During the blue screen config section I set, expand rootfs to fill SD card, disable over scan and overclock to modest
  • Note: the overclock shouldn't matter though
  • Finish and reboot, let it expand the SD card file system
  • Login, then I ran the following commands
  • sudo apt-get update
  • sudo apt-get install pistore
    (this updates the Pi Store to the latest version, it should do this automatically but doing it this way saves you some time)
  • startx
  • Install OA from the Pi Store, and launch
Note: I didn't change the root password, or any other linux settings from the default.

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 11:54 am

No-one's answered what it says above "Install Failed". Or does it say nothing at all?

Have you expanded the partition on your SD card? As Dave mentioned, OpenArena is quite large and if you haven't done this, you won't manage it. You can expand the partition by typing 'sudo raspi-config' into a terminal and then selecting 'expand_rootfs'. If you don't do this, Raspbian will only be trying to use about 2GB of your SD card and not the whole thing. :)

If you've already done this and you're still having problems, it may well be that you've reached the limits of your SD card, as Dave has described. As I said, if someone can tell me what it says above "Install Failed", then we can probably resolve the problem much more quickly.

~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

JoshuaLewis1809
Posts: 9
Joined: Fri Jan 25, 2013 7:32 pm

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 4:08 pm

Sorry guys, went out last night hence no reply ;)
AH! I wondered about that expand option in raspi-config! Can't believe I was such an idiot. Didn't know I was supposed to do it! :P I did wonder though
I consider myself to be au fait with computing, but alas I think I will re evaluate my opinion haha
thanks for all your help

JoshuaLewis1809
Posts: 9
Joined: Fri Jan 25, 2013 7:32 pm

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 4:11 pm

By the way, my SD is 8GB. It's currently expanding the .zip as we speak! interesting to see what the multiplayer options are in this if there are any / using the pi as a server for OA or something! Cool.
Now I need to make some solenoids play a glockenspiel, and use the pi as a minecraft server - if i can ever figure THAT out O_o

User avatar
DrPiD
Posts: 30
Joined: Wed May 16, 2012 9:44 am
Location: Leamington Spa, UK

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 6:38 pm

You can host a server on a Pi, I was playing on one late last week :)

You likely won't be able to join any of the servers listed under the Internet screen of Multiplayer though, they're all PC servers which aren't compatible with the Pi build afaik.

dextrus
Posts: 119
Joined: Tue Jan 24, 2012 10:10 pm
Location: Eastleigh, Hampshire

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 6:48 pm

Which is odd, as Quake III arena on the Pi can play with the "big-boys" on the internet just fine. Admittedly, I get totally powned.

/Dextrus
Have more FUN with your Pi. Visit www.pi-fun.com

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands

Re: Install Failed? (Open Arena)

Sun Jan 27, 2013 10:22 pm

DrPiD wrote:You can host a server on a Pi, I was playing on one late last week :)
What he said! You can host a dedicated server on a Pi and then forward port 27960 to the Pi on your router. Then other Pi users can go Multiplayer > Specify and enter your IP address. See the Pi Store info page on how to operate a dedicated server.

noob
Posts: 223
Joined: Sat Dec 08, 2012 3:58 pm

Re: Install Failed? (Open Arena)

Tue Apr 23, 2013 3:27 pm

is it possible for a pc to play in that server too?

User avatar
DrPiD
Posts: 30
Joined: Wed May 16, 2012 9:44 am
Location: Leamington Spa, UK

Re: Install Failed? (Open Arena)

Wed Apr 24, 2013 10:04 am

noob wrote:is it possible for a pc to play in that server too?
The PC version of Open Arena should be backwards compatible with the slightly older Pi version, so it should work fine :)
Community Manager - IndieCity

owentroe
Posts: 12
Joined: Wed Jan 22, 2014 5:30 am

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 5:35 am

I've had this error also. I'm using an 8-gig NOOBS card with the Rasbian Wheezy image on it and I have a bit over 2 Gig's available. There was no error above the ***Installation Failed*** warning, but I did notice that it was coming up with bad CRC on some of the .pak 's. Would that have anything to do with it? And if not, what would be recommended I do?

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 10:17 am

Hi,

Would you mind e-mailing the contents of ~/indiecity/pistore/Scripts.log to enquiries@indiecity.com ? Mention it's for me. :)

Thanks,
~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

owentroe
Posts: 12
Joined: Wed Jan 22, 2014 5:30 am

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 1:34 pm

There was no ~/indiecity/pistore/Scripts.log I also checked in /var/lib/indiecity/ and /usr/local/bin/indiecity to no avail.

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 1:44 pm

That's odd - there are some log files you have to enable manually, but that one should be recording all the time. Out of curiosity, does that directory structure (~/indiecity/pistore) actually exist?

In that case, would you mind trying to install OpenArena again, copying everything in the terminal once it fails and then sending it to the aforementioned address?

Thanks for your time,
~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

owentroe
Posts: 12
Joined: Wed Jan 22, 2014 5:30 am

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 9:50 pm

Alright, I've sent the text your way. In ~/indiecity/pistore/ no, there is no directory structure. I'm not sure if it matters, but I've been accessing the pi through a rooted tightvncserver.
Last edited by owentroe on Thu Jan 23, 2014 3:43 am, edited 1 time in total.

owentroe
Posts: 12
Joined: Wed Jan 22, 2014 5:30 am

Re: Install Failed? (Open Arena)

Wed Jan 22, 2014 10:29 pm

I've uninstalled and reinstalled the pistore, and the directory is there. The install will still not work, but the logs are there.

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Thu Jan 23, 2014 11:24 am

Cheers - I've got the output. That's an odd one. I'll have a think.

Do you get the same result if you're not root?

Thanks,
~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

owentroe
Posts: 12
Joined: Wed Jan 22, 2014 5:30 am

Re: Install Failed? (Open Arena)

Thu Jan 23, 2014 8:45 pm

As non-root, I get the same results. Can anything be done, or will I be forever without openarena? :cry:

Pankoi
Posts: 205
Joined: Tue Dec 18, 2012 6:59 pm

Re: Install Failed? (Open Arena)

Thu Jan 30, 2014 12:31 pm

Apologies for the delay in replying.

Something can certainly be done - it's just a case of figuring out what. :)

Could you please post the output of the following commands:
  • df -h
  • cd /var/lib/indiecity/pistore/Installers/938bee38-e0b4-4e03-b835-3fd1b94043da && (unzip -t 938bee38-e0b4-4e03-b835-3fd1b94043da_1_0_0_6.zip ; echo $?)
  • cd /var/lib/indiecity/pistore/Installers/938bee38-e0b4-4e03-b835-3fd1b94043da && md5sum 938bee38-e0b4-4e03-b835-3fd1b94043da_1_0_0_6.zip
Thanks for your time,
~Richard Williams
The Pi Store: the home of games, apps, tutorials and other content for Raspberry Pi - store.raspberrypi.com
Want to hear about new Pi Store content? Follow @PiStoreReleases on Twitter.

chadjohnson21
Posts: 3
Joined: Tue Sep 09, 2014 1:25 pm

Re: Install Failed? (Open Arena)

Tue Sep 09, 2014 4:56 pm

I am also having trouble installing anything from the pi store. Every app I attempt to install says "install failed". Has anyone found a working fix for this yet?

chadjohnson21
Posts: 3
Joined: Tue Sep 09, 2014 1:25 pm

Re: Install Failed? (Open Arena)

Tue Sep 09, 2014 5:35 pm

I am trying to install LibreOffice. It says "cannot find zipfile directory in one of /var/lib/indiecity/pistore/Installers/d1856146-018a-4ae4-9893-0b8032fdd83b/d1856146-018a-4ae4-9893-0b8032fdd83b_1_0_0_4.zip or /var/lib/indiecity/pistore/Installers/d1856146-018a-4ae4-9893-0b8032fdd83b/d1856146-018a-4ae4-9893-0b8032fdd83b_1_0_0_4.zip.zip, and cannot find /var/lib/indiecity/pistore/Installers/d1856146-018a-4ae4-9893-0b8032fdd83b/d1856146-018a-4ae4-9893-0b8032fdd83b_1_0_0_4.zip.ZIP, period."

Return to “General discussion”