DLL.XML file cannot be created
-
- Posts: 4
- Joined: Mon Jul 09, 2018 5:59 pm
DLL.XML file cannot be created
Hi,
I have downloaded and installed this product a number of times and on all occasions i am receiving the error pictured in the attachment. when downloading and installing anti virus and UAC are deactivated.
I am using P3D V4.3 with quite a few add-ons. I can list if this is going to be of help.
Any suggestions on how i can resolve this issue?
Thanks in advance
Martin
I have downloaded and installed this product a number of times and on all occasions i am receiving the error pictured in the attachment. when downloading and installing anti virus and UAC are deactivated.
I am using P3D V4.3 with quite a few add-ons. I can list if this is going to be of help.
Any suggestions on how i can resolve this issue?
Thanks in advance
Martin
- Attachments
-
- Capture.PNG (243.95 KiB) Viewed 1519 times
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: DLL.XML file cannot be created
Hi,
Please follow these steps to solve your issue:
-Do a Search in Windows for DLL.XML and, if more that one appears, take note on those that are present in Prepar3D v4 folders(s).
-Edit each one, and identify what is the current by spotting the name of your other addons.
-When you know which is the correct, just add, at the end (but before </SimBase.Document>):
<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>
Save the file, and that's it.
If you don't recognize your addons, or to be completely sure, add those lines to ALL of dll.xml files found (indeed belonging to P3D v4)
Thanks!
Tomas
Please follow these steps to solve your issue:
-Do a Search in Windows for DLL.XML and, if more that one appears, take note on those that are present in Prepar3D v4 folders(s).
-Edit each one, and identify what is the current by spotting the name of your other addons.
-When you know which is the correct, just add, at the end (but before </SimBase.Document>):
<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>
Save the file, and that's it.
If you don't recognize your addons, or to be completely sure, add those lines to ALL of dll.xml files found (indeed belonging to P3D v4)
Thanks!
Tomas
-
- Posts: 4
- Joined: Mon Jul 09, 2018 5:59 pm
Re: DLL.XML file cannot be created
Hi Tomas,
Thanks for the prompt reply. I have more than likely done it wrong, but I have tried as suggested to no avail.
I've atatched a few screen grabs, can you tell me if they look correct. The highlighted are the files i've changed.
Regards
Martin
Thanks for the prompt reply. I have more than likely done it wrong, but I have tried as suggested to no avail.
I've atatched a few screen grabs, can you tell me if they look correct. The highlighted are the files i've changed.
Regards
Martin
- Attachments
-
- Capture3.PNG (171.99 KiB) Viewed 1492 times
-
- Capture2.PNG (105.95 KiB) Viewed 1492 times
-
- Capture1.PNG (529.83 KiB) Viewed 1492 times
-
- Posts: 4
- Joined: Mon Jul 09, 2018 5:59 pm
Re: DLL.XML file cannot be created
I've definitely done something wrong. Getting this error message when trying to launch active sky.
- Attachments
-
- Capture4.PNG (3.99 MiB) Viewed 1489 times
-
- Posts: 1023
- Joined: Mon Sep 06, 2010 3:47 pm
Re: DLL.XML file cannot be created
You did not add in the <Launch.Addon> at the beginning of the block:
<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>
<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>
-
- Posts: 4
- Joined: Mon Jul 09, 2018 5:59 pm
Re: DLL.XML file cannot be created
Hi, This is now sorted. Thanks for the help.
Regards
Martin
Regards
Martin
-
- Posts: 1023
- Joined: Mon Sep 06, 2010 3:47 pm