|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
10-19-2009, 11:23 AM | #11 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
Yay! Results!
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'ger — Soul Taker, Imperial Guard of Ignis |
10-21-2009, 03:20 AM | #12 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
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 |
10-21-2009, 01:36 PM | #13 |
Initiate
Join Date: Aug 2008
Location: San Luis - Argentina
Posts: 213
|
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* |
10-22-2009, 02:03 AM | #14 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
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'ger — Soul Taker, Imperial Guard of Ignis |
10-26-2009, 10:34 AM | #15 |
Pledge
Join Date: Oct 2009
Posts: 6
|
This solved my trouble, thanks very much Arafails!
|
10-29-2009, 08:32 PM | #16 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
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 |
10-30-2009, 04:11 AM | #17 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
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 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'ger — Soul Taker, Imperial Guard of Ignis |
10-30-2009, 11:20 AM | #18 |
Legend
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
|
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! |
10-30-2009, 02:57 PM | #19 | ||
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Quote:
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:
Surak - Thanks for the patch will test today
__________________
RA/Syrtis Hunter LVL50: Elusis RA/Syrtis Barba LVL50: Artemisia RA/Syrtis Conju Lvl45: Nellas Miriel |
||
10-31-2009, 01:33 AM | #20 | |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
Quote:
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'ger — Soul Taker, Imperial Guard of Ignis |
|
|
|