On Fri, 2009-04-17 at 23:22 -0700, cas...@mminternet.com wrote:
> Hi,
> 
> Did an upload of the the latest CVS 1.9.1,  build went just fine but when
> starting the following happens...
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> [cas...@rampart FlightGear]$ ./run
> ***
> ***
> *** Warning: changing bad FG_ROOT/--fg-root to
> '/usr/local/share/FlightGear/data'

This warning will go away if you change your --fg-root to
--fg-root=/usr/local/share/FlightGear/data

> ./run: line 10: 11192 Segmentation fault     
> /usr/local/src/FlightGear-1.9.1/src/Main/fgfs
> --fg-root=/usr/local/share/FlightGear --geometry=1024x768 --airport=KSFO
> --prop:bool:/sim/rendering/random-vegetation=false
> --disable-random-objects --timeofday=noon --disable-clouds3d
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> The database is the 1.9.0 release.  While that doesn't appear to be the
> immediate problem, should that be updated as well -- best way?? via CVS??

Yes, CVS.  Data must match the binary, as sometimes there are changes to
the xml or nasal  syntax.

> Here is the run shell script
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,,
> #!/bin/sh
> 
> /usr/local/src/FlightGear-1.9.1/src/Main/fgfs \
> --fg-root=/usr/local/share/FlightGear \
> --geometry=1024x768 \
> --airport=KSFO \
> --prop:bool:/sim/rendering/random-vegetation=false \
> --disable-random-objects \
> --timeofday=noon \
> --disable-clouds3d
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> Nothing fancy, just something to get things moving.
> Everything worked when I first built 1.9.0 a few months ago, but this
> warning msg is something new.  Any thoughts on what is wrong?

The warning message is new.  The fgfs binary automatically changes
FGROOT to $FGROOT/data if it doesn't find the data folder in $FGROOT
where it belongs.  However many tools break on $FGROOT/data so now the
fgfs binary issues a warning about a non-compliant $FGROOT.

This is not the source of your segfault.

Ron



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to