DLL.XML file missing in P3DV4.5

Navy Chief

Senior Member
I have no idea what happened, exactly, but my DLL.XML file is gone from my P3DV4.5 installation. I also have V5.2, and it has one though. But anyway, when I boot 4.5, the Addons menu shows my addons. The sim CTDs when it starts to load a aircraft. NC
 
They are kind of custom to each user. For what it's worth, here is mine.

Did you install something new? Maybe that removed it while attempting an edit?

Code:
<?xml version="1.0" encoding="UTF-8"?>

<SimBase.Document Type="AceXML" version="3,0" id="dll">
    <Descr>AceXML Document</Descr>
    <Filename>dll.xml</Filename>
<Launch.Addon>
    <Name>XMLTools64</Name>
    <Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>XMLTools64.dll</Path>
    <DllStartName>module_init</DllStartName>
    <DllStopName>module_deinit</DllStopName>
  </Launch.Addon>
</SimBase.Document>
 
Hey Pete,


Some good gouge here about that here


https://www.prepar3d.com/forum/viewtopic.php?t=125649


From info in link it states:

By Default you will Not have an exe.xml or a dll.xml file at the location below, But you can create your own .xml files and Insert them into this location.

Local Disk (C:) ► Users ► You ► AppData ► Roaming ► Lockheed Martin ► Prepar3D v4

You have both of these files by Default at the location below, You can launch your Add On from this location

Local Disk (C:) ► ProgramData ► Lockheed Martin ► Prepar3D v4 ► exe.xml dll.xm

Hope these news nuggets help.
 
Back
Top