Re: [Flightgear-devel] Openal with OpenSUSE ?????

2009-01-09 Thread Torsten Dreyer
In that distrib/installation (OpenSUSE 11.1 64bit) openal , openal-32bit , openal-devel, freealut, freealut-devel are installed correctly. Is there anything new within FG that i have missed ? Building FlightGear on my suse x86_64-11.1 is no sweat - maybe config.log has a hint what's wrong?

[Flightgear-devel] Segfault in FGAirport::getIteratorForRunwayIdent()

2009-01-09 Thread Torsten Dreyer
Hi, with cvs as of today, I receive a segfault shortly after starting fgfs; No command line args, no .fgfsrc, no .fgfs directory, standard preferences.xml fresh autogen.sh and configure Here is a backtrace Program received signal SIGSEGV, Segmentation fault. FGAirport::getIteratorForRunwayIdent

Re: [Flightgear-devel] Segfault in FGAirport::getIteratorForRunwayIdent()

2009-01-09 Thread James Turner
On 9 Jan 2009, at 10:42, Torsten Dreyer wrote: with cvs as of today, I receive a segfault shortly after starting fgfs; No command line args, no .fgfsrc, no .fgfs directory, standard preferences.xml fresh autogen.sh and configure Almost certainly my fault - do you known when you last

Re: [Flightgear-devel] Changing font in textbox

2009-01-09 Thread Melchior FRANZ
* KOCH Mate -- Thursday 08 January 2009: - I can't completely disable the scrollbar (even if I set the width of it to zero, the scrollbar is still visible, and it is also without any text in the box) PLIB only hides the scrollbar in the list but not the textbox widget at the moment. This will

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent ()

2009-01-09 Thread Torsten Dreyer
One more trace, with log-level=debug, the last thing I see is: Splash screen progress reading aircraft list Splash screen progress reading airport navigation data Loading Airport Database ... Data file version = 810 End of file reached [FINISHED LOADING] Loading Navaid Databases localizer:IITL,

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent ()

2009-01-09 Thread Torsten Dreyer
If anyone else is seeing this (or isn't, with a clean, up-to-date tree), that'd be very helpful information, since I'm not. I did some digging with the following result: The code crashes when calling apt-getRunwayByIdent for airport OAKB and runway 29 for the OAKB 29 CAT II ILS. With some

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent ()

2009-01-09 Thread Torsten Dreyer
It's not clear to me if this as a clean build (in the code sense) - you say fresh autogen.sh and configure, but that doesn't necessarily imply existing object files get rebuilt (or does it?) Oh sorry - forgot to mention that I also executed make clean If anyone else is seeing this (or isn't,

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent()

2009-01-09 Thread gerard robin
On vendredi 09 janvier 2009, James Turner wrote: On 9 Jan 2009, at 11:17, James Turner wrote: If anyone else is seeing this (or isn't, with a clean, up-to-date tree), that'd be very helpful information, since I'm not. Never mind, I can reproduce this locally on my (Vmware) ubuntu, so it's

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent()

2009-01-09 Thread Torsten Dreyer
On 9 Jan 2009, at 11:17, James Turner wrote: If anyone else is seeing this (or isn't, with a clean, up-to-date tree), that'd be very helpful information, since I'm not. Never mind, I can reproduce this locally on my (Vmware) ubuntu, so it's something Linux-y, not a build issue. Will

Re: [Flightgear-devel] Segfault in FGAirport::getIteratorForRunwayIdent()

2009-01-09 Thread James Turner
On 9 Jan 2009, at 13:18, gerard robin wrote: get same kind of crash here with gdb: [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x0088c7c9 in FGAirport::getIteratorForRunwayIdent(std::string const) const () Current

Re: [Flightgear-devel] Segfault in FGAirport::ge tIteratorForRunwayIdent()

2009-01-09 Thread gerard robin
On vendredi 09 janvier 2009, James Turner wrote: On 9 Jan 2009, at 13:18, gerard robin wrote: get same kind of crash here with gdb: [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x0088c7c9 in

[Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread gerard robin
Hello, What happen now with the Cockpit view Getting now the cockpit cutted Here two snapshots: the first one is done with an older fg CVS version ( 17-12-2008) still running on my system http://pagesperso-orange.fr/GRTux/Before-was-right.jpg the second one done with the last CVS version

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Michael Smith
gerard robin wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted Here two snapshots: the first one is done with an older fg CVS version ( 17-12-2008) still running on my system http://pagesperso-orange.fr/GRTux/Before-was-right.jpg the second one done

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Torsten Dreyer
Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add sim rendering camera-group znear type=double0.1/znear /camera-group /rendering /sim in your model-set.xml Torsten In addition to

Re: [Flightgear-devel] a few more bugs

2009-01-09 Thread Brian Schack
Ron == Ron Jensen writes: 81:: Consider the case where FlightGear is run with the --disable-ai-models command line option. It appears that some of the ai-related code continues to run. You can easily verify by turning on log-level=info, in which case you will see

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread gerard robin
On vendredi 09 janvier 2009, Torsten Dreyer wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add sim rendering camera-group znear type=double0.1/znear /camera-group

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Tatsuhiro Nishioka
Hi, On Jan 9, 2009, at 11:38 PM, Torsten Dreyer tors...@t3r.de wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add sim rendering camera-group znear type=double0.1/znear

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread gerard robin
On vendredi 09 janvier 2009, gerard robin wrote: On vendredi 09 janvier 2009, Torsten Dreyer wrote: That's the near clipping pane, you might want to add sim rendering camera-group znear type=double0.1/znear /camera-group /rendering /sim in

Re: [Flightgear-devel] a few more bugs

2009-01-09 Thread Erik Hofman
Brian Schack wrote: I've noticed that with AI traffic turned on, there is a constant setting and resetting of the time accessed by globals-get_time_params() This sounds like a misplaced leading slash in a property for AI models to me. Erik

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Frederic Bouvier
- gerard robin a écrit : On vendredi 09 janvier 2009, Torsten Dreyer wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add sim rendering camera-group znear

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Tim Moore
Frederic Bouvier wrote: - gerard robin a écrit : On vendredi 09 janvier 2009, Torsten Dreyer wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add sim rendering camera-group

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread gerard robin
On vendredi 09 janvier 2009, Tim Moore wrote: Frederic Bouvier wrote: - gerard robin a écrit : On vendredi 09 janvier 2009, Torsten Dreyer wrote: Hello, What happen now with the Cockpit view Getting now the cockpit cutted That's the near clipping pane, you might want to add

[Flightgear-devel] UDP communications with FlightGear!

2009-01-09 Thread John Miller
Hello, I am working to make FlightGear communicate the LabView on a OS X platform. I have the Currently, I have succeeded in getting FG to send anything I want to LabView, using FG protocols and udp reciever I built in LabView. This is the command-line segment I have been using to send data from

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Anders Gidenstam
On Fri, 9 Jan 2009, Tim Moore wrote: Can we all live with a default near plane value of .25? I'll check that in tonight. In the meantime, you can set the property on the command line. No, 0.25 is too much for my Submarine Scout (and most likely for the bubble sextant instrument too, though

Re: [Flightgear-devel] Very bad surprise with last FG cvs

2009-01-09 Thread Martin Spott
Tim Moore wrote: Can we all live with a default near plane value of .25? I don't think so, the C172 cockpit frame looks quite strange with 0.25, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

Re: [Flightgear-devel] UDP communications with FlightGear!

2009-01-09 Thread Csaba Halász
On Fri, Jan 9, 2009 at 6:30 PM, John Miller john...@gmail.com wrote: --generic=socket,in,10,,5500,udp,FGWriter1 --fdm=null Every time I run the programs with these parameters, FG crashes and I get back the following messages from the log Error: bind() failed in make_server_socket()

Re: [Flightgear-devel] UDP communications with FlightGear!

2009-01-09 Thread Curtis Olson
On Fri, Jan 9, 2009 at 3:53 PM, Csaba Halász wrote: On Fri, Jan 9, 2009 at 6:30 PM, John Miller wrote: --generic=socket,in,10,,5500,udp,FGWriter1 --fdm=null Every time I run the programs with these parameters, FG crashes and I get back the following messages from the log

Re: [Flightgear-devel] UDP communications with FlightGear!

2009-01-09 Thread John Denker
On 01/09/2009 02:53 PM, Csaba Halász wrote: This usually means that port 5500 is already in use. Is there any reason why simgear/io/sg_socket.cxx could not return a more informative error message, one that included sys_errlist[errno]? That would be better for users. They wouldn't have to

[Flightgear-devel] Route Manager/ io.nas

2009-01-09 Thread Alasdair Campbell
In eager anticipation of James Turners' proposed improvements to the Route Manager/GPS code, I have been playing around some and noted that that the route manager dialog contains a Load List option. If I try to use this option, I find that I am unable to load any file (fails the sanity check in

Re: [Flightgear-devel] UDP communications with FlightGear!

2009-01-09 Thread Csaba Halász
On Fri, Jan 9, 2009 at 11:46 PM, John Denker j...@av8n.com wrote: Is there any reason why simgear/io/sg_socket.cxx could not return a more informative error message, one that included sys_errlist[errno]? Yeah. The reason is, this code is in plib and that doesn't provide a portable way to get

Re: [Flightgear-devel] Route Manager/ io.nas

2009-01-09 Thread jean pellotier
Alasdair Campbell a écrit : In eager anticipation of James Turners' proposed improvements to the Route Manager/GPS code, I have been playing around some and noted that that the route manager dialog contains a Load List option. If I try to use this option, I find that I am unable to load any

Re: [Flightgear-devel] Route Manager/ io.nas

2009-01-09 Thread Csaba Halász
On Sat, Jan 10, 2009 at 12:10 AM, Alasdair Campbell ali...@btinternet.com wrote: I find that I am unable to load any file (fails the sanity check in data/nasal/io.nas (even as root)) The enclosed temporary patch, removing the check resolves the problem for me. Rather than removing the security

Re: [Flightgear-devel] Route Manager/ io.nas

2009-01-09 Thread Alasdair Campbell
On Sat, 2009-01-10 at 00:33 +0100, Csaba Halász wrote: On Sat, Jan 10, 2009 at 12:10 AM, Alasdair Campbell ali...@btinternet.com wrote: I find that I am unable to load any file (fails the sanity check in data/nasal/io.nas (even as root)) The enclosed temporary patch, removing the check

[Flightgear-devel] There have problems with VC8 project files In FlightGear 1.9 source code.

2009-01-09 Thread 黄志勇
These days, I compile FlightGear 1.9 source code with MSVC2005, I found the project files in folder projects\VC8 have some bugs. Some source file are not included into project files, and some old source link files are not be removed. So if use these project files to complie FlightGear 1.9 will