LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-24-2003, 04:59 PM   #1
lasalsademuerte
Member
 
Registered: Jan 2003
Distribution: Slackware 9.1
Posts: 54

Rep: Reputation: 15
Unreal 2003 problem


I have installed Unreal 2003 in redhat 9 and it works fine for a while and then it randomly shuts down. I get the following error:
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '

Backtrace:
[ 1] ./Core.so [0x409cbc32]
[ 2] /lib/tls/libc.so.6 [0x420275c8]
[ 3] ./Engine.so [0x40341d5c]
[ 4] ./Engine.so(RenderLevel__FP15FLevelSceneNodeP16FRenderInterface+0x1cf5) [0x40346899]
[ 5] ./Engine.so(Render__15FLevelSceneNodeP16FRenderInterface+0x7e6) [0x4032910a]
[ 6] ./Engine.so(Render__16FPlayerSceneNodeP16FRenderInterface+0x330) [0x4032e26c]
[ 7] ./Engine.so(Draw__11UGameEngineP9UViewportiPUcPi+0x2f3e) [0x4026d182]
[ 8] /home/eduardo/ut2003/System/SDLDrv.so(Repaint__12USDLViewporti+0x33) [0x417d086b]
[ 9] /home/eduardo/ut2003/System/SDLDrv.so(Tick__10USDLClient+0x83) [0x417cf29b]
[10] ./Engine.so(Tick__11UGameEnginef+0x32d8) [0x402717f8]
[11] ./ut2003-bin(SDL_SetVideoMode+0x965) [0x8051a3d]
[12] ./ut2003-bin(main+0x328c) [0x8058a5c]
[13] /lib/tls/libc.so.6(__libc_start_main+0xe4) [0x42015574]
[14] ./ut2003-bin(ValidateCDKey__Fv+0x49) [0x80511f1]
Signal: SIGSEGV [segmentation fault]
Aborting.

Later I changed to dpi setting in my disply options to fix a problem I was having in openoffice and I was hoping that may have been my problem with unreal too but upon it's next random restart I got the follwing message.:
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '
E r r o r s a v i n g ' . . / S a v e s / S i r G i g a n t o r . u v x '

Backtrace:
[ 1] ./Core.so [0x409cbc32]
[ 2] /lib/tls/libc.so.6 [0x420275c8]
[ 3] ./Engine.so(Render__9AxEmitterP15FLevelSceneNodeP16FRenderInterface+0xf00) [0x404afcc4]
[ 4] ./Engine.so(Render__13FDynamicActorP15FLevelSceneNodePt5TList1ZP13FDynamicLightPt5TList1ZP20FProjector RenderInfoP16FRenderInterface+0x3e7) [0x40321a7b]
[ 5] ./Engine.so [0x40341a64]
[ 6] ./Engine.so(RenderLevel__FP15FLevelSceneNodeP16FRenderInterface+0x2c35) [0x403477d9]
[ 7] ./Engine.so(Render__15FLevelSceneNodeP16FRenderInterface+0x7e6) [0x4032910a]
[ 8] ./Engine.so(Render__16FPlayerSceneNodeP16FRenderInterface+0x330) [0x4032e26c]
[ 9] ./Engine.so(Draw__11UGameEngineP9UViewportiPUcPi+0x2f3e) [0x4026d182]
[10] /home/eduardo/ut2003/System/SDLDrv.so(Repaint__12USDLViewporti+0x33) [0x417d086b]
[11] /home/eduardo/ut2003/System/SDLDrv.so(Tick__10USDLClient+0x83) [0x417cf29b]
[12] ./Engine.so(Tick__11UGameEnginef+0x32d8) [0x402717f8]
[13] ./ut2003-bin(SDL_SetVideoMode+0x965) [0x8051a3d]
[14] ./ut2003-bin(main+0x328c) [0x8058a5c]
[15] /lib/tls/libc.so.6(__libc_start_main+0xe4) [0x42015574]
[16] ./ut2003-bin(ValidateCDKey__Fv+0x49) [0x80511f1]
Signal: SIGILL [illegal instruction]
Aborting.
I've tried uninstalling and reinstalling and it still does the same thing. Does anyone know what the problem is?
 
Old 10-24-2003, 05:06 PM   #2
atko
Member
 
Registered: Feb 2003
Location: UK
Distribution: Currently Fedora Core 3
Posts: 136

Rep: Reputation: 15
I don't know for sure as I don't play many games on linux but I would have a guess that the game is one of those that autosaves once in a while at certain points of the game. I guess it is not saving for some reason and because it is unable to for some reason, it is just crashing.
 
Old 10-26-2003, 08:59 AM   #3
tonyfreeman
Member
 
Registered: Sep 2003
Location: Fort worth, TX
Distribution: Debian testing 64bit at home, EL5 32/64bit at work.
Posts: 196

Rep: Reputation: 30
Check permissions

Check to make sure that the user who is running the game has permission to write to the ../Saves directory (~/.ut2003/Saves)

Sometimes I am 'root' while in my user home directory and thus scew up permissions for my user sometimes. So ... check to make sure that everything in the .ut2003 folder of your user's home directory is owned by that user.
 
Old 10-26-2003, 02:08 PM   #4
lasalsademuerte
Member
 
Registered: Jan 2003
Distribution: Slackware 9.1
Posts: 54

Original Poster
Rep: Reputation: 15
I checked and the user account that I run ut2003 with is the owner, any other ideas?
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unreal Tournement 2003 archlyn Slackware 7 05-18-2004 04:59 PM
Unreal 2003 (yes -- 2003) install headaches archlyn Linux - Games 3 05-18-2004 11:49 AM
unreal tournament (not 2003) e1000 Linux - Games 2 10-22-2003 07:56 AM
Unreal Tournament 2003 robna24 Linux - Software 2 07-16-2003 09:52 PM
Unreal Tournament 2003 LabRad Linux - Software 1 10-26-2002 02:58 PM

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

All times are GMT -5. The time now is 02: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