Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 09-14-2009, 11:18 AM   #1
Mashu
Master
 
Mashu's Avatar
 
Join Date: Sep 2008
Location: Stockholm
Posts: 541
Mashu is an unknown quantity at this point
Default [Bug] RegnumOnline using OpenGL call not as defined in specification.

Log shows

[11/09/2009 11:08:23] [RenderizerGL][gl_ext_loader_arb.cpp(1631)]
glBindVertexArrayARB function not found

However specification says there is no ARB for this call (Section 6 below)
http://www.opengl.org/registry/specs...ray_object.txt

This was confirmed by driver developers, since triggered another in driver bug.
http://bugs.freedesktop.org/show_bug.cgi?id=23859#c2

But call glBindVertexArray should be used instead.
Mashu no ha iniciado sesión   Reply With Quote
Old 09-14-2009, 11:26 AM   #2
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

Yes we noticed that recently :P but the game is not using that extension so it's not a major problem.
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 09-14-2009, 12:03 PM   #3
Mashu
Master
 
Mashu's Avatar
 
Join Date: Sep 2008
Location: Stockholm
Posts: 541
Mashu is an unknown quantity at this point
Default

One more thing. I need full backtrace whats happening on driver side, to get this fixed in incomming mesa 7.6 release.

The problem is that I dont really know how to debug game.

Code:
export LD_LIBRARY_PATH=`pwd`/live/libs/
gdb ./rolauncher
set follow-fork-mode child
run

Error while mapping shared library sections:
libs/libregnum_client.so: No such file or directory.
etc...
Error while mapping shared library sections:
libs/liblua51.so: No such file or directory.
How to make those libraries loaded ?
Can I run ./game in gdb directly ? If so, how ?

That information will be also useful for future.
Thanks in advance,
Mashu no ha iniciado sesión   Reply With Quote
Old 09-14-2009, 12:20 PM   #4
arlick
Duke
 
arlick's Avatar
 
Join Date: Jan 2007
Posts: 3,939
arlick is a jewel in the rougharlick is a jewel in the rougharlick is a jewel in the rough
Default

Quote:
Originally Posted by Mashu View Post
One more thing. I need full backtrace whats happening on driver side, to get this fixed in incomming mesa 7.6 release.

The problem is that I dont really know how to debug game.

Code:
export LD_LIBRARY_PATH=`pwd`/live/libs/
gdb ./rolauncher
set follow-fork-mode child
run

Error while mapping shared library sections:
libs/libregnum_client.so: No such file or directory.
etc...
Error while mapping shared library sections:
libs/liblua51.so: No such file or directory.
How to make those libraries loaded ?
Can I run ./game in gdb directly ? If so, how ?

That information will be also useful for future.
Thanks in advance,
You can run game like

./game <user_name> <md5 hash of password>
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia
"uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan
arlick no ha iniciado sesión   Reply With Quote
Old 09-14-2009, 01:26 PM   #5
Arafails
Baron
 
Arafails's Avatar
 
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
Arafails will become famous soon enough
Default

I would recommend using a core dump, actually (Assuming you're receiving a signal that causes a core dump, like SEGV or ABORT)

Run
Code:
ulimit -c unlimited
then launch the game as normal. When it breaks, run
Code:
gdb live/game core
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'gerSoul Taker, Imperial Guard of Ignis
Arafails no ha iniciado sesión   Reply With Quote
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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:20 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved