bugle-users Mailing List for BuGLe (Page 3)
Status: Inactive
Brought to you by:
bmerry
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(16) |
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
| 2012 |
Jan
(5) |
Feb
(2) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bruce M. <bm...@gm...> - 2009-12-12 22:20:49
|
2009/12/12 declic creation <dec...@gm...>: > Hi Bruce, > > > After some debugging, I found that Bugle search for libGL.so and can't find > it. > I have this file in : /usr/lib64/ and /usr/lib/ > > The search for this file is done in the file ltdl.c in the function > try_dlopen. > > I'm a bit surprised libGL.so isn't found. Maybe I have to add /usr/lib64/ > and /usr/lib/ to the PATH ? Normally these kinds of problems are due to a dodgy libGL.la somewhere that points at the wrong path - I think there is some information about this in the FAQ. Bruce -- Dr Bruce Merry bmerry <@> gmail <.> com http://www.brucemerry.org.za/ http://blog.brucemerry.org.za/ |
|
From: declic c. <dec...@gm...> - 2009-12-12 19:38:35
|
Hi Bruce, After some debugging, I found that Bugle search for libGL.so and can't find it. I have this file in : /usr/lib64/ and /usr/lib/ The search for this file is done in the file ltdl.c in the function try_dlopen. I'm a bit surprised libGL.so isn't found. Maybe I have to add /usr/lib64/ and /usr/lib/ to the PATH ? I will debug a little more tomorow. Regards -- Christophe Loustaunau 2009/12/12 Bruce Merry <bm...@gm...> > 2009/12/12 declic creation <dec...@gm...>: > > Hi, > > > > I'm trying to use Bugle on OpenSuse but with no success at this time. > > > > I have tried these two command line : > > > > LD_PRELOAD=/usr/local/lib/libbugle.so BUGLE_CHAIN=showfps glxgears > > > > BUGLE_FILTER_DIR=/usr/local/lib/bugle > BUGLE_FILTERS=/home/clo/.bugle/filters > > BUGLE_CHAIN=showfps LD_PRELOAD=libbugle.so glxgears > > > > When i try this I have the output : file not found. > > But I don't know what find Bugle can't find ? > > Hmm, I don't know either. Grepping the code for 'file not found' turns > up only one instance, in the libltdl code, although it might be coming > from strerror. > > I'm afraid I don't have a good answer, since I can't reproduce the > issue. Your best bet might be to step through (or sprinkle printf's > into) the bugle startup code in src/interceptor.c and see how far it > gets. > > Regards > Bruce > -- > Dr Bruce Merry > bmerry <@> gmail <.> com > http://www.brucemerry.org.za/ > http://blog.brucemerry.org.za/ > |
|
From: Bruce M. <bm...@gm...> - 2009-12-12 16:23:12
|
2009/12/12 declic creation <dec...@gm...>: > Hi, > > I'm trying to use Bugle on OpenSuse but with no success at this time. > > I have tried these two command line : > > LD_PRELOAD=/usr/local/lib/libbugle.so BUGLE_CHAIN=showfps glxgears > > BUGLE_FILTER_DIR=/usr/local/lib/bugle BUGLE_FILTERS=/home/clo/.bugle/filters > BUGLE_CHAIN=showfps LD_PRELOAD=libbugle.so glxgears > > When i try this I have the output : file not found. > But I don't know what find Bugle can't find ? Hmm, I don't know either. Grepping the code for 'file not found' turns up only one instance, in the libltdl code, although it might be coming from strerror. I'm afraid I don't have a good answer, since I can't reproduce the issue. Your best bet might be to step through (or sprinkle printf's into) the bugle startup code in src/interceptor.c and see how far it gets. Regards Bruce -- Dr Bruce Merry bmerry <@> gmail <.> com http://www.brucemerry.org.za/ http://blog.brucemerry.org.za/ |
|
From: declic c. <dec...@gm...> - 2009-12-12 15:35:43
|
Hi,
I'm trying to use Bugle on OpenSuse but with no success at this time.
I have tried these two command line :
LD_PRELOAD=/usr/local/lib/libbugle.so BUGLE_CHAIN=showfps glxgears
BUGLE_FILTER_DIR=/usr/local/lib/bugle BUGLE_FILTERS=/home/clo/.bugle/filters
BUGLE_CHAIN=showfps LD_PRELOAD=libbugle.so glxgears
When i try this I have the output : file not found.
But I don't know what find Bugle can't find ?
Some information about my configuration :
OpenSuse 11.1
gcc 4.3.2
When I configure it seems to be ok :
Configuration:
API combination: gl-glx
libavcodec: no
readline: yes
GUI: yes (with OpenGL)
event interception: yes
I have compile and install with no errors.
I you have any idea of what I am doing wrong it would be helpfull.
Thanks.
--
Christophe Loustaunau
|
|
From: Tai C. M. R. E. <tcm...@gm...> - 2009-10-10 12:46:46
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Thanks - validate.so somehow didn't get copied across, but i redid it and it worked the second time. Cheers, Ralph Bruce Merry wrote: > 2009/10/10 Tai Chi Minh Ralph Eastwood <tcm...@gm...>: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hello there, >> >> I'm have a bit of difficulty getting gldb (or the gui) to work due to >> this error: >> >> gldb glxgears >> (gldb) run >> [ERROR] filters.load: filter-set debugger depends on unknown filter-set >> error > > That normally indicates that bugle is looking for the filter-sets in > the wrong directory - common if you move it after installation or try > to run from the directory where you built it. > > You can fix it by setting the environment variable BUGLE_FILTER_DIR to > point at the directory containing the filter-set libraries - they are > normally in something like /usr/local/lib/bugle if you've done an > installation. > > Bruce -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrQgcQACgkQWoif45tJZ1Fs0gCdGpxllak8sL4aAELWcjdbTZeF hbIAni4YhAnC1Eo+pRW8iX4kBXDDYayn =TCPP -----END PGP SIGNATURE----- |
|
From: Bruce M. <bm...@gm...> - 2009-10-10 11:52:33
|
2009/10/10 Tai Chi Minh Ralph Eastwood <tcm...@gm...>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello there, > > I'm have a bit of difficulty getting gldb (or the gui) to work due to > this error: > > gldb glxgears > (gldb) run > [ERROR] filters.load: filter-set debugger depends on unknown filter-set > error That normally indicates that bugle is looking for the filter-sets in the wrong directory - common if you move it after installation or try to run from the directory where you built it. You can fix it by setting the environment variable BUGLE_FILTER_DIR to point at the directory containing the filter-set libraries - they are normally in something like /usr/local/lib/bugle if you've done an installation. Bruce -- Dr Bruce Merry bmerry <@> gmail <.> com http://www.brucemerry.org.za/ http://blog.brucemerry.org.za/ |
|
From: Tai C. M. R. E. <tcm...@gm...> - 2009-10-10 09:10:02
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello there, I'm have a bit of difficulty getting gldb (or the gui) to work due to this error: gldb glxgears (gldb) run [ERROR] filters.load: filter-set debugger depends on unknown filter-set error Program was terminated with signal 11. (gldb) Not too sure, but it seems to look for a filter which i don't know and fail. bugle appears to work with other filter-sets fine though. My system is ArchLinux x86_64, running with a Geforce 8800GT 512mb (a G92 chipset). Cheers, Ralph -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrQS00ACgkQWoif45tJZ1EJlACeMscWpNbnvjO+fUiNaKLH0vNN VTwAoJ/grqWppthUgmebjvUP3XAL5L4t =g6kE -----END PGP SIGNATURE----- |
|
From: Dmytry L. <dm...@gm...> - 2009-07-07 14:46:27
|
Hello, Whenever I try to use bugle, like in example LD_PRELOAD=libbugle.so glxgears , with or without filters, I get "Aborted" as the only output. Platform: Linux (Mandriva 2009.1 ), 64-bit, intel core 2 cpu. NVidia graphics card (9800GT) with 180.51 drivers. Regards, Dmytry Lavrov. http://dmytry.pandromeda.com |