Howto:Understand console output: Difference between revisions

Jump to navigation Jump to search
(Fatal error: illegal character after . or ..)
Line 64: Line 64:
=== Fatal error: name must begin with alpha or '_' ===
=== Fatal error: name must begin with alpha or '_' ===
This error comes up when a property should be formed of which the name does not start with a letter of the alphabet or _. If this error only happens with certain planes, contact their authors.
This error comes up when a property should be formed of which the name does not start with a letter of the alphabet or _. If this error only happens with certain planes, contact their authors.
=== Failed to tie property fcs/ to object methods ===
This [[JSBSim]] error comes up when there are unnamed components (eg. switches) in the FDM of an aircraft. Components must have unique names, from which properties will be created. As long as you are not overwriting an existing property, the <tt>name="..."</tt> can be used to output the components result to a property.


=== Fatal error: unclosed token ===
=== Fatal error: unclosed token ===

Navigation menu