Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unreal Tournament and 2.6.9 and latest nvidia
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
catkfr
Guru
Guru


Joined: 02 Aug 2004
Posts: 300

PostPosted: Sun Nov 14, 2004 3:43 pm    Post subject: Unreal Tournament and 2.6.9 and latest nvidia Reply with quote

I have UT installed on my laptop and play it every once in a while. Since I've updated my kernel to 2.6.9-r1 (gentoo-dev-sources), I have had problems due to a kernel bug but the game would launch. The bug was noticed and solved in 2.6.9-r4 so I try to rerun UT, but it refuses to launch. The output is given below but it looks like it's coming from libGL.so.1. I'm using nvidia drivers which were updated recently (between 2.6.9-r1 and r4)... Has anyone noticed the same problem and found a solution?

Code:
% 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=Catk?Class=Botpack.TMale1?team=0?skin=CommandoSkins.daco?Face=CommandoSkins.Boris?Voice=BotPack.VoiceMaleOne
LoadMap: CityIntro.unr?Name=Catk?Class=Botpack.TMale1?team=0?skin=CommandoSkins.daco?Face=CommandoSkins.Boris?Voice=BotPack.VoiceMaleOne
Case-insensitive search: genfluid -> ..\Textures\GenFluid.utx
Collecting garbage
Purging garbage
-0.0ms Unloading: Package Render
Garbage: objects: 16479->16476; refs: 225496
Game class is 'UTIntro'
Level is Level CityIntro.MyLevel
Bringing Level CityIntro.MyLevel up for play (0)...
InitGame: ?Name=Catk?Class=Botpack.TMale1?team=0?skin=CommandoSkins.daco?Face=CommandoSkins.Boris?Voice=BotPack.VoiceMaleOne
Base Mutator is CityIntro.Mutator1
Initialized moving brush tracker for Level CityIntro.MyLevel
Created and initialized a new SDL viewport.
Bound to UWeb.so
Team 0
Login: Catk
Possessed PlayerPawn: TMale1 CityIntro.TMale0
Input system initialized for SDLViewport0
Opening SDL viewport.
Bound to SDLGLDrv.so
Loaded render device class.
Initializing SDLGLDrv...
binding libGL.so.1
appError called:
Could not load OpenGL library
Executing UObject::StaticShutdownAfterError
Executing USDLClient::ShutdownAfterError
Executing USDLViewport::ShutdownAfterError
USDLGLRenderDevice::ShutdownAfterError
USDLGLRenderDevice::Init
USDLViewport::TryRenderDevice
USDLViewport::OpenWindow
UGameEngine::Init
InitEngine
Preparing to exit.
Purging garbage
Unbound to Engine.so
Unbound to Core.so
-0.0ms Unloading: Package Engine
-0.0ms Unloading: Package Core
Game engine shut down
Unbound to SDLDrv.so
SDL client shut down.
Unbound to Render.so
Lighting subsystem shut down
Rendering shut down
-0.0ms Unloading: Package Entry
-0.0ms Unloading: Package Logo
Unbound to Fire.so
-0.0ms Unloading: Package Fire
-0.0ms Unloading: Package credits
-0.0ms Unloading: Package Botpack
-0.0ms Unloading: Package UnrealShare
-0.0ms Unloading: Package UnrealI
-0.0ms Unloading: Package Female2Voice
-0.0ms Unloading: Package Male2Voice
-0.0ms Unloading: Package Female1Voice
-0.0ms Unloading: Package BossVoice
-0.0ms Unloading: Package Male1Voice
-0.0ms Unloading: Package UMenu
-0.0ms Unloading: Package UWindow
-0.0ms Unloading: Package UBrowser
Unbound to IpDrv.so
-0.0ms Unloading: Package IpDrv
-0.0ms Unloading: Package Announcer
-0.0ms Unloading: Package CityIntro
-0.0ms Unloading: Package city
-0.0ms Unloading: Package Detail
-0.0ms Unloading: Package ArenaTex
-0.0ms Unloading: Package GenFX
-0.0ms Unloading: Package NaliCast
-0.0ms Unloading: Package RainFX
-0.0ms Unloading: Package DecayedS
-0.0ms Unloading: Package GenIn
-0.0ms Unloading: Package NaliFX
-0.0ms Unloading: Package genfluid
-0.0ms Unloading: Package ShaneSky
-0.0ms Unloading: Package AmbModern
-0.0ms Unloading: Package AmbAncient
-0.0ms Unloading: Package openingwave
-0.0ms Unloading: Package Uttitle
-0.0ms Unloading: Package AmbOutside
Shut down moving brush tracker for Level CityIntro.MyLevel
-0.0ms Unloading: Package UTMenu
-0.0ms Unloading: Package LadderSounds
Unbound to UWeb.so
-0.0ms Unloading: Package UWeb
-0.0ms Unloading: Package UTServerAdmin
-0.0ms Unloading: Package IpServer
-0.0ms Unloading: Package LadrArrow
-0.0ms Unloading: Package CommandoSkins
Unbound to SDLGLDrv.so
Garbage: objects: 18639->0; refs: 225496
Object subsystem successfully closed.
Exiting.
Name subsystem shut down
Back to top
View user's profile Send private message
karr
Tux's lil' helper
Tux's lil' helper


Joined: 03 Feb 2004
Posts: 120
Location: albuquerque

PostPosted: Sun Nov 14, 2004 11:08 pm    Post subject: Reply with quote

I think this is your problem, based on your error.

Quote:
Initializing SDLGLDrv...
binding libGL.so.1
appError called:
Could not load OpenGL library


I had the same problem after upgrading my nvidia driver. The solution I used is posted on this thread.

https://forums.gentoo.org/viewtopic.php?t=237961&highlight=opengl

most importantly do this:

Code:

emerge -C linux-headers
emerge linux26-headers
USE="nptl" emerge glibc
Back to top
View user's profile Send private message
catkfr
Guru
Guru


Joined: 02 Aug 2004
Posts: 300

PostPosted: Mon Nov 15, 2004 1:28 am    Post subject: Reply with quote

Thanks a lot: it works great!!

This also solved problems I had with xmame and frozen-bubble.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum