Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

GIT 2.1.11.1 doesn't work with P3D V2.5

Hi,

I changed to P3D V2.5 and installed GIT 2.1.11.1. I wrote the lines in dll.xml, but GIT doesn't work. In FSX I became this security message to load the Goflight Interface Module.dll. In P3D there is no message.

GF Config 2.2.5 Build 0 works without problems.

Could somebody help?

Regards,
Martin

Comments

  • Hi Martin,

    That version was a Beta and the functionality included in the latest build 2.1.12.0. Install this version and then try again. If you still have a problem, attach your dll.xml file here and let me know what directory you installed GIT/Goflight drivers.

    Best wishes

    Steve

  • Actually ignore this first bit of my message. I have forgotten to update the version number in the code so the About dialog box shows the incorrect version number.
  • GIT and GoFlight Drivers are installed "C:\Program Files (x86)\GoFlight" The same directory the FSX Version was installed.
    My dll.xml is:

    <?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>GoFlight Module Interface</Name>
    <Disabled>False</Disabled>
    <Path>C:\Program Files (x86)\GoFlight\GoFlight Interface Module.dll</Path>
    </Launch.Addon>
      <Launch.Addon>
      <Launch.Addon>
        <Name>ObjectFlow</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>F:\Prepar3Dv2\ORBX\FTX_AU\FTXAA_ORBXLIBS\Scenery\ObjectFlow_P3D.dll</Path>
      </Launch.Addon>
      <Launch.Addon>
            <Name>FSUIPC 4</Name>
            <Disabled>False</Disabled>
            <Path>Modules\FSUIPC4.dll</Path>
        </Launch.Addon>
    </SimBase.Document>

  • Remove line highlighted:

    <?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>GoFlight Module Interface</Name>
    <Disabled>False</Disabled>
    <Path>C:\Program Files (x86)\GoFlight\GoFlight Interface Module.dll</Path>
    </Launch.Addon>
      <Launch.Addon>
      <Launch.Addon>
        <Name>ObjectFlow</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>F:\Prepar3Dv2\ORBX\FTX_AU\FTXAA_ORBXLIBS\Scenery\ObjectFlow_P3D.dll</Path>
      </Launch.Addon>
      <Launch.Addon>
            <Name>FSUIPC 4</Name>
            <Disabled>False</Disabled>
            <Path>Modules\FSUIPC4.dll</Path>
        </Launch.Addon>
    </SimBase.Document>

  • Oh, this line I've not seen. Now it works great!

    Many thanks,
    Martin
Sign In or Register to comment.