problems with UT Goty and Linux script

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Flow

New Member
Mar 31, 2010
4
0
0
Hello,

Now I'am on linux but I don't want to stop playing at UT.

I found your script (ut-install-436-GOTY.run).

But the script seems not to work....

Code:
Verifying archive integrity...tail: Ne peut ouvrir `+6' en lecture: Aucun fichier ou dossier de ce type
Error in check sums 2070966270 1835706998



Could you help me ?
Thanks.
 

IronMonkey

Moi?
Apr 23, 2005
1,746
0
36
63
Scotland
www.margrave.myzen.co.uk
The problem is I can't find libgtk-1.2.so.0...
You do not say which distribution or architecture you are using so these are guesses.

In Fedora 12, libgtk is provided by the package gtk+devel. You might need to install that package using something like yum, apt-get or yast.

If you are running a 64-bit distribution then you might need to install the 32-bit version of the package. You might find that you have to install several 32-bit versions of packages in order to get the game running on a 64-bit OS.

If, after all that, the installer is still complaining then try creating a link with the correct name that points back to the base libgtk.so file.
 

Flow

New Member
Mar 31, 2010
4
0
0
I've done :

sudo apt-get install libgtk2.0-0 libgtk2.0-common libgtk2.0-bin

but still the same error..
 

IronMonkey

Moi?
Apr 23, 2005
1,746
0
36
63
Scotland
www.margrave.myzen.co.uk
Code:
yum whatprovides */libgtk*.so*
...
1:gtk+-1.2.10-69.fc12.x86_64 : The GIMP ToolKit
Repo        : installed
Matched from:
Filename    : /usr/lib64/libgtk-1.2.so.0.9.1
Filename    : /usr/lib64/libgtk-1.2.so.0
The exact package that you need to install (in Fedora) is "gtk+". Something like,

Code:
sudo apt-get install gtk+
in Ubuntu.