Re: [Flightgear-devel] OSG error

2008-12-30 Thread Yon Uriarte
Hi, driver version? glxgears works? Please post the output of glxinfo. On Wed, Dec 31, 2008 at 8:17 AM, John Wojnaroski wrote: > I recently setup a dual core 64-bit machine with FG-1.0 which works just > fine. > > Now doing the same with a single core 64 bit machine. After instaling > OSG-2.6.

[Flightgear-devel] Possible far camera problem in Custom Triple screen setup

2008-12-30 Thread Durk Talsma
Hi All, After today's CVS update (~8:00AM, CET), I'm only seeing approximately 10 meters of scenery around me, using my customized camera setup (attached below). The more distant scenery is clipped off. In addition, I just noticed something that looks like a double rendering artefact: Some aspe

[Flightgear-devel] OSG error

2008-12-30 Thread John Wojnaroski
I recently setup a dual core 64-bit machine with FG-1.0 which works just fine. Now doing the same with a single core 64 bit machine. After instaling OSG-2.6.0 tried to run an example program and got the following error [cas...@rampart OpenSceneGraph]$ osgparticle Error: Unabl

[Flightgear-devel] Aircraft download page for 1.0.0 or earlier

2008-12-30 Thread Tatsuhiro Nishioka
Hi there, Is there any chance of having aircraft download pages for 1.0.0 on the FG web site? I've been asked from some users and friends of mine for how to download aircraft for 1.0.0. Most of their machines are a bit older and thus not able to run FG smoothly. We have nice download page

Re: [Flightgear-devel] Big black box

2008-12-30 Thread Tim Moore
Frederic Bouvier wrote: > Hi, > > seeing reports that the big black box is often met with a FBO error, I began > to look at our way to render to texture. And I found this piece of code in > od_gauge.cxx, line 63 : > > camera->setRenderTargetImplementation(osg::Camera::FRAME_BUFFER_OBJECT,

Re: [Flightgear-devel] Fw: More reports to help debug the QNAN thing...

2008-12-30 Thread Csaba Halász
On Wed, Dec 31, 2008 at 12:09 AM, Rob Shearman, Jr. wrote: > I take it that patch didn't make it to Fred's build from today? The second > e-mail was sent using the 20081230 build. Otherwise, something else is > apparently going on there. -R. No, it wasn't in CVS ye

[Flightgear-devel] Big black box

2008-12-30 Thread Frederic Bouvier
Hi, seeing reports that the big black box is often met with a FBO error, I began to look at our way to render to texture. And I found this piece of code in od_gauge.cxx, line 63 : camera->setRenderTargetImplementation(osg::Camera::FRAME_BUFFER_OBJECT, osg::Camera::FRAME_BUFFER); so it loo

Re: [Flightgear-devel] Fw: More reports to help debug the QNAN thing...

2008-12-30 Thread Rob Shearman, Jr.
I take it that patch didn't make it to Fred's build from today? The second e-mail was sent using the 20081230 build. Otherwise, something else is apparently going on there. -R. Robert M. Shearman, Jr. Transit Operations Supervisor, University of Maryland Department of Transport

Re: [Flightgear-devel] Fw: More reports to help debug the QNAN thing...

2008-12-30 Thread Alexis Bory - xiii
Rob Shearman, Jr. wrote: > Okay -- I just finished updating with > Fred's new binary and CVS update, and duplicated the flight, and it > happened again. Weird thing is, I was JUST climbing through about > 17,000 when I was thinking, "gee, this is going well so far. I > wonder what the METAR

[Flightgear-devel] SG_LOG (Debug aid)

2008-12-30 Thread John Denker
On 12/30/2008 02:51 AM, Alasdair Campbell wrote: > I wonder if there is a case for introducing a -v > (--verbose) option for turning all occurences these statements ON via an > IFDEF condition. That's a reasonable question. As previously mentioned, the answer is SG_LOG. However, AFAICT SG_LOG i

Re: [Flightgear-devel] Fw: More reports to help debug the QNAN thing...

2008-12-30 Thread Csaba Halász
On Tue, Dec 30, 2008 at 6:53 PM, Rob Shearman, Jr. wrote: > > I took the UFO back to that approximate spot and got the METAR info... > > 2008/12/30 17:42 > KHRJ 301742Z AUTO 10SM CLR 17/M11 A3005 RMK AO2 > > ... but am curious as to why this bug doesn't affect the UFO? > > Has any of this been any

[Flightgear-devel] Fw: More reports to help debug the QNAN thing...

2008-12-30 Thread Rob Shearman, Jr.
Okay -- I just finished updating with Fred's new binary and CVS update, and duplicated the flight, and it happened again. Weird thing is, I was JUST climbing through about 17,000 when I was thinking, "gee, this is going well so far. I wonder what the METAR is," and looked at it and noticed the

Re: [Flightgear-devel] a few more bugs

2008-12-30 Thread John Denker
Additional JSBsim FDM initialization-related bugs: 62:: I observe that in a JSBsim aircraft e.g. c182rg, after departing the runway via the location-in-air menu item, there remains "weight on wheels". That is, the gear/wow property remains true. It appears to remain true forever, long after t

[Flightgear-devel] More reports to help debug the QNAN thing...

2008-12-30 Thread Rob Shearman, Jr.
Hello all -- Just moments ago I started up the Citation Bravo and departed KRDU (Raleigh-Durham, NC, USA) and turned to heading 150. As I was climbing through FL200 I froze up and got the unending stream of "Detected NAN" messages. http://fgfs.i-net.hu/modules/fgtracker/?FUNCT=FLIGHT&FLIGHTID=

Re: [Flightgear-devel] logging ( was Re: COMM radios (Debug aid))

2008-12-30 Thread Curtis Olson
On Tue, Dec 30, 2008 at 5:03 AM, James Turner wrote: > > On 30 Dec 2008, at 09:51, Alasdair Campbell wrote: > > > Looking initially at the atis.cxx, ATCmgr.cxx, etc code I notice a > > bunch > > of commented-out "cout" statements, which give me a good idea of where > > to look for solutions. I wo

Re: [Flightgear-devel] problems with z-buffer

2008-12-30 Thread Rob Shearman, Jr.
Also if I'm not mistaken, the current version of the Bravo alters the startup field-of-view from default of 55 to 60; would that make it more prone to problems in this area? -R. Robert M. Shearman, Jr. Transit Operations Supervisor, University of Maryland Department of Transportation also know

Re: [Flightgear-devel] COMM radios (Debug aid)

2008-12-30 Thread John Denker
On 12/30/2008 02:51 AM, Alasdair Campbell wrote: > I am currently engaged in trying to solve an annoying problem (bug) with > the ATIS/real-weather-fetch code. > > I find that if I have a comm radio tuned to an ATIS frequency > in .fgfsrc, fgfs will start up with a default (erroneous) weather > re

[Flightgear-devel] Mk-VIII induced lockup on short final

2008-12-30 Thread James Turner
I've just had a lockup while landing (with a tuned GS) in the Bravo, due to a Mk-VIII glitch. It's getting stuck in a loop around about Mode5Handler::update_soft/get_soft_bias/is_soft, with either some uninitialised values or memory corruption. It's possible this is a local problem to my bui

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Airports dynamicloader.cxx, 1.5, 1.6

2008-12-30 Thread James Turner
On 30 Dec 2008, at 11:03, Frederic Bouvier wrote: > Modified Files: > dynamicloader.cxx > Log Message: > Win32 fixes Thanks Fred. -- ___ Flightgear-devel mailing list

[Flightgear-devel] logging ( was Re: COMM radios (Debug aid))

2008-12-30 Thread James Turner
On 30 Dec 2008, at 09:51, Alasdair Campbell wrote: > Looking initially at the atis.cxx, ATCmgr.cxx, etc code I notice a > bunch > of commented-out "cout" statements, which give me a good idea of where > to look for solutions. I wonder if there is a case for introducing > a -v > (--verbose) o

[Flightgear-devel] COMM radios (Debug aid)

2008-12-30 Thread Alasdair Campbell
I am currently engaged in trying to solve an annoying problem (bug) with the ATIS/real-weather-fetch code. I find that if I have a comm radio tuned to an ATIS frequency in .fgfsrc, fgfs will start up with a default (erroneous) weather report. This can only be resolved by switching the comm radio t

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Airports runwaybase.cxx, NONE, 1.1 runwaybase.hxx, NONE, 1.1 Makefile.am, 1.14, 1.15 apt_loader.cxx, 1.22, 1.23 runways.cxx, 1.36, 1.37 runw

2008-12-30 Thread Vivian Meazza
James Turner wrote > -Original Message- > From: [mailto:j...@baron.flightgear.org] > Sent: 29 December 2008 22:23 > To: flightgear-cvsl...@lists.sourceforge.net > Subject: [Flightgear-cvslogs] CVS: source/src/Airports runwaybase.cxx, > NONE,1.1 runwaybase.hxx, NONE, 1.1 Makefile.am, 1.14,1