Add-On Drop Down Not Showing All Entries

Any issues, problems or troubleshooting topics related to the Prepar3D client application.
Locked
jnavara
Posts: 39
Joined: Sat May 03, 2014 9:13 pm

Post by jnavara »


I am having issues with my Add-On Drop Down menu not showing all the entries like it's supposed to. I am copying and pasting both my DLL.xml and my EXE.xml. What is funny is that the same files are located in the C:\Users\John\AppData\Roaming directory as well. Is the program trying to read both files. Here are my files from the C:\Users\John\AppData\Roaming\Lockheed Martin\Prepar3D v2 directory:

DLL.XML File:

<?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>ObjectFlow</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>D:\Program Files\Prepar3D v2\ORBX\FTX_AU\FTXAA_ORBXLIBS\Scenery\ObjectFlow_P3D.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Addon Manager</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>bglmanx.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>PMDG Interface</Name>
<Disabled>False</Disabled>
<Path>PMDG\DLLs\PMDG_Interface.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>RAASPRO</Name>
<Disabled>False</Disabled>
<Path>.\RAASPRO\RAASPRO.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>as_connect</Name>
<Disabled>False</Disabled>
<Path>as_srv\as_btstrp.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>FSTramp</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>D:\Program Files\FSTramp\FSTramp.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>CMeteoXml</Name>
<Disabled>False</Disabled>
<Path>.\CMeteoXml.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>PMDG HUD interface</Name>
<Disabled>False</Disabled>
<Path>PMDG\DLLs\PMDG_HUD_interface.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
<Launch.Addon>
<Name>PilotEdge Transponder</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>C:\Program Files\PilotEdge\petrans10.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>ELITE Hardware</Name>
<Disabled>False</Disabled>
<Path>Modules\ELITEHardware.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
</SimBase.Document>


EXE.xml File:

<?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>
<Name>Couatl</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>fsdreamteam\couatl\couatl.exe</Path>
</Launch.Addon>
</SimBase.Document>

Thanks,
John
John P. Navara
PP ASEL-IA - 1967 V35 N480H
Complex, HP & Tailwheel endorsements
RossG
Posts: 86
Joined: Mon Jun 16, 2014 6:07 am

Post by RossG »

It might help people if you let them know which entry's are not displaying in the menu. :)
jfail
Posts: 85
Joined: Thu Jan 05, 2012 12:48 am

Post by jfail »

I have had this happen to me numerous times. I have a number of exe.xml/dll.xml entries also. Sometimes when I click on addons only my FSUIPC entry appears and none of the others such as FSDreamteam, A2A etc. no longer appear in addition I find that ASN displays "Waiting for simulator" when it had worked perfectly previously. If I reboot the computer and restart P3D all works just fine again. But, if I exit P3D, do some other things such as spreadsheet etc. and then restart P3D then sometimes (not always) the only entry that shows in addons is again FSUIPC. Reboot computer and everything shows in addons again. I suspect this has something to do with the dreaded simconnect. I have never figured out where or why things go wrong.

Try rebooting your computer, restart P3D and see if your addons return.
jnavara
Posts: 39
Joined: Sat May 03, 2014 9:13 pm

Post by jnavara »

Sorry I thought I had included the option that were showing up. The following are listed in the Add-On menu drop down: FSTramp, FSUIPC and Addon Manager.

The computer has been rebooted several times and Prepar3D restarted several time.

John
John P. Navara
PP ASEL-IA - 1967 V35 N480H
Complex, HP & Tailwheel endorsements
Locked