Simcity 3000 Unlimited Linux Version

I located and installed the update for this game and the install went just fine. Problem now is that when I try to execute the program, I got the following error Segmentation Fault Can anyone help with this?.

Linux Hardware 765 This topic was started by ,


data/avatar/default/avatar33.webp

60 Posts
Location -
Joined 2004-04-22
I located and installed the update for this game and the install went just fine. Problem now is that when I try to execute the program, I got the following error
 
Segmentation Fault
 
Can anyone help with this?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar08.webp

2 Posts
Location -
Joined 2004-06-14
Originally posted by shadowmatrix:

Quote:I located and installed the update for this game and the install went just fine. Problem now is that when I try to execute the program, I got the following error 
Segmentation Fault
 
Have you got the latest 2.0a patch? Okay, if you do have it, we have the same problem - SimCity 3000 used to work, but now after upgrading my Linux distribution to one with 2.6-kernel etc., it started giving segmentation fault.
 
When running with gdb, backtrace gives:
#0 0x4014537f in pthread_kill () from /lib/tls/libpthread.so.0
#1 0x0840b20f in cRZThread::IsValid ()
#2 0x08382772 in cRZCallbackThread::cRZCallbackThread ()
#3 0x08383e53 in cRZCallbackTimer::InternalCallbackFunction ()
#4 0x08384301 in cRZCallbackTimer::SetCallbackFunction ()
#5 0x08504b09 in operator new [] ()
#6 0x08143492 in _init ()
#7 0x40185461 in __libc_start_main () from /lib/tls/libc.so.6
#8 0x08144ca1 in _start ()
 
Anyone else, and any clue how to fix this? I guess there would be some chances by using the supplied sc3u.dynamic, but I haven't succeeded. Reading README.dynamic, I tried symlinking the current libopenal to "libopenal-0.0.so" and both current SDL 1.2.7 and SDL 1.1.6 (got from an old RPM) to libSDL-1.1.so, but running sc3u.dynamic gives me:
 
./sc3u.dynamic: error while loading shared libraries: ./sc3u.dynamic: undefined symbol: __ti9exception
 
This seems to be related to glibc version. So could someone more knowledgeable try (and tell how to) older glibc version while running sc3u.dynamic?

data/avatar/default/avatar08.webp

2 Posts
Location -
Joined 2004-06-14
A solution: before running Simcity 3000 Unlimited, type the following:
 
export LD_ASSUME_KERNEL=2.2.5
 
You can also do a batch file for running Simcity, e.g.:
 
#/bin/sh
cd /usr/local/games/SC3U
export LD_ASSUME_KERNEL=2.2.5
./sc3u