91
edits
Portreekid (talk | contribs) No edit summary |
|||
| Line 226: | Line 226: | ||
We will not cover general questions like "I don't know how to install XY" -- search the Internet. | We will not cover general questions like "I don't know how to install XY" -- search the Internet. | ||
* FGElev crashes | |||
<syntaxhighlight lang="bash"> | |||
CRITICAL:root:1173 -95.5767 37.0965 | |||
CRITICAL:root:fgelev returned <>, resulting in list index out of range. Did fgelev start OK (Record : 1173)? | |||
</syntaxhighlight> | |||
The first line is the last input to fgelev. | |||
Try running fgelev directly: | |||
<syntaxhighlight lang="bash"> | |||
/path/to/fgelev --expire 1000 --fg-root $FG_ROOT --fg-scenery $FG_SCENERY | |||
</syntaxhighlight> | |||
then enter the line last sent to fgelev. | |||
<syntaxhighlight lang="bash"> | |||
1173 -95.5767 37.0965 | |||
</syntaxhighlight> | |||
The response should look like | |||
<syntaxhighlight lang="bash"> | |||
1173: 226.793 | |||
</syntaxhighlight> | |||
* Buildings are generated, but they sit below the ground. I'm using ELEV_MODE = FgelevCaching. | * Buildings are generated, but they sit below the ground. I'm using ELEV_MODE = FgelevCaching. | ||
edits