LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 04-17-2004, 10:06 AM   #1
JMK
Member
 
Registered: Nov 2003
Posts: 151

Rep: Reputation: 30
Exclamation Ut


hey guys, got the linux installer for unreal tournament and everything is fine for the install but when i come to run i get this error :

[j@dhcp-205-251472 Downloads]$ Unreal engine initialized
Bound to SDLDrv.so
Joystick [0] : Unknown Joystick
SDLClient initialized.
Bound to Render.so
Lighting subsystem initialized
Rendering initialized
LoadMap: Entry
Failed to load 'Entry': Can't find file 'Entry'
Failed to load 'Level None.MyLevel': Can't find file 'Entry'
appError called:
Failed to enter Entry: Can't find file 'Entry'
Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Signal: SIGIOT [iot trap]
Aborting.
Exiting.
Name subsystem shut down

can any one help me with this one ?

cheers
 
Old 04-17-2004, 10:20 AM   #2
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Yeah, you need to uncompress the maps. Sadly I can't think for the life of me how to do this...aha, hang on, here's a script:
Code:
#!/bin/sh
# FILENAME: convert.sh
#
# Change this to YOUR install-dir of UT
#
INSTALLDIR=/usr/local/games/ut

cd $INSTALLDIR/System

for i in ../Maps/*.unr.uz
 do
   ucc decompress $i -nohomedir
 done

mv *.unr ../Maps

cd ../Maps
for f in *.unr
 do
  rm $f.uz
 done

echo "..:: Done! ::.."
I didn't write this script, so I'm not gonna take the credit, but it's the one I used when I had the same issue. Oh, and do as it says and edit the path in the script to suit your UT install dir.
Save the script to a file, do 'chmod +x filename' on the script and then run it (as root)
 
Old 04-17-2004, 10:27 AM   #3
JMK
Member
 
Registered: Nov 2003
Posts: 151

Original Poster
Rep: Reputation: 30
cheerz ill give it a go !
 
Old 04-17-2004, 10:33 AM   #4
JMK
Member
 
Registered: Nov 2003
Posts: 151

Original Poster
Rep: Reputation: 30
thanks for that it worked got another problem though, the game play is really slow using SDL openGL any advice on this ?
 
Old 04-17-2004, 10:57 AM   #5
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Are you using DRI drivers for your graphics card? Which graphics card are you using?
 
Old 04-17-2004, 11:19 AM   #6
JMK
Member
 
Registered: Nov 2003
Posts: 151

Original Poster
Rep: Reputation: 30
its a s3 pro savage DDR so im not sure ...
 
Old 04-17-2004, 12:20 PM   #7
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Hmmm, so probably not using graphics acceleration. You could try using the software drivers.
Try
Code:
ut -software
and see if that works, otherwise you have to edit the UnrealTournament.ini file in the ut System directory and change the game engine renderer from GLRenderDevice (or whatever it is) to SoftwareRenderDevice. Not sure entirely, might pay to search google.
 
Old 04-17-2004, 01:50 PM   #8
JMK
Member
 
Registered: Nov 2003
Posts: 151

Original Poster
Rep: Reputation: 30
Ok guys thanks for the help not managed to do it yet but ill get there
 
Old 04-17-2004, 04:10 PM   #9
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-Games and has been moved accordingly to help your thread/question get the exposure it deserves.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration