• 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.

Compile error

Messages
2
Country
us-virginia
Hello,
I am using P3d v4.5 with ADE v01.76. I am trying to edit P3d v4.5 version of Port Columbus (KCMH). I have updated the gates and receive the below error; I did update to the correct SDK. I compiled an airport (KAVL) with no issues. I do not know what's wrong. Thank you for your assistance.

Parsing document: E:\MSFS\FS Design Tools\Airport Design Editor 175\!AdeTempWorkOnly\KCMH_ADEP4_CPP.xml

INTERNAL COMPILER ERROR: #C2528:
***** Duplicate Frequency *****
INTERNAL COMPILER ERROR: #C2031: Failed element parse <Com>
INTERNAL COMPILER ERROR: #C2032: XML Parse Error! Element tree follows:

ERROR: <FSData
ERROR: version = 9.0
ERROR: >
ERROR: <Airport
ERROR: country = United States
ERROR: state = Ohio
ERROR: city = Columbus
ERROR: name = Glenn Columbus Intl
ERROR: lat = 39.9979722127318
ERROR: lon = -82.8918886184692
ERROR: alt = 248.412M
ERROR: magvar = 7
ERROR: trafficScalar = 0.7
ERROR: airportTestRadius = 5000.0M
ERROR: ident = KCMH
ERROR: >
ERROR: <Com
ERROR: frequency = 122.9500
ERROR: type = UNICOM
ERROR: name = PORT COLUMBUS INTL
ERROR: >
ERROR:
INTERNAL COMPILER ERROR: #C2607: Compilation errors detected, compilation failed!


Parse complete!
 
The compile error tells you what is wrong. You have two comm with the same frequency which appears to be 122.950 Go to Lists > Comms and sort by frequency. Find the one giving the error - UNICOM 122.95 and delete it.

Alternatively click the Issue Manager button at bottom left if it is colored Red and that may give you an option to remove the duplicate
 
Back
Top