Hi mifi, Jentron,

first of all thanks for reporting these errors mifi! It is really appreciated.

All the FDM erros I got with the 744 from SVN (the 744 has its private 
repository, once in a while the version in Git is updated, as I make 
quite some small changes each time it's not worth commiting all those things 
instantly to Git) were:
 
  In condition: /accelerations/pilot-gdamped GT 3. Unknown property 
/accelerations/pilot-gdamped referenced.
Creating property.  Check usage.
  In condition: propulsion/total-fuel-lbs gt /controls/fuel/fuel-to-remain. 
Unknown property /controls/fuel/fuel-to-remain referenced.
Creating property.  Check usage.

After applying Jentron's diff, I got:

      Property /controls/fuel/tank[1]/x-feed is already defined.
      Property /controls/fuel/tank[2]/x-feed is already defined.
      Property /controls/fuel/tank[3]/x-feed is already defined.
      Property /controls/fuel/tank[4]/x-feed is already defined.
      Property /controls/fuel/tank[7]/pump is already defined.
      Property /controls/fuel/dump-valve is already defined.
      Property  is already defined.
FGPropertyManager::GetNode() No node found for gear/gear[0]/wow
  In condition: gear/gear[0]/wow == 1. Unknown property gear/gear[0]/wow 
referenced.
Creating property.  Check usage.
FGPropertyManager::GetNode() No node found for gear/gear[1]/wow
  In condition: gear/gear[1]/wow == 1. Unknown property gear/gear[1]/wow 
referenced.
Creating property.  Check usage.
FGPropertyManager::GetNode() No node found for gear/gear[2]/wow
  In condition: gear/gear[2]/wow == 1. Unknown property gear/gear[2]/wow 
referenced.
Creating property.  Check usage.
FGPropertyManager::GetNode() No node found for gear/gear[3]/wow
  In condition: gear/gear[3]/wow == 1. Unknown property gear/gear[3]/wow 
referenced.
Creating property.  Check usage.
FGPropertyManager::GetNode() No node found for gear/gear[4]/wow
  In condition: gear/gear[4]/wow == 1. Unknown property gear/gear[4]/wow 
referenced.
Creating property.  Check usage.
      Property /sim/model/pushback/kp is already defined.
      Property /sim/model/pushback/ki is already defined.
      Property /sim/model/pushback/kd is already defined.
      Property /sim/model/pushback/position-norm is already defined.

So, I changed the gear/gear[n]/wow back to /gear/gear[n]/wow (as it isn't a 
prop in the FDM tree, well there is,
but that one doesn't get populated for some reason). This brought the console 
output down to:

      Property /controls/fuel/tank[1]/x-feed is already defined.
      Property /controls/fuel/tank[2]/x-feed is already defined.
      Property /controls/fuel/tank[3]/x-feed is already defined.
      Property /controls/fuel/tank[4]/x-feed is already defined.
      Property /controls/fuel/tank[7]/pump is already defined.
      Property /controls/fuel/dump-valve is already defined.
      Property  is already defined.
      Property /sim/model/pushback/kp is already defined.
      Property /sim/model/pushback/ki is already defined.
      Property /sim/model/pushback/kd is already defined.
      Property /sim/model/pushback/position-norm is already defined.

These are harmless messages, telling me that such properties are created in the 
FDM, right? Or does it mean that 
those properties already exist and do not require an extra init in the FDM?

If I get an answer to this last question I will commit the stuff to SVN and see 
if I can provide a .zip of it as well.


Cheers,
Gijs                                      
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to