Re: [Flightgear-devel] Two strange issues

2011-08-18 Thread thorsten . i . renk
 2) I have the Corse custom scenery

 http://helijah.free.fr/flightgear/scenes.html#Corse

 installed under my FG 2.0.0 FGData. With my GIT version, I don't
 actually
 have any scenery under FGData but instead use the commandline option

 --fg-scenery=/usr/share/FlightGear-2.0.0/Scenery/

 That works fine everywhere else I can see, *except* for Corse (LFKJ for
 instance) where I see none of the objects which should be there (works
 fine with 2.0.0).

 First obvious thing - the scenery requires models installed under
 /Models/Region-Corse/ - so I copied that folder into my GIT FGData (and
 it
 is readable).

 Still no objects. What am I missing?

 From the extracted tarball of Corse scenery (under a Corse/ directory on
 my box), I had to mv Corse/Scenery/* Corse/. to be able to use them.
 After that adding a path to fg-scenery works as expected (I have just
 tried LFKJ and LFKB a few minutes ago):

   fgfs --fg-scenery=/home/Corse/:$FG_ROOT/Scenery/:/home/terrasync

 using OSG/3.0.1 and git from yesterday (simgear/flightgear/fgdata).

I think that misses my point. The scenery is installed correctly and
actually works as expected with my 2.0.0 binary.

The terrain data also works fine from GIT, indicating that the
--fg-scenery option is set correctly, so there's no reason why the
Terrain/ subfolder should be recognized but not the Objects/ subfolder.
Also, usually I do see objects with my GIT binary when I specify my
scenery folder like that.

What I can't understand what prevents it from working in this particular
case. It seems to involve models specifically associated with the custom
scenery, and it seems as if just copying the folder containing these
models under /FGData/Models/ is not enough.

* Thorsten


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Two strange issues

2011-08-18 Thread Chris Wilkinson
Hi there




From: thorsten.i.r...@jyu.fi thorsten.i.r...@jyu.fi
To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net
Sent: Thursday, 18 August 2011 5:08 PM
Subject: Re: [Flightgear-devel] Two strange issues

 2) I have the Corse custom scenery

 http://helijah.free.fr/flightgear/scenes.html#Corse

 installed under my FG 2.0.0 FGData. With my GIT version, I don't
 actually
 have any scenery under FGData but instead use the commandline option

 --fg-scenery=/usr/share/FlightGear-2.0.0/Scenery/

 That works fine everywhere else I can see, *except* for Corse (LFKJ for
 instance) where I see none of the objects which should be there (works
 fine with 2.0.0).

Try adding --prop:sim/paths/use-custom-scenery-data=false to the command line. 
I had the same issue, and thanks to help from list members that was and still 
is the only way my custom scenery can work with git/2.4.0...

Best regards,

Chris Wilkinson, YBBN/BNE.
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Two strange issues

2011-08-18 Thread thorsten . i . renk
 Try adding --prop:sim/paths/use-custom-scenery-data=false to the command
 line. I had the same issue, and thanks to help from list members that
 was and still is the only way my custom scenery can work with
 git/2.4.0...

I don't have a clear understanding why, but that fixes the issue.

* Thorsten


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Two strange issues

2011-08-17 Thread Guy Brand
On Aug 16, thorsten.i.r...@jyu.fi wrote:

Hello

 2) I have the Corse custom scenery
 
 http://helijah.free.fr/flightgear/scenes.html#Corse
 
 installed under my FG 2.0.0 FGData. With my GIT version, I don't actually
 have any scenery under FGData but instead use the commandline option
 
 --fg-scenery=/usr/share/FlightGear-2.0.0/Scenery/
 
 That works fine everywhere else I can see, *except* for Corse (LFKJ for
 instance) where I see none of the objects which should be there (works
 fine with 2.0.0).
 
 First obvious thing - the scenery requires models installed under
 /Models/Region-Corse/ - so I copied that folder into my GIT FGData (and it
 is readable).
 
 Still no objects. What am I missing?

From the extracted tarball of Corse scenery (under a Corse/ directory on
my box), I had to mv Corse/Scenery/* Corse/. to be able to use them.
After that adding a path to fg-scenery works as expected (I have just 
tried LFKJ and LFKB a few minutes ago):

  fgfs --fg-scenery=/home/Corse/:$FG_ROOT/Scenery/:/home/terrasync

using OSG/3.0.1 and git from yesterday (simgear/flightgear/fgdata).

-- 
bug


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Two strange issues

2011-08-16 Thread thorsten . i . renk

Two things which might be worth mentioning (both with recent GIT, pulled
and compiled ~ a week ago)

1) One of my rendering performance benchmark tests is to use the ufo
transport it, using the location dialog, exactly 30.000 ft over the
starting position (then increase FOV to 120 deg and create weather and
observe framerate).

With recent GIT, this leads to an error message from the route manager,
and in about 1 of 10 cases to a segmentation fault - hasn't happen before
when I did benchmark testing,  I can't definitely say since when this is
the case.

2) I have the Corse custom scenery

http://helijah.free.fr/flightgear/scenes.html#Corse

installed under my FG 2.0.0 FGData. With my GIT version, I don't actually
have any scenery under FGData but instead use the commandline option

--fg-scenery=/usr/share/FlightGear-2.0.0/Scenery/

That works fine everywhere else I can see, *except* for Corse (LFKJ for
instance) where I see none of the objects which should be there (works
fine with 2.0.0).

First obvious thing - the scenery requires models installed under
/Models/Region-Corse/ - so I copied that folder into my GIT FGData (and it
is readable).

Still no objects. What am I missing?

* Thorsten


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel