07.04.2021, 19:16
Hi Jaro,
start with creating small files with 2 positions with RouteConverter. With 183 KByte of size and 4299 lines, the reason for crashes can be everywhere.
An obvious point is:
<ATCWaypoint id="LKPR">
<ICAO>
<ICAOIdent>LKPR</ICAOIdent>
</ICAO>
vs
<ATCWaypoint id="Position 2">
<ICAO>
<ICAOIdent>Position 2</ICAOIdent>
</ICAO>
I guess MSFS has an internal database of airports – and RouteConverter declares every position to be an airport
<ATCWaypointType>Airport</ATCWaypointType>
And "Position 2" is not the code for an airport.
Please start with 2 Positions and put the correct airport code into the Description field in RouteConverter. Does that work?
start with creating small files with 2 positions with RouteConverter. With 183 KByte of size and 4299 lines, the reason for crashes can be everywhere.
An obvious point is:
<ATCWaypoint id="LKPR">
<ICAO>
<ICAOIdent>LKPR</ICAOIdent>
</ICAO>
vs
<ATCWaypoint id="Position 2">
<ICAO>
<ICAOIdent>Position 2</ICAOIdent>
</ICAO>
I guess MSFS has an internal database of airports – and RouteConverter declares every position to be an airport
<ATCWaypointType>Airport</ATCWaypointType>
And "Position 2" is not the code for an airport.
Please start with 2 Positions and put the correct airport code into the Description field in RouteConverter. Does that work?
--
Christian
Christian