Pedro Maia wrote:
Hello, again i'm sending this email, because i have a particular error, in my system. It only happens with one game in particular, Icculus Quake2, all others seem to work fine (Enemy Territory, Tuxracer)

My problem is this one

LIBGL_DEBUG=verbose quake2
libGL: XF86DRIGetClientDriverName: 5.0.3 r300 (screen 0)
libGL: OpenDriver: trying /usr/lib//modules/dri/r300_dri.so
libGL error: dlopen /usr/lib//modules/dri/r300_dri.so failed (/usr/lib//modules/dri/r300_dri.so: undefined symbol: _glapi_Dispatch)

Using Xorg 6.9 - Mesa CVS - DRM CVS

Weird error, is quake 2 error?!
Could be the old problem of the app loading libGL.so with the wrong
parameters (i.e. without RTLD_GLOBAL). Something like
LD_PRELOAD=/usr/lib/libGL.so.1 quake2 should fix this. Also make sure it
actually loads the right libGL.so in case you have old ones lying around.

Roland



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to