FSDreamTeam forum
Products Support => GSX Support FSX/P3D => Topic started by: Aviation_nerd on January 14, 2017, 09:19:55 am
-
Attached are the files to resolve the issues I am having with my addons. I hope these are the correct ones.
thanks
Christopher
-
You had an error in the section that calls Ultimate Traffic, it's like this:
<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>UT2</Nam
C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Flight One Software\Ultimate Traffic 2/UT2Services.exe</path>
<NewConsole>True</NewConsole>
</Launch.Addon>
But it should be like this:
<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>UT2</Name>
<Path>C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Flight One Software\Ultimate Traffic 2/UT2Services.exe</Path>
<NewConsole>True</NewConsole>
</Launch.Addon>
The <Name> tag wasn't closed correctly, and the <Path> opening tag was entirely missing. Also, inserting the whole simulator path is redundant if you need to refer to an addon that is installed there so, it could have been better written like this:
<Launch.Addon>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Name>UT2</Name>
<Path>Flight One Software\Ultimate Traffic 2/UT2Services.exe</Path>
<NewConsole>True</NewConsole>
</Launch.Addon>
-
alright thanks for the help. i just need to copy the text from here into the file to get it working properly again?
-
alright thanks for the help. i just need to copy the text from here into the file to get it working properly again?
In the proper section of the EXE.XML file, leaving the other sections, which seemed right.
-
I tried fixing the error and i'm still getting it. would be a good idea to simply uninstall my P3D and reinstall it with a fresh installer?
-
I tried fixing the error and i'm still getting it. would be a good idea to simply uninstall my P3D and reinstall it with a fresh installer?
As I told you in the other thread I replied to, P3D has two locations where you can find XML files, under %APPDATA% and under %PROGRAMDATA%. You sent only one set of files to check.
Maybe you have ANOTHER error (maybe the same one, if you just copy the corrupted file from one place to the other) in the XML file located in the other folder, the one you haven't sent.
-
Just wanted to say thanks for the help in assisting me trying to get my products working as they should. I had done a fresh install of the sim and it is working quite nicely.
thanks
Christopher