(note, yes it was broken)

D-73 wrote:. Excellent. Thanx for the effort COL.
Code: Select all
FGPropertyManager::GetNode() No node found for systems/hydraulics/nws-engaged
In file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml: line 609
�[1m�[31m
IndependentVar property, systems/hydraulics/nws-engaged in Table definition is not defined.
�[0m
Aircraft system element has problems in file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml
Unknown exception in the main loop. Aborting...
Code: Select all
<fdm><jsbsim><systems><hydraulics><nws-engaged>1</nws-engaged></hydraulics></systems></jsbsim></fdm>
Code: Select all
FGPropertyManager::GetNode() No node found for systems/hydraulics/nws-unable
In file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml: line 627
[1m[31m
IndependentVar property, systems/hydraulics/nws-unable in Table definition is not defined.
[0m
Aircraft system element has problems in file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml
Unknown exception in the main loop. Aborting...
Code: Select all
<fdm>
<jsbsim>
<systems>
<hydraulics>
<nws-engaged>1</nws-engaged>
<nws-unable>0</nws-unable>
</hydraulics>
</systems>
</jsbsim>
</fdm>
Code: Select all
FGPropertyManager::GetNode() No node found for systems/hydraulics/elevon-gravity
In file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml: line 645
[1m[31m
IndependentVar property, systems/hydraulics/elevon-gravity in Table definition is not defined.
[0m
Aircraft system element has problems in file /media/shm/127272127271FAB5/FG/Planes/Concorde/Concorde.xml
Unknown exception in the main loop. Aborting...
Users browsing this forum: No registered users and 5 guests