PDA

View Full Version : Unreal tournament error


christooss
December 19th, 2006, 08:57 AM
I installed UT with loki installer and when I try to run ut there is this error

$ ut
/usr/local/bin/ut: 29: Syntax error: Bad substitution

This is first Unreal Tournament

Hemmer
December 19th, 2006, 06:18 PM
did you run the installer as root? for some installers this is nescessary and will mess up if you dont. Try reinstalling as root:

sudo ./unrealinstaller.sh

christooss
December 19th, 2006, 07:17 PM
I did run it as a root

I can run ut with running ut-bin in ut/System directory but not with linked files

argie
December 22nd, 2006, 01:15 AM
If you run it from the console, try this:

gedit ~/.bashrc

and add these two lines to it:

# UT Data Path
export UT_DATA_PATH=/usr/local/games/ut/System
That last path is the path to ut-bin. It may be different. I just had it as default in the Loki installer.

There seems to be another solution here though:
http://www.linuxquestions.org/questions//showthread.php?p=1216070#post1216070