LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2003, 02:39 PM   #1
qanopus
Senior Member
 
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358

Rep: Reputation: 45
suse 9 : quake 3 crashing on startup


I can't seem to get quake 3 to run on suse 9. Was someone able to do so?
Here is my console output:

Code:
 ...loading libGL.so: QGL_Init: Can't load libGL.so from /etc/ld.so.conf or current dir: /usr/lib/tls/libGLcore.so.1: undefined symbol: __gl_tls_var0
failed
...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: /usr/local/games/quake3/libMesaVoodooGL.so: cannot open shared object file: No such file or directory
failed
as you can see, it can't load the opengl library. I also have "libGLcore" in "/usr/lib". I worked out that if I use that library, instead of the one in "/usr/lib/tls" (by sym. linking /usr/lib/tls/libGL.so to /usr/lib/libGL.so),
quake 3 starts but other apps that rely on opengl crash with an segfault. And besides, talking about your ugly fix!
I found this site describing a very similar problem, although they have problems with xmms rather then quake3. But I suspect the underlying problem is the same.
Does any one know some more about this?

I use the 2.4.21 kernel, optimized for atlon cpu's and glibc 2.3.2 is installed. And i'm using the latest nvidia drivers.

Last edited by qanopus; 11-28-2003 at 02:40 PM.
 
Old 11-28-2003, 04:39 PM   #2
qanopus
Senior Member
 
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358

Original Poster
Rep: Reputation: 45
after some googling, I tried doing "quake3 +set r_glDriver /usr/lib/libGL.so.1", but it still crashes. I found out it's because it loads the library "/usr/lib/tls/libGL.so.1. 4496" , which causes the problem.
 
Old 12-17-2003, 07:01 AM   #3
Kakarotto
LQ Newbie
 
Registered: Dec 2003
Location: Chile
Distribution: Debian Woody 3.0r1
Posts: 4

Rep: Reputation: 0
Just wanted to say THANKS.

I just needed to create a symbolic link to libGL.so.1.0.4496 (the one provided by nvidia's driver), instead of using the 1.2.* one, provided by any other shit I don't know.


so it was easy as "ln /usr/lib/libGL.so.1.0.4496 /usr/lib/libGL.so", because for some reason that link didn't exist.. and while making the symlink to the newer version (1.2.*) it made Quake to crash.
 
Old 01-05-2004, 10:43 AM   #4
raynet11
LQ Newbie
 
Registered: Aug 2003
Location: U.S.A
Distribution: RedHat , Mandrake
Posts: 28

Rep: Reputation: 15
I'm having the same problem with Suse 9.0, in the past I used mandrake and usually the problem was that mesa was installed and quake 3 was grabbing the mesa lib's and not the native lib's .. On Mandrake I would just uninstall mesa to fix the problem but it looks like Suse 9.0 is dependent on mesa for other things so it's not so simple. In theory if this (mesa) is the problem all that is needed to be done is to make the mesa lib files unavalible to quake 3 (touch command?) Problem is I will have to track these down .. =< I'll post if I find out more, seems like a lot of work just to play a game..
 
Old 03-20-2006, 05:44 PM   #5
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Rep: Reputation: 30
hi, I have just installed a demo version of quake 3 on my my computer which is -
Code:
intel 933 MHz
82810E Vesta MainBoard
128 MB SD RAM
4 MB onboard VGA

The windows version works very good. But it is not working on SUSE 9.1 Personal which I have installed 3 days back. I am getting the following error when I type q3demo on the konsole.

/**********************
Manish:~ # q3demo
Q3 1.11 linux-i386 Dec  4 1999
----- FS_Startup -----
Current search path:
/root/.q3a/baseq3
./baseq3

----------------------

Running in restricted demo mode.

----- FS_Startup -----
Current search path:
/root/.q3a/demoq3
./demoq3/pak0.pk3 (1387 files)
./demoq3

----------------------
execing default.cfg
execing q3config.cfg
couldn't exec autoexec.cfg
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
--- Common Initialization Complete ---
Opening IP socket: localhost:27960
Hostname: Manish
Alias: Manish
IP: 192.168.0.1
----- R_Init -----
...loading libGL.so: QGL_Init: Can't load libGL.so from /etc/ld.so.conf or current dir: libglide2x.so: cannot open shared object file: No such file or directory
failed
...loading libMesaVoodooGL.so: QGL_Init: Can't load libMesaVoodooGL.so from /etc/ld.so.conf or current dir: libglide2x.so: cannot open shared object file: No such file or directory
failed
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Error: GLimp_Init() - could not load OpenGL subsystem

Manish:~ #
Can anyone tell me what I need to make it work? I hope many people might have faced the same problems. Thanks in advance.

Last edited by manishsingh4u; 04-12-2006 at 10:18 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
klineakconfig crashing at startup liqui Linux - Software 0 11-10-2005 04:52 PM
QUAKE 3 freezing and crashing system Raca Linux - Games 1 04-22-2005 11:57 AM
KMix Crashing On Startup AFI_Flame Linux - Software 1 10-16-2004 10:57 PM
X Crashing at startup morrolan Linux - Software 3 09-07-2003 08:00 PM
Quake 3 Crashing Aph3X Linux - Software 5 08-14-2003 05:40 PM

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

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