8,827
edits
m (sorry, small typo) |
m (+ timezone) |
||
| Line 60: | Line 60: | ||
===FGPropertyManager::GetNode() No node found for ...<br> The property ... is undefined.=== | ===FGPropertyManager::GetNode() No node found for ...<br> The property ... is undefined.=== | ||
FlightGear found a reference in the [[FDM]] to a non-existing property. Keep in mind that JSBSim reads the FDM from top to bottom. Properties should always be created before they are needed somewhere. | FlightGear found a reference in the [[FDM]] to a non-existing property. Keep in mind that JSBSim reads the FDM from top to bottom. Properties should always be created before they are needed somewhere. | ||
===Fgtzfile_read(): : Invalid argument<br>Fatal error: Timezone reading failed=== | |||
This one is caused by wrong line ending in a timezone file. Solution might be to download the Timezone/time.tab file manually from [http://gitorious.org/fg/fgdata/blobs/raw/master/Timezone/zone.tab Gitorious] (Right mouseclick > Save target as) and overwrite the file in <tt>[[$FG_ROOT]]/Timezone/time.tab</tt> with it. | |||
===Found unexpected subsystem: system exiting. JSBSim failed to load aircraft and/or engine model=== | ===Found unexpected subsystem: system exiting. JSBSim failed to load aircraft and/or engine model=== | ||