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

[Half Resolved] Referencing simobjects from the project editor

Messages
5
Country
unitedkingdom
Apologies if this seems like standard stuff folks, but I'm up to my wits end here. Trying to port over a test aircraft using an edited version of asobo's template for reference, and it won't seem to build the package due to a missing reference. Anyone got any ideas?

1598517450101.png

1598517467562.png



Code:
PackageBuilder | Reading C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\Bulldog.xml...
PackageBuilder | Preparing asset groups...
PackageBuilder | Done, 4 asset groups registered.
PackageBuilder | Generating commands for package origami-aircraft-bulldog...
PackageBuilder | Preparing commands for asset group ContentInfo...
PackageBuilder | Preparing commands for asset group MarketplaceData...
PackageBuilder | Preparing commands for asset group Origami_Bulldog...
Could not open file.
Failed to load container file info for container[0]: 'C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\PackageSources\SimObjects\Airplanes\Origami_Bulldog\'
AssetBuilder | Could not find a valid simobject in 'C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\PackageSources\SimObjects\Airplanes\Origami_Bulldog\'. Does it have one of [aircraft.cfg / sim.cfg / container.cfg] and does it reference the correct model folder(s)?
PackageBuilder | Failed to spawn lister for asset group Origami_Bulldog (type SimObject)
PackageBuilder | Ready, 2 commands added.
PackageBuilder | Starting the build...
PackageBuilder | Building assets for the package origami-aircraft-bulldog...
PackageBuilder | Skip mirroring due to command failures.
Business data | No Uaid
PackageBuilder | Reloading assets for the package origami-aircraft-bulldog...
PackageBuilder | Finished, 2 skipped, 0 done and 1 failed, took 0s117ms.
? false returned by Command=BuildPackages Comment=Rebuild the packages whose name correspond to the given filter, and for the given project (default fs-project.xml) NbParam=2 Line=BuildPackages origami-aircraft-bulldog * "C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\Bulldog.xml" "C:\MSFS SDK\Samples\_Scottish Aviation Bulldog" 1
ElectricalSystem [Generic Airliner Quad Engines Asobo 00]: Undefined circuit 2539632838418707132:5 when at least one circuit with a higher index is defined (most likely due to this index missing in system.cfg)
ElectricalSystem [Generic Airliner Twin Engines Asobo 00]: Undefined circuit 2539632838418707132:5 when at least one circuit with a higher index is defined (most likely due to this index missing in system.cfg)
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 C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\PACKAGES\ORIGAMI-AIRCRAFT-BULLDOG\BUSINESS.JSON
Failed to find asset group where the given path is located
PackageBuilder | Couldn't find asset configuration during partial build for file C:\MSFS SDK\Samples\_Scottish Aviation Bulldog\PACKAGES\ORIGAMI-AIRCRAFT-BULLDOG\MANIFEST.JSON
PackageBuilder | Partial build : nothing to do
 
Edit : I think it was either a missing xml file or wrong naming convention for the model files. Seems to be importing okish (with alot of error pop-ups, so that's for me :D)
 
I'm also having similar trouble with the 'Failed to load container file info' error.

Can anyone provide any pointers?

Code:
PackageBuilder | Reading I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\T188AircraftProject.xml...
PackageBuilder | Preparing asset groups...
PackageBuilder | Done, 4 asset groups registered.
PackageBuilder | Generating commands for package mycompany-aircraft-t188...
PackageBuilder | Preparing commands for asset group MarketplaceData...
PackageBuilder | Preparing commands for asset group MyCompany_Simple_T188...
Could not open file.
Failed to load container file info for container[0]: 'I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\PackageSources\SimObjects\Airplanes\MyCompany_Simple_T188\'
Could not open file.
Failed to load container file info for container[1]: 'I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\PackageSources\SimObjects\Airplanes\MyCompany_Simple_T188\'
Could not open file.
Failed to load container file info for container[2]: 'I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\PackageSources\SimObjects\Airplanes\MyCompany_Simple_T188\'
AssetBuilder | Could not find a valid simobject in 'I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\PackageSources\SimObjects\Airplanes\MyCompany_Simple_T188\'. Does it have one of [aircraft.cfg / sim.cfg / container.cfg] and does it reference the correct model folder(s)?
PackageBuilder | Failed to spawn lister for asset group MyCompany_Simple_T188 (type SimObject)
PackageBuilder | Preparing commands for asset group ContentInfo...
PackageBuilder | Ready, 2 commands added.
PackageBuilder | Starting the build...
PackageBuilder | Building assets for the package mycompany-aircraft-t188...
Business data | No Uaid
PackageBuilder | Validating Package 'mycompany-aircraft-t188'...
PackageBuilder | Reloading assets for the package mycompany-aircraft-t188...
PackageBuilder | Finished, 2 skipped, 0 done and 1 failed, took 0s059ms.
? false returned by Command=BuildPackages Comment=Rebuild the packages whose name correspond to the given filter, and for the given project (default fs-project.xml) NbParam=2 Line=BuildPackages mycompany-aircraft-t188 * "I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft\T188AircraftProject.xml" "I:\Aircraft Projects\Bristol Type 188\Blender Bristol T188\T188 MSFS\T188 Package\T188Aircraft" 1
 
Back
Top