Results 1 to 10 of 10
i am trying to run UT 2004 but i get problems, with the .run.gz when i view it through are it says there's an error, then i found a run.bz2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-25-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 55
Unreal Tournament 2004
i am trying to run UT 2004 but i get problems, with the .run.gz when i view it through are it says there's an error, then i found a run.bz2 and i get a .run file, what do i do, if the .run file is the one i want, then how to i compile it? someone help!
- 12-25-2005 #2
You don't "compile" .RUN files. These are shell scripts that are run. Apparently you got a compressed (.GZ) version of the run file. If you can't run it directly like this:
Then try extracting it first then running the .RUN file.Code:sh nameofrunfile.run.gz
Code:gunzip nameofrunfile.run.gz sh nameofrunfile.run
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-12-2006 #3Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
I'm trying to install UT 2004 and I keep getting promted for CD #2. I tried with CD #2 already in the cd, I tried linking files, and I still get the same message:
[root@jazzy ~]# ln -s /usr/local/lib/libstdc++.so.5/usr/lib/libstdc++.so.5
[root@jazzy ~]# ln -s /usr/local/lib/libgcc_s.so.1/usr/lib/libgcc_s.so.1
[root@jazzy ~]# cd /home/kenton
[root@jazzy kenton]# sh linux-installer.sh
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 for GNU/Linux 3186.............................................. ........................
./vcdk-amd64: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Does anyone know how to solve this?
- 11-12-2006 #4
I looks like you're trying to install this on a 64-bit version of Linux. Try running the install script using linux32, like this:
Code:linux32 sh linux-installer.sh
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-12-2006 #5Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
[root@jazzy kenton]# linux32 sh linux-installer.sh─────────────────────┘
Copying to a temporary location...
Verifying archive integrity... All good.
Uncompressing Unreal Tournament 2004 for GNU/Linux 3186.............................................. ........................
/root/.setup3290: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
Unreal Tournament 2004 Installation
────────────────────────────────────────────────── ────────────────────────────
┌─────────────────────── Installing... ────────────────────────┐
│ Installing Base Install ... │
│ │
│ │
│ │
│ │
│ ┌───────────────────────────────────────────────── ───────┐ │
│ │ 100% │ │
│ └───────────────────────────────────────────────── ───────┘ │
└───────────────────────────────────────────────── ─────────────┘
The setup program seems to have failed on x86/glibc-2.1
Fatal error, no tech support email configured in this setup
[root@jazzy kenton]#
- 11-13-2006 #6
I honestly don't know what to tell you at this point. This is one reason why I generally don't install 64-bit Linux distributions.
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-19-2006 #7Just Joined!
- Join Date
- Oct 2006
- Location
- The Bricks
- Posts
- 59
I am about to agree with you. I am going to try it on my 32 bit machine to see if I have the same problem.
Originally Posted by techieMoe
- 12-20-2006 #8
I know this is an old topic, but I found it while searching google. I can't get it to work, I tried what TechieMoe said and it says
Code:linux:/home/kbk # sh '/home/kbk/Desktop/UT2004-LNX-Demo3334.run.gz' /home/kbk/Desktop/UT2004-LNX-Demo3334.run.gz: /home/kbk/Desktop/UT2004-LNX-Demo3334.run.gz: cannot execute binary file
- 12-20-2006 #9
Have you tried putting linux32 in front of your "sh"?
Code:$linux32 sh nameoffile.gz
Registered Linux user #270181
TechieMoe's Tech Rants
- 12-20-2006 #10
It says the linux32 command is not found. Also I tried extracting the file and it didn't work. Anything else?


Reply With Quote
