• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 Compiling small changes LFPG results in internal compiler error

Messages
145
Country
sweden
With the alpha 13 compiling adjusted stock LFPG did not work. Apart from all error reports from ADE (that I disregard) a small number of taxi sign changes resulted in INTERNAL COMPILER ERROR. See attached file. The project backup file was to large for this web forum (more than 5 MB).
 

Attachments

  • 2021-01-13.png
    2021-01-13.png
    33.7 KB · Views: 189
Can you please email me the backup project so that I can check it here? jon AT scruffyduck DOT org
 
I have managed to build this. First there are a bunch of warnings about distance from reference point. This is because the airport test radius is set to 5000m. I changed to to 15000 to get it well out of the way and that stopped warnings

There is one true compiler error for a taxi sign label dl[E]d FN2^ the second character is a lower case L and this causes the compiler error. You can filter the taxi sign list to find it and remove that l

Finally the Issue Manager is generating a lot of errors about taxi point index > 3999. This is an error in ADE. That limit is valid for FSX/P3D but not MSFS. Thus they are false errors and should be ignored. Accepting them could sadly wreck the taxi network

I will fix this error message for the next update
 
Back
Top