PC 6 Steam Edition ne fonctionne pas correctement
-
- Posts: 442
- Joined: Mon Dec 20, 2010 4:30 pm
Re: PC 6 Steam Edition ne fonctionne pas correctement
Oui , certainement frustrant mais je consulte un specialist, l'écrivant to dll qui ne marche pas , google translate va etre mis a sa mesure .
Best CJ
Best CJ
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Ok thanks.
Then please add this line at the end of the file, just after the last </Launch.Addon>
</SimBase.Document>
Tomas
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Merci Chuck j'attend votre réponse.
Tanguil, I tried to add the line but it does'nt work :/
Tanguil, I tried to add the line but it does'nt work :/
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Please post here your DLL.XML file so we can check its integrity.
Thanks!
Tomas
Thanks!
Tomas
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Can't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.
-
- Posts: 1023
- Joined: Mon Sep 06, 2010 3:47 pm
Re: PC 6 Steam Edition ne fonctionne pas correctement
It will display in the reply if you click on this icon, then paste the .xml in between the boxes.jmv.carron wrote: ↑Wed Feb 12, 2020 7:34 amCan't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.

Code: Select all
<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>XMLTools</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>XMLTools.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
</SimBase.Document>
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Code: Select all
Like this?N4GIX wrote: ↑Wed Feb 12, 2020 9:19 pmIt will display in the reply if you click on this icon, then paste the .xml in between the boxes.jmv.carron wrote: ↑Wed Feb 12, 2020 7:34 amCan't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.
Code: Select all
<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>XMLTools</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>XMLTools.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> </SimBase.Document>
Code: Select all
<?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>Object Placement Tool</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Traffic Toolbox</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>Visual Effects Tool</Name>
<Disabled>True</Disabled>
<ManualLoad>False</ManualLoad>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
</Launch.Addon>
</SimBase.Document>
<Launch.Addon>
<Name>XMLTools</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>XMLTools.dll</Path>
<DllStartName>module_init</DllStartName>
<DllStopName>module_deinit</DllStopName>
</Launch.Addon>
</SimBase.Document>
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Please remove extra </SimBase.Document> that is placed before the XMLTOOLS structure.
Only one </SimBase.Document> must be present and as the last line of the file.
Thanks!
Tomas
Only one </SimBase.Document> must be present and as the last line of the file.
Thanks!
Tomas
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Tried to remove it, nothing, same problem... I really don't think that the problem comes from here...
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Did you check if XMLTools.dll is present in FSX main folder? I guess you did...
Only three causes can produce the issues you have:
1) Bad definition of XMLTools section in DLL.XML
2) XMLTools.dll file not present in FSX folder.
3) VC++ Runtime libraries absent
I guess 3) should be discarded as AFAIK the installer includes all those libraries. But better check, just in case.
Then if 2) is solved, problem stays in DLL.XML. Did you search for different instances of DLL.XML? Might be more than one; in that case ALL of them must be uptaded with XMLTools section.
Tomas
Only three causes can produce the issues you have:
1) Bad definition of XMLTools section in DLL.XML
2) XMLTools.dll file not present in FSX folder.
3) VC++ Runtime libraries absent
I guess 3) should be discarded as AFAIK the installer includes all those libraries. But better check, just in case.
Then if 2) is solved, problem stays in DLL.XML. Did you search for different instances of DLL.XML? Might be more than one; in that case ALL of them must be uptaded with XMLTools section.
Tomas
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
I have no XMLTools.dll in my main fsx folder and I don't know how to see if I have VC++ Runtime libraries.Taguilo wrote: ↑Thu Feb 13, 2020 12:18 pmDid you check if XMLTools.dll is present in FSX main folder? I guess you did...
Only three causes can produce the issues you have:
1) Bad definition of XMLTools section in DLL.XML
2) XMLTools.dll file not present in FSX folder.
3) VC++ Runtime libraries absent
I guess 3) should be discarded as AFAIK the installer includes all those libraries. But better check, just in case.
Then if 2) is solved, problem stays in DLL.XML. Did you search for different instances of DLL.XML? Might be more than one; in that case ALL of them must be uptaded with XMLTools section.
Tomas
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Ok, let's start by adding XMLTools.dll to FSX folder:
Please unzip the content of XMLTools.zip in FSX main folder.
Try again and comment.
Thanks!
Tomas
Please unzip the content of XMLTools.zip in FSX main folder.
Try again and comment.
Thanks!
Tomas
- Attachments
-
- XMLTools.zip
- (70.06 KiB) Downloaded 258 times
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
-
- Posts: 19
- Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
I downloaded the vc++ package and installed it and it works !!!!!!!!!!! Yeaaah . Thank you all for your help ! Now the only probelm is that all the other GPS don't work.
-
- Posts: 658
- Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement
Awesome!
For the GPS, which version are you using? Did you turn on Avionics switch?
Tomas
For the GPS, which version are you using? Did you turn on Avionics switch?
Tomas