Linux - Games This forum is for all discussion relating to gaming in Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-02-2004, 04:31 PM
|
#1
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Rep:
|
Couldn't run Unreal Tournament (ut-bin). Is UT_DATA_PATH set?
This is the error message when I try to run UT. Is there a fix for this. (I am running slackware 10).
|
|
|
10-02-2004, 07:37 PM
|
#2
|
Member
Registered: Jul 2003
Distribution: OpenSuse 10, Debian
Posts: 152
Rep:
|
UT
Have you checked to see if UT_DATA_PATH is set? I mean I know it's redundant to ask since that is the exact error but..... Try echo $UT_DATA_PATH and if it's not set you need to set it to the /UT/System folder I believe. Hope that helps.
|
|
|
10-02-2004, 08:28 PM
|
#3
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
I've tried "export UT_DATA_PATH=/usr/local/games/ut/System" and it works but as soon as I close the terminal, it doesn't work anymore when I try to run "ut". The command above seems to only set the UT_DATA_PATH temporarly.
Last edited by Rhatlinux; 10-02-2004 at 08:30 PM.
|
|
|
10-05-2004, 04:30 AM
|
#4
|
LQ Newbie
Registered: Dec 2003
Distribution: Slackware 10.1, Yellow Dog 4.01
Posts: 4
Rep:
|
edit your ut script
change this part
Code:
# Is the awk/ls magic portable?
if [ -L "$fullpath" ]; then
fullpath="`ls -l "$fullpath" | awk '{print $11}'`"
fi
to this
Code:
# Is the sed/ls magic portable?
if [ -L "$fullpath" ]; then
fullpath=`ls -l "$fullpath" |sed -e 's/.* -> //' |sed -e 's/\*//'`
fi
that should do the trick.
|
|
|
10-05-2004, 06:36 AM
|
#5
|
Member
Registered: Sep 2004
Distribution: Arch 0.7.1 (Noodle)
Posts: 128
Original Poster
Rep:
|
Where do I edit this?
|
|
|
10-15-2004, 03:03 PM
|
#6
|
LQ Newbie
Registered: Jan 2003
Location: SoCal
Distribution: SlackWare 10
Posts: 17
Rep:
|
I followed Ravage's directions to edit the ut script file, and I'm up! (Uh, up and running UT on slackware (10) for the first time ever, that is.)
Kudos a-MUNDO, Ravage!!
Rhatlinux,
the ut script you need to edit is located in /usr/local/games/ut, and the file name is ut. (like calculus, it's obvious once you get it)
The other thing I had to do was to run from a Konsole window under KDE, to overcome the dreaded segmentation fault:
startx, then open a Konsole window, then type "ut". It's unreal.
I think the xwindows thing is necessary to get the glx opengl driver visible to the system. There's probably a way to do it from the login console without startx, but I'm too newbie to know.
I did go into the xwindows config file to make sure I had glx invoked, and the nvidia driver appropriate for my video card. Just following directions from nvidia.
Jammin. Now I have something I need that linux does better than winxp. Ut can't hardly run under xp on my laptop (dell M60): it keeps racing and pausing on a 2 second cycle. I'm sure it's some os "service" crap they installed when the IT guy set me up.
Smooth as silk on SlackWare!
Gotta get slackin now. Later
|
|
|
05-12-2006, 07:10 PM
|
#7
|
Member
Registered: Sep 2005
Location: The PNW
Distribution: Many. Slackware is the main reason I'm here though :)
Posts: 95
Rep:
|
Also...
You should be able to run this from the "ut" executable in the install directory. For example:
cd /wherever/you/installed/ut
./ut
Your path will point to something like /usr/local/bin/ut which is a link to /wherever/you/installed/ut/ut. You could replace it with one of my little band-aid scripts like so:
su -
cd /usr/local/bin
rm ut
vi ut
#Begin ut script
cd /wherever/you/installed/ut
./ut
#End ut script, now save and quit
chmod 777 ut
Bam! Like I said, a "band-aid script", but it works.
Mr. Swillis
|
|
|
11-22-2006, 02:51 AM
|
#8
|
LQ Newbie
Registered: Jan 2006
Location: Canada
Distribution: Fedora 7
Posts: 25
Rep:
|
I followed the various steps outlined here, but now I'm getting an odd error...
Code:
kelly@sherry12:~/games/unrealtournament> ./ut
Unreal engine initialized
Bound to SDLDrv.so
Joystick [0] : Unknown Joystick
SDLClient initialized.
Bound to Render.so
Lighting subsystem initialized
Rendering initialized
LoadMap: Entry
Bound to Fire.so
Case-insensitive search: Botpack -> ..\System\BotPack.u
Bound to IpDrv.so
Game class is 'UTIntro'
Level is Level Entry.MyLevel
Bringing Level Entry.MyLevel up for play (0)...
InitGame:
Base Mutator is Entry.Mutator0
Browse: CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face=SoldierSkins.Othello
LoadMap: CityIntro.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face=SoldierSkins.Othello
Case-insensitive search: genfluid -> ..\Textures\GenFluid.utx
appError called:
fread failed: BufferCount=-2616169 Error=1
Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Signal: SIGIOT [iot trap]
Aborting.
Exiting.
Name subsystem shut down
|
|
|
11-25-2006, 08:32 AM
|
#9
|
LQ Newbie
Registered: Jan 2006
Location: Canada
Distribution: Fedora 7
Posts: 25
Rep:
|
Uh, hello? I get an fread error when ROOT is running the program. Why is the buffer count started at -2,000,000 anyway?
|
|
|
08-01-2008, 10:36 PM
|
#10
|
Member
Registered: Feb 2008
Distribution: Ubuntu 8.04, Slackware 12.1
Posts: 40
Rep:
|
Grave Dig!!
hate to grave dig and all but mine won't save  (I'm running ubuntu 8.04) also i got this one from a torrent, it was an ISO, there was a script with it too. I ran the script and UT installed, not sure which UT(GOTY/Regular)but it's v436 (if that gives any clues :|)
Last edited by jogurnog; 08-01-2008 at 11:05 PM.
|
|
|
All times are GMT -5. The time now is 07:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|