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 12-15-2007, 04:49 AM   #1
whschimmel
Member
 
Registered: May 2004
Location: Netherlands
Distribution: kUbuntu 22.04
Posts: 47

Rep: Reputation: 15
UT2003 Launch error


I've got a problem with my Unreal Tournament 2003 installation on OpenSUSE 10.3. When the game is launched I see the following error:


libxcb: WARNING! Program tries to unlock a con
nection without having acquired
a lock first, which indicates a programming error.
There will be no further warnings about this issue.
libxcb: WARNING! Program tries to lock an already locked connection,
which indicates a programming error.
There will be no further warnings about this issue.
fcntl: Invalid argument
fcntl: Invalid argument
ut2003-bin: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->
request)) >= 0)' failed.

Backtrace:
[ 1] ./Core.so [0xb74c6c32]
[ 2] [0xffffe420]
[ 3] /lib/libc.so.6(abort+0x101) [0xb72b61e1]
[ 4] /lib/libc.so.6(__assert_fail+0xee) [0xb72adc1e]
[ 5] /usr/lib/libX11.so.6 [0xb7189924]
[ 6] /usr/lib/libX11.so.6 [0xb7189afd]
[ 7] /usr/lib/libX11.so.6(XWarpPointer+0x25) [0xb71808b5]
[ 8] ./libSDL-1.2.so.0 [0xb7e7a15f]
[ 9] ./libSDL-1.2.so.0(X11_ResizeFullScreen+0x67) [0xb7e7ad1f]
[10] ./libSDL-1.2.so.0(X11_EnterFullScreen+0x155) [0xb7e7afe5]
[11] ./libSDL-1.2.so.0 [0xb7e7d1c2]
[12] ./libSDL-1.2.so.0 [0xb7e7d41b]
[13] ./libSDL-1.2.so.0(SDL_SetVideoMode+0x1b3) [0xb7e7280f]
[14] /usr/games/ut2003/System/SDLDrv.so(ResizeViewport__12USDLViewportUiiii+0x3 9a) [0xb474fd8a]
[15] /usr/games/ut2003/System/OpenGLDrv.so(SetRes__19UOpenGLRenderDeviceP9UView portiiiii+0x180) [0xb471f9c0]
[16] /usr/games/ut2003/System/SDLDrv.so(TryRenderDevice__12USDLViewportPCwiii+0 x11e) [0xb474f806]
[17] /usr/games/ut2003/System/SDLDrv.so(OpenWindow__12USDLViewportUiiiiii+0x223 ) [0xb474e7d3]
[18] ./Engine.so(Init__11UGameEngine+0x1043) [0xb776e753]
[19] ./ut2003-bin [0x805513e]
[20] ./ut2003-bin(main+0x296e) [0x805813e]
[21] /lib/libc.so.6(__libc_start_main+0xe0) [0xb72a0fe0]
[22] ./ut2003-bin(ValidateCDKey__Fv+0x49) [0x80511f1]
Signal: SIGIOT [iot trap]
Aborting.
ut2003-bin: xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-> request)) >= 0)' failed.


Any help would be appreciated!

Wouter Schimmel
 
Old 12-16-2007, 08:17 AM   #2
whschimmel
Member
 
Registered: May 2004
Location: Netherlands
Distribution: kUbuntu 22.04
Posts: 47

Original Poster
Rep: Reputation: 15
Problem solved

I've downloaded the Loki update from their site.

After that the game runs smoothly :P
 
Old 07-21-2008, 11:28 AM   #3
Spiritual_Warrior
LQ Newbie
 
Registered: Jul 2008
Posts: 1

Rep: Reputation: 0
How I fix that UT2003 issue

Loki_update did not resolve that for me...

I found an italian website with the solution..


cd /usr/local/games/ut2003/System
# Solution for Video
mv libSDL-1.2.so.0 disabled-libSDL-1.2.so.0
ln -s /usr/lib/libSDL-1.2.so.0 .
# Solution for audio
mv openal.so disabled-openal.so
ln -s /usr/lib/libopenal.so.0 openal.so

# this worked for me..

hope it helps someone else...
 
Old 08-24-2008, 12:44 PM   #4
mindHog
LQ Newbie
 
Registered: Aug 2008
Posts: 1

Rep: Reputation: 0
> hope it helps someone else...

It helped me :-) Thanks!
 
Old 02-10-2010, 07:47 AM   #5
quizno50
LQ Newbie
 
Registered: Dec 2005
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Spiritual_Warrior View Post
Loki_update did not resolve that for me...

I found an italian website with the solution..


cd /usr/local/games/ut2003/System
# Solution for Video
mv libSDL-1.2.so.0 disabled-libSDL-1.2.so.0
ln -s /usr/lib/libSDL-1.2.so.0 .
# Solution for audio
mv openal.so disabled-openal.so
ln -s /usr/lib/libopenal.so.0 openal.so

# this worked for me..

hope it helps someone else...
Worked for me!
 
  


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
ut2003 error iLLuSionZ Linux - Games 11 06-25-2004 08:48 PM
Error Message during UT2003 installation dipodo Linux - Games 1 01-16-2004 01:15 PM
UT2003 Install Error thundersdm Linux - Games 2 01-05-2004 05:53 PM
UT2003 Error Moving File LOUDSilence Linux - Software 8 12-26-2003 01:09 AM
Error in starting UT2003 demo casey24601 Linux - Games 8 11-03-2003 02:21 AM

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

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