• 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 Error Messages in console when building

Messages
254
Country
unitedkingdom
Hi all, I know some of the tutorials suggest ignoring errors that come up in the console, but I can't help think some of them are there for a reason. In the example below, I've removed all objects so its just the airport, rectangles and polys. It seems to comiple OK, but I get a lot of these errors in other projects too. Does anyone have similar issues or know how I can correct them? Particularly "Failed to find asset group where the given path is located"

Code:
PackageBuilder | Reading F:\MyFSProjects\DozerBug_EGVW_Thurleigh\EGVW.xml...
PackageBuilder | Preparing asset groups...
PackageBuilder | Done, 4 asset groups registered.
PackageBuilder | Generating commands for package dozerbug-egvw...
PackageBuilder | Preparing commands for asset group dozerbug-egvw...
PackageBuilder | Preparing commands for asset group ContentInfo...
PackageBuilder | Preparing commands for asset group egvw-models...
PackageBuilder | Ready, 6 commands added.
PackageBuilder | Starting the build...
PackageBuilder | Building assets for the package dozerbug-egvw...
Copying files from source folder F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PackageDefinitions\dozerbug-egvw\ContentInfo\...
Compiling BGL file from in-memory data to output file modelLib.BGL...
Compiling BGL from file airport-EGVW.xml...
Compiling 1 SHP -> BGL (file airport-egvw-poly.shp )...
PackageBuilder | Reloading assets for the package dozerbug-egvw...
Copying files from source folder F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PackageDefinitions\dozerbug-egvw\ContentInfo\...
Compiling BGL file from in-memory data to output file modelLib.BGL...
Compiling BGL from file airport-EGVW.xml...
Compiling 1 SHP -> BGL (file airport-egvw-poly.shp )...
PackageBuilder | Finished, 2 skipped, 4 done and 0 failed, took 0s123ms.
PackageBuilder | Done, 4 asset groups registered.
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\SCENERY\GLOBAL\SCENERY\MODELLIB.BGL
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\LAYOUT.JSON
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\MANIFEST.JSON
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\CONTENTINFO\DOZERBUG-EGVW\THUMBNAIL.JPG
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\SCENERY\WORLD\SCENERY\AIRPORT-EGVW-POLY.BGL
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file F:\MyFSProjects\DozerBug_EGVW_Thurleigh\PACKAGES\DOZERBUG-EGVW\SCENERY\WORLD\SCENERY\AIRPORT-EGVW.BGL
PackageBuilder | Partial build : nothing to do
 
I have it from the Asobo team that the console window is not very helpful. If your project/package builds OK then so be it. Actually the external build tool fspackagetool.exe seems to generate more sensible output. Sadly we have no so far found a way to capture it but I will ask again
 
Thanks Jon. I must look into packaging using the external tool more. I used it for the sample aircraft in the SDK easily enough but haven't tried it for an airport.
 
Back
Top