PC 6 Steam Edition ne fonctionne pas correctement

Chuck Jodry
Posts: 442
Joined: Mon Dec 20, 2010 4:30 pm
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Chuck Jodry » Tue Feb 11, 2020 4:23 pm

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

Taguilo
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Tue Feb 11, 2020 5:13 pm

jmv.carron wrote:
Tue Feb 11, 2020 3:29 pm
No, no other addon.
Ok thanks.

Then please add this line at the end of the file, just after the last </Launch.Addon>

</SimBase.Document>

Tomas

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Tue Feb 11, 2020 7:40 pm

Merci Chuck j'attend votre réponse.
Tanguil, I tried to add the line but it does'nt work :/

Taguilo
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Wed Feb 12, 2020 1:37 am

Please post here your DLL.XML file so we can check its integrity.

Thanks!

Tomas

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Wed Feb 12, 2020 7:34 am

Can't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by N4GIX » Wed Feb 12, 2020 9:19 pm

jmv.carron wrote:
Wed Feb 12, 2020 7:34 am
Can't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.
It will display in the reply if you click on this icon, then paste the .xml in between the boxes.
Image

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>

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Wed Feb 12, 2020 10:30 pm

N4GIX wrote:
Wed Feb 12, 2020 9:19 pm
jmv.carron wrote:
Wed Feb 12, 2020 7:34 am
Can't add the DLL.xml file cause the forum does not support xml files. But I already showed you the content.
It will display in the reply if you click on this icon, then paste the .xml in between the boxes.
Image

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>
Like this?

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>
I tried to paste the code you posted but same problem. I don't think that the problem comes from this.

Taguilo
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Wed Feb 12, 2020 11:14 pm

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

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Thu Feb 13, 2020 11:23 am

Taguilo wrote:
Wed Feb 12, 2020 11:14 pm
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
Tried to remove it, nothing, same problem... I really don't think that the problem comes from here...

Taguilo
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Thu Feb 13, 2020 12:18 pm

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

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Thu Feb 13, 2020 12:58 pm

Taguilo wrote:
Thu Feb 13, 2020 12:18 pm
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
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
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Thu Feb 13, 2020 1:05 pm

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
Attachments
XMLTools.zip
(70.06 KiB) Downloaded 74 times

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Thu Feb 13, 2020 1:17 pm

Taguilo wrote:
Thu Feb 13, 2020 1:05 pm
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
Downloaded and added, same problem... I there a solution for this anywhere... I'm so unlucky

jmv.carron
Posts: 19
Joined: Mon Feb 03, 2020 10:36 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by jmv.carron » Thu Feb 13, 2020 1:47 pm

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.

Taguilo
Posts: 658
Joined: Sun May 11, 2014 11:49 am
Re: PC 6 Steam Edition ne fonctionne pas correctement

Post by Taguilo » Thu Feb 13, 2020 2:30 pm

Awesome!

For the GPS, which version are you using? Did you turn on Avionics switch?

Tomas


Locked

Return to “Pilatus PC-6 (FSX) Support Forum”