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

FSX XML Complie error

Messages
40
Country
australia
Hey Guys

Im seeking some help trying to compile a XML, Ive used a xml ive de-compiled from bgl file that works fine using scruffy bglxml

All ive done is changed location names, and lat and longs and alts, when I try and compile it with scruffys xmlbgl it keeps rejecting it

Could someone be kind enough to have a look please and see what im doing wrong or try it with your software

many thanks
 

Attachments

  • 2016 AUS Oil rig.zip
    2.8 KB · Views: 322
im getting this? Can anyone shed some light?

ScruffyDuck Scenery Design Engine Compiling
Using ANY BglComp....

Parsing document: C:\Users\Matt\Desktop\New folder (4)\2016 AUS Oil rig.xml

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

ERROR: 1274, 15, Whitespace expected.

INTERNAL COMPILER ERROR: #C2430: Unrecoverable error parsing XML!
INTERNAL COMPILER ERROR: #C2006: Parse failed (0x80004005)
INTERNAL COMPILER ERROR: #C2003: Failed to process file: C:\Users\Matt\Desktop\New folder (4)\2016 AUS Oil rig.xml
 
You are missing a quote (") at the end of the lon record:

Code:
<Airport
  region="Victoria"
  country="Australia"
  state="Victoria"
  city="ESSO"
  name="Marlin B"
  lat="-38.22944444"
  lon="148.2211111"
  alt="146.7F"
  trafficScalar="1"
  airportTestRadius="5000.0M"
  ident="YM41"
  >
  <Services>
  </Services>
  <Start
  type="RUNWAY"
  lat="-38.22944444"
  lon="148.2211111   <-----------
  alt="146.7F"
  heading="130"
  number="1"
  designator="C"/>
  </Airport>
 
Last edited:
You are missing a quote (") at the end of the lon record:

Code:
<Airport
  region="Victoria"
  country="Australia"
  state="Victoria"
  city="ESSO"
  name="Marlin B"
  lat="-38.22944444"
  lon="148.2211111"
  alt="146.7F"
  trafficScalar="1"
  airportTestRadius="5000.0M"
  ident="YM41"
  >
  <Services>
  </Services>
  <Start
  type="RUNWAY"
  lat="-38.22944444"
  lon="148.2211111   <-----------
  alt="146.7F"
  heading="130"
  number="1"
  designator="C"/>
  </Airport>
Hi
i am new around here and trying to learn fs developer but having a problem with the same failure code. after build my package without any problem and issues adding a custom build model from blender to my modellib but i cant find
my model on the object list and having these issues. can you be able to help me about that ?
Thank you so much
@GHD

View attachment 74841
 
This thread is about FSX. Are using FSX? If not, please specify the sim.
 
Sorry I haven’t realized that. I was asking about fs2020 and already solved the problem that i have.
 
Back
Top