Author Topic: no buildings  (Read 11885 times)

balkd9

  • Newbie
  • *
  • Posts: 10
no buildings
« on: January 23, 2010, 02:47:19 pm »
Recently attempted to download PHNL. Now know of my previous products, ie KLAS, KFLL and KORD have also diappeared along with the your name along with others from the tool bar. What do I need to do?
Richard
« Last Edit: January 23, 2010, 07:25:22 pm by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #1 on: January 23, 2010, 07:26:16 pm »
I moved your message, because it doesn't have anything to do with Megascenery.

If other modules (not FSDT) have also disappeared, it means there's an error in your DLL.XML. The installer should have notified you about it.

What happens if you just reinstall PHNL ? Do you get a warning about your DLL.XML having an error ?

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #2 on: January 23, 2010, 11:34:24 pm »
I attempted to reinstall with the following msg: Runtime Error (at 116.2188)
ERROR on line O: the following tags were not closed SmBase. Document

This is not an issue of not having or losing buildings it is that my drop down menus that enables me to link with your products PMDG products and others is no loner available after I attemoted to instal PHNL. I believe it is a DLL.XML issue and I don't know how to correct it.
Richard
« Last Edit: January 23, 2010, 11:44:00 pm by balkd9 »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #3 on: January 23, 2010, 11:46:22 pm »
That's exactly what I've suspected: your DLL.XML had an error, the last tag is not closed. If you could post it here, I can show you how to correct it.

File is located at %APPDATA%\Microsoft\FSX

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #4 on: January 24, 2010, 02:17:57 pm »
Ok thanks this is what I believe you need:

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>dll.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
  <Launch.Addon>
    <Name>Addon Manager</Name>
    <Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>bglmanx.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Object Placement Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Traffic Toolbox</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>Visual Effects Tool</Name>
    <Disabled>True</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>PMDG Options</Name>
    <Disabled>False</Disabled>
    <Path>PMDG\DLLs\PMDGOptions.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>PMDG Events</Name>
    <Disabled>False</Disabled>
    <Path>PMDG\DLLs\PMDGEvents.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>PMDG Sounds</Name>
    <Disabled>False</Disabled>
    <Path>PMDG\DLLs\PMDGSounds.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
    <Name>FeelThere EJetX Helper</Name>
    <Disabled>False</Disabled>
    <Path>FeelThere\E170\EJetH.dll</Path>
  </Launch.Addon>
  <Launch.Addon>
        <Name>FSUIPC 4</Name>
        <Disabled>False</Disabled>
        <Path>Modules\FSUIPC4.dll</Path>
    </Launch.Addon>
</SimBase.Document>

I really appreciate your help.

Richard

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #5 on: January 24, 2010, 04:01:30 pm »
Are you sure that is the DLL.XML that is in use now, and not some backup from a previous install ? Because, it doesn't have any error. But, since you said that *all* your addons have disappeared from the menu bar, it might only related to a corrupted DLL.XML

It might also be the EXE.XML instead but, if the DLL.XML is fine, and the EXE.XML is corrupted, you should at least see the Addons of the DLL.XML. However, it might be worth checking the EXE.XML as well.

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #6 on: January 24, 2010, 04:57:32 pm »
Virtuali,
First off thanks for taking the time on this problem, secondidly I can't find a EXE.XML file only thing close is exe.xml_Before_Addon_Manager file.
Richard

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #7 on: January 24, 2010, 05:16:33 pm »
Have you enabled Explorer to show you the full file with the extension ? Maybe the file is there, but without the XML extension, it might be missed.

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #8 on: January 24, 2010, 06:53:35 pm »
Umberto-
 I have attempted to open the exe that is a xml document and I get the following: Cannot file file C; \User\Richard Sr\Appdata\roaming\microsoft\fsx\exe.xml
so I believe I have used explorer correctly.
Richard

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #9 on: January 24, 2010, 07:11:57 pm »
Try to opening it like this:

Notepad %APPDATA%\Microsoft\FSX\exe.xml

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #10 on: January 24, 2010, 08:12:18 pm »
xml version="1.0" encoding="Windows-1252" ?>
- <SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>exe.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
- <Launch.Addon>
  <Disabled>False</Disabled>
  <ManualLoad>False</ManualLoad>
  <Name>UT2</Name>
  <Path>C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\\Flight One Software\Ultimate Traffic 2\UT2Services.exe</Path>
  <NewConsole>True</NewConsole>
  </Launch.Addon>
- <Launch.Addon>
  <Name>Couatl</Name>
  <Disabled>False</Disabled>
  <ManualLoad>False</ManualLoad>
  <Path>fsdreamteam\couatl\couatl.exe</Path>
  </Launch.Addon>
  </SimBase.Document>
I hope this helps

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #11 on: January 24, 2010, 08:17:43 pm »
Here's the error:

xml version="1.0" encoding="Windows-1252" ?>

It's missing the first 2 characters. It should be

<?xml version="1.0" encoding="Windows-1252" ?>

So, you should just add <? at the start. I've included an already fixed EXE.XML here

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #12 on: January 25, 2010, 02:28:24 pm »
Humberto
Is this the correct version and do I need to do anything else?
<?xml version="1.0" encoding="Windows-1252" ?>
- <SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>exe.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
- <Launch.Addon>
  <Disabled>False</Disabled>
  <ManualLoad>False</ManualLoad>
  <Name>UT2</Name>
  <Path>C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\\Flight One Software\Ultimate Traffic 2\UT2Services.exe</Path>
  <NewConsole>True</NewConsole>
  </Launch.Addon>
- <Launch.Addon>
  <Name>Couatl</Name>
  <Disabled>False</Disabled>
  <ManualLoad>False</ManualLoad>
  <Path>fsdreamteam\couatl\couatl.exe</Path>
  </Launch.Addon>
  </SimBase.Document>

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50691
    • VIRTUALI Sagl
Re: no buildings
« Reply #13 on: January 25, 2010, 02:30:06 pm »
I've already posted the correct version, have you changed something ? This XML file looks fine. You also need the DLL.XML file that you posted earlier, that looked fine as well.

If you don't have any installation errors anymore, it means you XML files are correct.

balkd9

  • Newbie
  • *
  • Posts: 10
Re: no buildings
« Reply #14 on: January 25, 2010, 03:34:57 pm »
Do I need to reinstall your products and the others ie PMDG that also utilize the drop down menu?