armagetron for dapper drake

For all the help you need with Armagetron!
loserboy02
Posts: 5
Joined: Fri Jul 07, 2006 12:25 am

armagetron for dapper drake

Post by loserboy02 »

i'm just tryin to figure out if theres a way to get the latest stable version for ubuntu 6.06, the version that is in the repos is 2.7 something

thanks
Don't date girls that are attracted to other girls...its bad for your self esteem
User avatar
belenus
Round Winner
Posts: 269
Joined: Wed Nov 30, 2005 6:22 pm
Location: Cologne
Contact:

Post by belenus »

- bel
loserboy02
Posts: 5
Joined: Fri Jul 07, 2006 12:25 am

Post by loserboy02 »

I tried the bin package (x86_64) for client but nothing i had would open it.... of course im new to all things linux so maybe i was doing something wrong
Don't date girls that are attracted to other girls...its bad for your self esteem
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

you probably don't have autopackage installed.

use command line, move into the dir you downloaded the file to and type:

chmod 755 armagetronad-0.2.8.2.x86_64-generic-linux-gnu.package

(assuming that's the file you have)

Then type:

./armagetronad-0.2.8.2.x86_64-generic-linux-gnu.package -t

and see what happens. It worked for me. Should download autopackage then install it.
If I remember I did get an error about the /etc/armagetronad/bash file not being found. I had to do something like

ln -s /bin/bash /etc/armagetronad/bash

Then it installed fine. See how you get on.
loserboy02
Posts: 5
Joined: Fri Jul 07, 2006 12:25 am

Post by loserboy02 »

sweet that did it, but i did get the error message like you said, i tried that command but it still did it the second time around...

Code: Select all

# Installing menu items...
/home/loser/Desktop/tmp147418807/meta/@armagetronad.net/armagetronad:0.2.8.2/apk g-install-script: /usr/share/games/armagetronad/scripts/sysinstall: /usr/local/b in/bash: bad interpreter: No such file or directory
FAIL:  Package Armagetron Advanced could not be installed.
Invoking session rollback and returning the computer to its
previous state before this installation procedure was started.
apkg-bashlib: line 1010: 14309 Killed                  "$autopackage_prefix/libe xec/autopackage/dirisempty" "$@"
Don't date girls that are attracted to other girls...its bad for your self esteem
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

try:

ln -s /bin/bash /usr/local/bin/bash

then run

./armagetronad-0.2.8.2.x86_64-generic-linux-gnu.package -t

again.
loserboy02
Posts: 5
Joined: Fri Jul 07, 2006 12:25 am

Post by loserboy02 »

i'm at work now, i'll try when i get back home and let you know thanks
Don't date girls that are attracted to other girls...its bad for your self esteem
loserboy02
Posts: 5
Joined: Fri Jul 07, 2006 12:25 am

Post by loserboy02 »

thanks man that worked perfect, 2.8 is cool.

hey how could you tell to link those files/folders so maybe i wont have to ask in the future, and what exactly is linking
Don't date girls that are attracted to other girls...its bad for your self esteem
newbie
Core Dumper
Posts: 138
Joined: Wed Jun 01, 2005 5:04 pm

Post by newbie »

i tried everything above with the 0.3.0 version and

Code: Select all

luke@localhost:~$ sudo armagetronad
Illegal instruction
luke@localhost:~$
1, 4, 6, 9, 11, 21, 24, 33, 34, 35

Image
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Why would you run arma as root? Try as normal user (omit the sudo)
There's no place like ::1
User avatar
anjori
On Lightcycle Grid
Posts: 28
Joined: Thu Nov 24, 2005 10:41 pm
Location: Canada

Post by anjori »

Just installed the 0.2.8.2.1 package on a clean install of Kubuntu 6.06.1 and got the same error:

Code: Select all

armaganjori@nesk:~$ armagetronad
Illegal instruction
anjori@nesk:~$
My search for a new distro is proving difficult as no functioning Armagetron install automatically eliminates Kubuntu as a candidate.
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

have you tried:

/usr/bin/armagetronad

do you get the same?
User avatar
anjori
On Lightcycle Grid
Posts: 28
Joined: Thu Nov 24, 2005 10:41 pm
Location: Canada

Post by anjori »

ed wrote:have you tried:

/usr/bin/armagetronad

do you get the same?
Same thing, yes.
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

If you downloaded a x86_64 binary, are you using a 64bit processor? If you aren't using one you should download the regular x86 one.
There's no place like ::1
User avatar
anjori
On Lightcycle Grid
Posts: 28
Joined: Thu Nov 24, 2005 10:41 pm
Location: Canada

Post by anjori »

I've made a stupid mistake like that in the past when multiple builds were listed on the beta page, but I just double checked and based on the OS autodetection script on the download page, I was indeed presented with and installed the correct package for my architecture; i686.
Post Reply