PDA

View Full Version : Unreal Tournament 2004 Cache Problem


Jan_DarK
May 16th, 2005, 06:50 PM
Hi all :)
I recently moved from Windows to Ubuntu and i am xtremly happy for it :) Everything works fine except some things...
As a fanatic of UT2004, the first thing I did after Ubuntu install and configuration completed, I tried to install UT2004.

The installation was successfull. The frame rate was from 40-50% higher that windows!!! I could believe in my eyes. The problem came up when I tried to play online.

UT as always started to download safegame, utcomp etc.... But when those packages rechees 100% it pop ups a message that tells me: Failed to download package: "utcomp" or "safegame" or or... Server Refused to send...

I copied from the windows installation the cache and everything is just fine. But whenever I find a server with something that I don't have there is a problem :S

OS: Ubuntu 5.04 AMD64-bit edition
H/W:
AMD 64 3000+
M/B MSI MicroATX
512MB Ram
Ge-Force Ti4800 128MB
SoundBlaster 5.1 Live

The install of UT2004 was made by root:
sudo installer.sh (i don't remember the exact name of the installer (I am not at my PC right now))
the game was installed in the following path: /usr/local/games/UT2004/
and in the home directory of my account (jandark) are those folders with files inside:
/home/jandark/.ut2004/Cache/
/home/jandark/.ut2004/System/

The game works just fine and the only problem is the cache :( You can understand how annoying this is right? :)
(I am the root of this system of course)

Anyway except from this problem I would like to give a BIIIIIIG THANKS to this community for the great job that they have donne. I hope to help anyone I can here.

Since that this is my first post and my English are crappy :P be gentle with me :)

jdodson
May 16th, 2005, 08:12 PM
did you patch the game to the latest version?

Jan_DarK
May 17th, 2005, 01:17 PM
did you patch the game to the latest version?
Yes I have installed ece bonus pack, patch 3355 and CBP2 vol1 and vol2 :)

robtotheb
May 21st, 2005, 02:10 PM
Did you find a solution to this problem? The games runs great but querying the server fails

Jan_DarK
May 21st, 2005, 10:40 PM
Did you find a solution to this problem? The games runs great but querying the server fails

no man :)
unfortunatly I haven't. do you have the same problem ah?

I can play online if i put in the Cache folder the same cache files from a windows installation. Try that. Ask the files from a friend or something.

By the way... My problem is not the querying on the master server or during the connect to a server. The problem is that UT is downloading the packages until 100% and then says refused to send. It is like i don't have permission to write in the cache folder although I run it as root.

robtotheb
May 22nd, 2005, 04:33 PM
mine just doesnt find the servers... could u email me ur cache folder?

apollyonis
May 22nd, 2005, 05:24 PM
Could you go to terminal and find out what the file permissions are?

cd /home/jandark/.ut2004/Cache/

ls-lg

cd /home/jandark/.ut2004/System/

ls-lg

Find out what the file permissions are set to. You could probably do :

sudo chmod -R a+rwx /home/jandark/.ut2004/Cache /home/jandark/.ut2004/System

From both directories to give permission to read, write and execute files for both directories for the owner,group and others just in case. Personally I wouldn't see that as much of a security breach since its just game files you're altering.

Edited

robtotheb
May 28th, 2005, 12:52 PM
Changed the permissions to my user name and it works online now :)

Thanks