I had been editing an airport for some time now, but yesterday when I went into Project Manager and selected the .XML file, nothing shows in the Project manager. There should be a scenery BGL and a ModelLib file, but nothing comes up. Drilling down to the airport .XML file under /Scenery, I see it was last updated yesterday and is 1.15MB in size, so the files ARE still there - it’s just nothing shows in Project Manager - so nothing shows in Project Inspector - so I can’t load the scenery for editing.
Any thoughts on how to wake the Project Manager up?
EDIT: To clarify, The Project Manager window is not COMPLETELY blank. All the menu items in the window are there and I can either “Open Recent” or even Open then go in and re-select the Project .XML, but nothing ever shows up in the box below the menu items. The .XML file I’m trying to open follows:
<?xml version="1.0" encoding="utf-8"?>
<Project Version="2" Name="KHEF-Corrections" FolderName="Packages" MetadataFolderName="PackagesMetadata">
<OutputDirectory>.</OutputDirectory>
<TemporaryOutputDirectory>_PackageInt</TemporaryOutputDirectory>
<Packages>
<Package>PackageDefinitions\woodw-airport-khef-manassas.xml</Package>
</Packages>
<PublishingGroups/>
</Project>
The woodw-airport-khef-manassas.xml file referenced in the “Package” XML group follows:
<?xml version="1.0" encoding="utf-8"?>
<AssetPackage ReleaseNotes="PackageDefinitions\woodw-airport-khef-manassas\ReleaseNotes.xml" Version="1.3.0">
<ItemSettings>
<ContentType>SCENERY</ContentType>
<Title>KHEF Corrections</Title>
<Manufacturer/>
<Creator>Larry Woodworth</Creator>
</ItemSettings>
<Flags>
<VisibleInStore>false</VisibleInStore>
<CanBeReferenced>false</CanBeReferenced>
</Flags>
<PackageOrderHint>BESPOKE_AIRPORT_PATCH</PackageOrderHint>
<AssetGroups>
<AssetGroup Name="ContentInfo">
<Type Version="0">ContentInfo</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageDefinitions\woodw-airport-khef-manassas\ContentInfo\</AssetDir>
<OutputDir>ContentInfo\woodw-airport-khef-manassas\</OutputDir>
</AssetGroup>
<AssetGroup Name="KHEFMaterialLib">
<Type Version="0">MaterialLib</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\MaterialLibs\KHEFMaterialLib\</AssetDir>
<OutputDir>MaterialLibs\KHEFMaterialLib\</OutputDir>
</AssetGroup>
<AssetGroup Name="KHEF_ModelLib">
<Type Version="1">ModelLib</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\Scenery\airport-khef-manassas\KHEF_ModelLib\</AssetDir>
<OutputDir>Scenery\airport-khef-manassas\KHEF_ModelLib\</OutputDir>
</AssetGroup>
<AssetGroup Name="scenery">
<Type Version="0">BGL</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\Scenery\airport-khef-manassas\scenery\</AssetDir>
<OutputDir>Scenery\airport-khef-manassas\scenery\</OutputDir>
</AssetGroup>
</AssetGroups>
</AssetPackage>