gray eagle
SOH-CM-2024
I was installed a new program to P3d (GSX by FSDT) and it installed fine but since then, my FSUIPC/AI Carriers/and SDK disappeared.
I have managed to gain FSUIPC back using the DLL.XML file it created and it shows in P3d, the problem is trying to build on that DLL that FSUIPC made by addng the SDK tool box entries.
When I do, it will cause the FSUIPC to vanish from the menu screen, until I remove the SDK addon, and then revert to the ddl.xml that FSUIPC made, then FSUIPC will at least show in P3D.
Here is what the DLL.XML looks like thus far:
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>False</Disabled><ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
<Launch.Addon>
http://www.sim-outhouse.com/sohforums/showthread.php/104768-P3D-Traffic-Toolbox
If I used the one that worked before FSUIPC will disappear and Tool box won't show in P3D either.
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>False</Disabled><ManualLoad>False</ManualLoad>
<Path>P:\Lockheed Martin\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
If I use the plain ol FSUIPC dll.xml that is created, FSUIPC will show in P3d:
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
</SimBase.Document>
Fortunately, AI carriers uses a exe.xml so that one is isolated from this mess and still works.
Trying different tricks with the dll.xml with no luck
Here is path to SDK:
P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll
Back to square one with getting the Traffic ToolBox to show in P3d. What is wierd, the script that worked before will nether show FSUPIC nor TT BOX.
EDIT: If I use this script then SDK Tool Box will work:
<?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>Traffic Toolbox</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK
\TrafficToolbox.dll</Path>
</Launch.Addon>
</SimBase.Document>
Edit:
It works now,
<?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>Traffic Toolbox</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
</SimBase.Document>
I figure it was the way the two programs (Launches) were joined together in one dll.xml and they were not combined properly.
I could use a separate DDL for FSUIPC (and it worked) and same for SDK toolbox then I must of combined them in a way were none of those
two programs would not launch. When combining multi launches in DLL.XML, Where one ends and one begins is confusing to me.
I have managed to gain FSUIPC back using the DLL.XML file it created and it shows in P3d, the problem is trying to build on that DLL that FSUIPC made by addng the SDK tool box entries.
When I do, it will cause the FSUIPC to vanish from the menu screen, until I remove the SDK addon, and then revert to the ddl.xml that FSUIPC made, then FSUIPC will at least show in P3D.
Here is what the DLL.XML looks like thus far:
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>False</Disabled><ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
<Launch.Addon>
http://www.sim-outhouse.com/sohforums/showthread.php/104768-P3D-Traffic-Toolbox
If I used the one that worked before FSUIPC will disappear and Tool box won't show in P3D either.
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>False</Disabled><ManualLoad>False</ManualLoad>
<Path>P:\Lockheed Martin\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
If I use the plain ol FSUIPC dll.xml that is created, FSUIPC will show in P3d:
<?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>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
</SimBase.Document>
Fortunately, AI carriers uses a exe.xml so that one is isolated from this mess and still works.
Trying different tricks with the dll.xml with no luck
Here is path to SDK:
P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll
Back to square one with getting the Traffic ToolBox to show in P3d. What is wierd, the script that worked before will nether show FSUPIC nor TT BOX.
EDIT: If I use this script then SDK Tool Box will work:
<?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>Traffic Toolbox</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK
\TrafficToolbox.dll</Path>
</Launch.Addon>
</SimBase.Document>
Edit:
It works now,
<?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>Traffic Toolbox</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>P:\Prepar3D v3 SDK 3.4.22.19868\Environment SDK\Traffic Toolbox SDK\TrafficToolbox.dll</Path>
</Launch.Addon>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
</SimBase.Document>
I figure it was the way the two programs (Launches) were joined together in one dll.xml and they were not combined properly.
I could use a separate DDL for FSUIPC (and it worked) and same for SDK toolbox then I must of combined them in a way were none of those
two programs would not launch. When combining multi launches in DLL.XML, Where one ends and one begins is confusing to me.