You are not logged in.

#1 2004-09-29 06:01:15

madhattr
Member
Registered: 2004-05-12
Posts: 39

simcity 3000

./sc3u: relocation error: ./sc3u: symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time

I get this error when i try and play ism city unlimited i have an up to date arch system with xorg and kernel 2.6? does anyone know what i can do to get sim city working?

Offline

#2 2004-09-29 09:46:31

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: simcity 3000

I have not done this for a long time. But I remeber loki games had a problem as they where linked to ld-linux.so. Is simcity a loki game? Don't really know.  You may give it a try:

You have to find out which .so the game is looking for, and create a link from the current .so file name to the needed one.

Example:
ld-linux.so.2 is available, but game is looking for ld-linux.so

ln -s ld-linux.so.2 ld-linux.so

I have sold my loki games, can't check it.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#3 2004-09-29 12:18:36

patrix
Member
Registered: 2004-08-27
Posts: 51

Re: simcity 3000

yeah, the trouble with these games is you have an up-to-date linux system wink This causes programs linked against very old libraries to malfunction.. programs like loki games, word perfect 8 for linux, etc.

The linking solution above might or might not work.

The joys of closed source AND constant opensource evolution wink

Offline

#4 2004-09-30 03:30:23

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

Example:
ld-linux.so.2 is available, but game is looking for ld-linux.so

ln -s ld-linux.so.2 ld-linux.so
where is this file located on my system
also how come loki_update doesnt know i have sim city install?

what do i need to do to get it working

Offline

#5 2004-09-30 04:30:51

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: simcity 3000

madhattr wrote:

ln -s ld-linux.so.2 ld-linux.so
where is this file located on my system

ld-linux.so.2 is in /lib

Offline

#6 2004-09-30 19:16:43

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

i looked in my /lib and i have the file ld-linux.so.2

I dont understand this why didnt they make backwards compatable glibic or whatever

all i want is to get sim city 3000 working?

is there anyone out there who actualy has simcity 300 installed and wokring?

Offline

#7 2004-09-30 20:04:50

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: simcity 3000

don't mock, just do it, kid!


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#8 2004-10-01 03:50:27

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

the linking thing did not work at all! i followed the directions and it still didnt work, is there anyone out there wiht an up to date system who actualy has it working? If so what did you do.

Offline

#9 2004-10-04 22:34:39

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

So far neither loki software, the lg FAQ, IRC, Forums have been able to help me with this. i do not think it is a hard questin, i am new to linux i have been using it for a year. I am just woundering what can i do to get simcity 3000 working. I know one of you linux zealots knows how to get it to work, theres a way to get anything to work in linux, you just need to know how! so if you have sim city and have it running on arch, or any up to date linux system PLEASE could you tell me how you got it to work! Thanx! big_smile

Offline

#10 2004-10-04 23:14:07

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: simcity 3000

ok, I'll try:
post the detailed error message here, and run

tail -n 20 /var/log/everything

after you get this error.

post all this here

FYI loki went out of business, so their crap hasn't been updated since 2002.... its still running against really old code:
try this patch to see if it helps
http://www.3ddownloads.com/linuxgames/l … a-x86.run#

Offline

#11 2004-10-05 07:12:12

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

[drew@localhost ~]$ cd /usr/local/games
[drew@localhost games]$ ls
LGP_Uninstall   Loki_Update  enemy-territory  majesty  smac
LGP_Update      SC3U         gtavc            quake2   tuxracer
Loki_Uninstall  doom3        heretic2         shogo    ut2004
[drew@localhost games]$ cd SC3U
[drew@localhost SC3U]$ ls
README    buildings    icon.bmp  plugin  sc3bat    snapshot.ini
bacustom  cities       icon.xpm  res     sc3u      sys
barender  hotkeys.txt  lib       sc      sc3u.ini  uninstall
[drew@localhost SC3U]$ ./sc3u
./sc3u: relocation error: ./sc3u: symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference
[drew@localhost SC3U]$ tail -n 20 /var/log/everything
tail: cannot open `/var/log/everything' for reading: No such file or directory
[drew@localhost SC3U]$ ./sc3u
./sc3u: relocation error: ./sc3u: symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference
[drew@localhost SC3U]$

Offline

#12 2004-10-05 09:26:01

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: simcity 3000

did you install the patches that are on the web wink
you can find them @lokigames.com


Freedom is what i love

Offline

#13 2004-10-05 14:20:39

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: simcity 3000

phrakture wrote:

ok, I'll try:

tail -n 20 /var/log/everything

try this patch to see if it helps
http://www.3ddownloads.com/linuxgames/l … a-x86.run#

sorry that line should be

tail -n 20 /var/log/everything.log

Offline

#14 2004-10-06 07:52:10

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: simcity 3000

I have at least 6 Loki Title in my collection and have no problem installing/running any of them on Arch now, currently up to date and in sync with all packages as of today.  But, that's not to say a little work is required...

With respect to SimCity 3000, you have to do the following:

1. Mount CD, and install into a directory you have permissions (or just do it as root).  I chose the default as "/usr/local/games/SC3U".

2. Get the file "sc3u-2.0a-x86.run" (patch) from:
(i) ftp://sunsite.auc.dk/pub/os/linux/loki/patches/sc3u/
(ii) http://www.3ddownloads.com/linuxgames/l … 0a-x86.run
(iii) or another site hosting this file.

3. Type the following, and do not use "./<patch>" or "sh <patch>".

/bin/bash sc3u-2.0a-x86.run

When the patch prompts you for an installation directory, give it the full path to where you installed the game in step 1.

* If you have any complaints (or failures) from "tail" this or that, type the following at the prompt.  I already added it to my "/etc/profile" for all users to enjoy.

export _POSIX2_VERSION=199209

4. Find where "sc3u" symlink was installed.  Go to that directory, in my case it was "/usr/local/bin/sc3u", and delete that file.  Then, recreate that same file by typing the following at prompt:

cat > /usr/local/bin/sc3u << EOF
#!/bin/sh
LD_ASSUME_KERNEL=2.4.2 /usr/local/games/SC3U/sc3u
EOF

* All this is assuming you installed Sim City 3000 to "/usr/local/games/SC3U" and have "/usr/local/bin" in your PATH env.  You can always make the appropriate adjustments above to fit your installation/PATH directories.

5. Give that file executable permissions:

chmod ug+x /usr/local/bin/sc3u

and...

Fire that puppy up!  For real enjoyment while playing this game, spend 4 days creating the city of your dreams, immediately followed by 10 minutes of an earthquake, Fire, Riot, Swarm of Locusts, and a UFO or two.  Watch those little ants go to work, while you enjoy a brew and laugh as they crumble beneath your mighty fingers....muahahaahhaaha! muahahahaha!.............................................

Offline

#15 2004-10-06 20:06:05

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: simcity 3000

i have tryed downloading the sim city update off of 3ddownloads and other loki mirrors and all of them download corrupt, even when i do a wget.

/bin/bash sc3u-2.0a-x86.run
Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
Error in check sums 3279358048 2069455402

Offline

#16 2004-10-06 20:15:21

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: simcity 3000

madhattr wrote:

/bin/bash sc3u-2.0a-x86.run
Verifying archive integrity...tail: cannot open `+6' for reading: No such file or directory
Error in check sums 3279358048 2069455402

You need to set the _POSIX2_VERSION env to get rid of that "tail" problem.  I had a bad copy of that patch too, downloaded it from another site, and it worked.  Just try it from another site and follow everything I outlined above.  No problemo...you'll get that puppy going.

Offline

Board footer

Powered by FluxBB