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

Getting "unknown" objects after working regularly.

Messages
20
Country
us-florida
Hello,
I'm currently getting an issue with the Scenery Editor where my objects show up as "unknown." Didn't touch anything in the XML's or what not. Just tried to add a new object, but removed it & tried to rebuild but still having the same issue.
Any help would be appreciated.



I am getting an XML error on building the package:


unknown.png


Regards,
Andrew
 
the compiler is not able to compile your xml, hence without compiling the scenery editor can't recognize your object, thus the "unknow"

in the console, if you click on all the red lines, there is a details section just under the console itself, it will give you some more info where the error come from

some more info can be obtained compiling with the fspackagetool.exe (you can find it installing the SDK in the tools/bin folder)
, is usually more verbose thant the console
 
the compiler is not able to compile your xml, hence without compiling the scenery editor can't recognize your object, thus the "unknow"

in the console, if you click on all the red lines, there is a details section just under the console itself, it will give you some more info where the error come from

some more info can be obtained compiling with the fspackagetool.exe (you can find it installing the SDK in the tools/bin folder)
, is usually more verbose thant the console
After running the FSPackageTool this was the error. Any idea?

unknown.png
 
Now that we have the exact line where the error Is (as per your screen error Is at line 13182)
Open the xml with a text Editor, go to line 13182,

And you have duplicate indication of property displayName

Remove One of them and should be ok

If saving the Project again in the Scenery editor leads to another corruption like that Better to advide Devs on Devsupport so they can correct it (you can use the post you have already opened)

(my two cents, using new objects from a beta Is ok only if you are beta testing, in a production environment i would avoid that!)
4c6d4788de43148df17001edc765d52a.jpg


Inviato dal mio Mi 9 Lite utilizzando Tapatalk
 
Back
Top