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

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 10-19-2009, 11:23 AM   #11
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

Yay! Results!
__________________
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
Old 10-21-2009, 03:20 AM   #12
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

I can confirm this working on the following system:

Ubuntu Jaunty
Kernel: 2.6.30
Mesa: 7.4
Xorg: 7.4

Video hardware: ATI Radeon 9000 /w Opensource drivers


Good job mate!! you have officially close this nearly year old issue!!
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 10-21-2009, 01:36 PM   #13
imefisto_foro
Initiate
 
imefisto_foro's Avatar
 
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
imefisto_foro is on a distinguished road
Default

Can I translate your solution and post it in the spanish forum?
__________________
Inek Bárbaro en desarrollo. Sólo sangre azul.
Sombras de Alsius (todavía me queda grande el cartelito)
Hasta siempre Feo...G*
imefisto_foro no ha iniciado sesión   Reply With Quote
Old 10-22-2009, 02:03 AM   #14
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

Quote:
Originally Posted by imefisto View Post
Can I translate your solution and post it in the spanish forum?
I don't see any reason why not.
__________________
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
Old 10-26-2009, 10:34 AM   #15
antoniomiguel
Pledge
 
Join Date: Oct 2009
Posts: 6
antoniomiguel is on a distinguished road
Default

This solved my trouble, thanks very much Arafails!
antoniomiguel no ha iniciado sesión   Reply With Quote
Old 10-29-2009, 08:32 PM   #16
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Arafails -

with your permission I will include your lib as a alternate in the next debian package update (After current special event) until such time as NGD patches this bug.
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 10-30-2009, 04:11 AM   #17
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

An alternate won't work very well, or at all, as the library doesn't work like that; It literally only overrides the symbol glFlush until such point as the real glFlush will actually work, that's why it's so small.

What you could do is include /etc/ld.so.preload in the package with the path to the binary included, or package a launcher that prepended the library to the LD_PRELOAD path, for example:
Code:
#!/bin/sh

LD_PRELOAD="${LIBDIR}/glwa.so ${LD_PRELOAD}"

exec ${BINDIR}/rolauncher.real
I would really recommend the launcher over anything else (writing /etc/ld.so.preload could well clobber important stuff).

The full workings of this is released without any licence agreement. You may do with it what you will, use it at your own risk.

. . .

Interestingly enough the new tech. version of Regnum on Amun has this problem fixed already, maybe we see update for live servers before too long
__________________
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
Old 10-30-2009, 11:20 AM   #18
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

Hi there,

The little patch has just been uploaded. Please test & enjoy (if it works :P )
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 10-30-2009, 02:57 PM   #19
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Quote:
Originally Posted by Arafails View Post
An alternate won't work very well, or at all, as the library doesn't work like that; It literally only overrides the symbol glFlush until such point as the real glFlush will actually work, that's why it's so small.

What you could do is include /etc/ld.so.preload in the package with the path to the binary included, or package a launcher that prepended the library to the LD_PRELOAD path, for example:
Code:
#!/bin/sh

LD_PRELOAD="${LIBDIR}/glwa.so ${LD_PRELOAD}"

exec ${BINDIR}/rolauncher.real
I would really recommend the launcher over anything else (writing /etc/ld.so.preload could well clobber important stuff).

The full workings of this is released without any licence agreement. You may do with it what you will, use it at your own risk.

. . .

Interestingly enough the new tech. version of Regnum on Amun has this problem fixed already, maybe we see update for live servers before too long


Yes, sorry for not being clear. The package uses a wrapper script to call rolauncher and has a config file for the wrapper at /etc/default/regnum-online. I was going to add an option to this config for the lib to be preloaded. Not a true alt.



Quote:
Originally Posted by surak View Post
Hi there,

The little patch has just been uploaded. Please test & enjoy (if it works :P )


Surak - Thanks for the patch will test today
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 10-31-2009, 01:33 AM   #20
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

Quote:
Originally Posted by surak View Post
Hi there,

The little patch has just been uploaded. Please test & enjoy (if it works :P )
Hurrah! More Results!

Works for me.
__________________
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 12:45 PM.


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