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

Compiler Output Error

Messages
2
Country
indonesia
when I compiled FSX's afcad scenery to P3D . Suddenly got a message like this. is there a solution?


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Compiler Errors Found. These were not identified by the Issue Manager. Please let us know
what the compiler error is so that we can improve the Issue Manager.

The compiler message is shown below

ScruffyDuck Scenery Design Engine Compiling
Using BglComp....


Parsing document: E:\MSFS\FS Design Tools\Airport Desig Editor 179 Test\!AdeTempWorkOnly\YPXM_ADEX_ADE.xml

INTERNAL COMPILER ERROR: #C2033: XML Parse Error (line, column, error)

ERROR: 116, 34, enumeration constraint failed.

The attribute: 'surface' has an invalid value according to its data type.

INTERNAL COMPILER ERROR: #C2502: Invalid surface tag (132).
INTERNAL COMPILER ERROR: #C2031: Failed element parse <Runway>
INTERNAL COMPILER ERROR: #C2032: XML Parse Error! Element tree follows:

ERROR: <FSData
ERROR: version = 9.0
ERROR: >
ERROR: <Airport
ERROR: country = Australia
ERROR: state = Western Australia
ERROR: city = Christmas I
ERROR: name = Christmas I
ERROR: lat = -10.4505555331707
ERROR: lon = 105.690277665854
ERROR: alt = 279.196M
ERROR: magvar = 1
ERROR: trafficScalar = 0.7
ERROR: airportTestRadius = 5000.0M
ERROR: ident = YPXM
ERROR: >
ERROR: <Runway
ERROR: lat = -10.4502162337303
ERROR: lon = 105.691038072109
ERROR: alt = 279.196M
ERROR: surface = 132
ERROR: heading = 175.339996337891
ERROR: length = 2112.57M
ERROR: width = 45.11M
ERROR: number = 18
ERROR: designator = NONE
ERROR: patternAltitude = 304.8M
ERROR: primaryTakeoff = YES
ERROR: primaryLanding = YES
ERROR: primaryPattern = LEFT
ERROR: secondaryTakeoff = YES
ERROR: secondaryLanding = YES
ERROR: secondaryPattern = RIGHT
ERROR: >
ERROR:
INTERNAL COMPILER ERROR: #C2033: XML Parse Error (line, column, error)

ERROR: 297, 11, enumeration constraint failed.

The attribute: 'surface' has an invalid value according to its data type.

INTERNAL COMPILER ERROR: #C2502: Invalid surface tag (132).
INTERNAL COMPILER ERROR: #C2031: Failed element parse <TaxiwayPath>
INTERNAL COMPILER ERROR: #C2032: XML Parse Error! Element tree follows:

ERROR: <FSData
ERROR: version = 9.0
ERROR: >
ERROR: <Airport
ERROR: country = Australia
ERROR: state = Western Australia
ERROR: city = Christmas I
ERROR: name = Christmas I
ERROR: lat = -10.4505555331707
ERROR: lon = 105.690277665854
ERROR: alt = 279.196M
ERROR: magvar = 1
ERROR: trafficScalar = 0.7
ERROR: airportTestRadius = 5000.0M
ERROR: ident = YPXM
ERROR: >
ERROR: <TaxiwayPath
ERROR: type = RUNWAY
ERROR: start = 7
ERROR: end = 3
ERROR: width = 45.11M
ERROR: weightLimit = 0
ERROR: drawSurface = TRUE
ERROR: drawDetail = TRUE
ERROR: surface = 132
ERROR: number = 18
ERROR: designator = NONE
ERROR: >
ERROR:
INTERNAL COMPILER ERROR: #C2033: XML Parse Error (line, column, error)

ERROR: 309, 11, enumeration constraint failed.

The attribute: 'surface' has an invalid value according to its data type.

INTERNAL COMPILER ERROR: #C2502: Invalid surface tag (132).
INTERNAL COMPILER ERROR: #C2031: Failed element parse <TaxiwayPath>
INTERNAL COMPILER ERROR: #C2032: XML Parse Error! Element tree follows:

ERROR: <FSData
ERROR: version = 9.0
ERROR: >
ERROR: <Airport
ERROR: country = Australia
ERROR: state = Western Australia
ERROR: city = Christmas I
ERROR: name = Christmas I
ERROR: lat = -10.4505555331707
ERROR: lon = 105.690277665854
ERROR: alt = 279.196M
ERROR: magvar = 1
ERROR: trafficScalar = 0.7
ERROR: airportTestRadius = 5000.0M
ERROR: ident = YPXM
ERROR: >
ERROR: <TaxiwayPath
ERROR: type = RUNWAY
ERROR: start = 3
ERROR: end = 6
ERROR: width = 45.11M
ERROR: weightLimit = 0
ERROR: drawSurface = TRUE
ERROR: drawDetail = TRUE
ERROR: surface = 132
ERROR: number = 18
ERROR: designator = NONE
ERROR: >
ERROR:
INTERNAL COMPILER ERROR: #C2607: Compilation errors detected, compilation failed!


Parse complete!
 
Is this a bgl file that you are using or is it an ADE project? in either case please attach the file to a post in this thread
 
OK - airports are generally not backward compatible. The compiler errors you are seeing are probably due to the FSX compiler not understanding the source coming from an airport designed for P3D. Surface types for P3D are different than FSX so it would be a lot of work to do what you want to do and is probably quicker to start from scratch
 
Back
Top