PDA

View Full Version : Savage Game installation...


Bloke
December 31st, 2005, 11:38 AM
Hi - when I run the INSTALL.linux file copied from the cd, I get the follow console message:

"This installation doesn't support glibc-2.1 on Linux / x86
Please contact Loki Technical Support at support@lokigames.com"

How can I get this to install?

Screenshot attached.

ATAQ
January 2nd, 2006, 08:55 PM
I also have a problem. When I go to run the game, I get the following:

ataq@ubuntu-laptop:~/Savage$ ./silverback.bin
./silverback.bin: error while loading shared libraries: libpng.so.2: cannot open shared object file: No such file or directory
ataq@ubuntu-laptop:~/Savage$ ./savage.bin
Traceback (most recent call last):
File "<string>", line 10, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 362, in doimport
File "/home/slothy/cvs/src/s2update/builds2update/out1.pyz/urllib2", line 90, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 362, in doimport
File "/home/slothy/cvs/src/s2update/builds2update/out1.pyz/socket", line 41, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 347, in doimport
File "iu.py", line 184, in getmod
File "iu.py", line 46, in getmod
ImportError: libssl.so.0.9.6: cannot open shared object file: No such file or directory
There was an error (error 65280 - Unknown error 65280) running the updater! bailing out
ataq@ubuntu-laptop:~/Savage$



Can someone help me figure this out?
thanks.

dgbauer
January 2nd, 2006, 11:43 PM
I get exactly the same error as Bloke up there... No luck thus far in finding a solution.

Artificial Intelligence
January 3rd, 2006, 04:11 AM
First error:
error while loading shared libraries: libpng.so.2: cannot open shared object file: No such file or directory

Get libpng2:

sudo apt-get install libpng2


second error:
ImportError: libssl.so.0.9.6: cannot open shared object file: No such file or directory

get libssl0.9.6:

sudo apt-get install libssl0.9.6

Artificial Intelligence
January 3rd, 2006, 04:17 AM
Hi - when I run the INSTALL.linux file copied from the cd, I get the follow console message:

"This installation doesn't support glibc-2.1 on Linux / x86
Please contact Loki Technical Support at support@lokigames.com"

How can I get this to install?

Screenshot attached.


Do you get that error with libstdc++2.10-glibc2.2 installed?

ATAQ
January 3rd, 2006, 11:07 AM
I think my setup just lacks dependancies, Can you reccommend any ones that re commonly used in games?
Because there is something I am missing out on.

I have libstdc++5 installed.

Thanks

Artificial Intelligence
January 3rd, 2006, 12:08 PM
You can take a look of mine and take out what you want/need:


deb http://dk.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://dk.archive.ubuntu.com/ubuntu breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://dk.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://dk.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://dk.archive.ubuntu.com/ubuntu breezy universe
deb-src http://dk.archive.ubuntu.com/ubuntu breezy universe

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
#deb-src http://security.ubuntu.com/ubuntu breezy-security universe

## Multiverse
deb http://archive.ubuntu.com/ubuntu breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy multiverse

## Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## Wine
deb http://wine.sourceforge.net/apt/ binary/
deb-src http://wine.sourceforge.net/apt/ source/

## Penguin Liberation Front
deb http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free

## Backports
deb http://de.archive.ubuntu.com/ubuntu breezy-backports main universe multiverse restricted
deb-src http://de.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb http://ubuntu-backports.mirrormax.net/ breezy-backports-staging main universe multiverse restricted

#backports-extras
deb http://ubuntu-backports.mirrormax.net/ breezy-extras main universe multiverse restricted
deb http://ubuntu-backports.mirrormax.net/ breezy-extras-staging main universe multiverse restricted

# Open Office 2 final
deb http://people.ubuntu.com/~doko/OOo2 ./

# Opera web browser
deb http://deb.opera.com/opera/ etch non-free

ATAQ
January 3rd, 2006, 12:19 PM
Thanks, is there any packages in those repositorys that you would reccommend I use, that may help with my games problems?

Thanks again

Artificial Intelligence
January 3rd, 2006, 12:40 PM
make sure to enable universe and multiverse, that should be it.

ATAQ
January 3rd, 2006, 12:51 PM
how do I do that?

Artificial Intelligence
January 3rd, 2006, 12:58 PM
sudo gedit /etc/apt/sources.list

when done save and then write in the terminal to update the list:

sudo apt-get update

ATAQ
January 3rd, 2006, 01:12 PM
done, still no difference tho, cant get any of these two games to run.

Artificial Intelligence
January 3rd, 2006, 01:14 PM
Same error? Did you installed the package(s) I suggested?

ATAQ
January 3rd, 2006, 01:19 PM
yeah, exact same error, I dont understand what else it could be.

Artificial Intelligence
January 3rd, 2006, 01:26 PM
Where did you install savage?


whereis savage

ATAQ
January 3rd, 2006, 01:31 PM
I installed it in /home/ataq/games/savage

Could this have something to do with it?

Artificial Intelligence
January 3rd, 2006, 01:35 PM
No , I don't thinks so. But this is a shot in the air:

cd /home/ataq/games/savage
sh savage

ATAQ
January 3rd, 2006, 01:40 PM
Its asking me for libtiff.so.3 now but It cant be found in repositorys when i try to apt-get it!

Artificial Intelligence
January 3rd, 2006, 01:46 PM
sudo apt-get install libtiff4
cd /usr/lib
sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

ATAQ
January 3rd, 2006, 01:50 PM
It ran there for a second or two and crashed, and the output was:


Gdk-WARNING **: locale not supported by Xlib, locale set to C

Gdk-WARNING **: can not set locale modifiers
There was an error (error 256 - Unknown error 256) running the updater! bailing out
ataq@ubuntu-laptop:~/games/Savage_Demo$ ./savage.bin
Traceback (most recent call last):
File "<string>", line 10, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 362, in doimport
File "/home/slothy/cvs/src/s2update/builds2update/out1.pyz/urllib2", line 90, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 362, in doimport
File "/home/slothy/cvs/src/s2update/builds2update/out1.pyz/socket", line 41, in ?
File "iu.py", line 277, in importHook
File "iu.py", line 347, in doimport
File "iu.py", line 184, in getmod
File "iu.py", line 46, in getmod
ImportError: libssl.so.0.9.6: cannot open shared object file: No such file or directory
There was an error (error 65280 - Unknown error 65280) running the updater! bailing out
ataq@ubuntu-laptop:~/games/Savage_Demo$ sh savage

Gdk-WARNING **: locale not supported by Xlib, locale set to C

Gdk-WARNING **: can not set locale modifiers
There was an error (error 256 - Unknown error 256) running the updater! bailing out

ATAQ
January 3rd, 2006, 02:01 PM
Itsokay, I got it, I ran it as sudo there and it ran. Thanks for al your help, I really would not have been able to do it with out you.

Thanks Again

Artificial Intelligence
January 3rd, 2006, 02:03 PM
again a shot in the air, I'm not really sure what that error means. I got the full games and never seen that error. It can be something wrong with the demo.

sudo apt-get install xlibs xlibs-data xlibs-dev xlibs-static-dev xlibs-static-pic


EDIT: ok, no problem ^^

Remember to make a script to run savage easy

Artificial Intelligence
January 3rd, 2006, 02:07 PM
By the way did you installed savage with sudo? (sudo sh /bla/bla/bla/svage.sh)

ATAQ
January 3rd, 2006, 02:14 PM
I think I did actually, but it still needed all those dependancies.
it runs pretty well now

Artificial Intelligence
January 3rd, 2006, 02:19 PM
Okay, but I think when you have the nerve ;) to install it again, do it as normal user :)

ATAQ
January 3rd, 2006, 02:23 PM
i am just in the process of it as we speak!! I don't know why i did it as super user,
:p