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.

X-Plane Beta Test - Please post bugs here!

Please post all X-Plane Beta bugs in this thread.

Thx

Steve

Comments

  • it seems that the plugin dont work, im on xplane10 64bit v 10.35,
    will  try a complete reinstall tomorrow

  • edited August 2015
    The interface doesn't connect to X-plane, I looked in the plugins menu and the GIT plugin doesn't load. I checked the log.txt and I see this:

    H:\X-Plane 10/Resources/plugins/GIT Plugin/64/win.xpl : Error Code = 126 : The specified module could not be found.

    not sure what to do from here.

    I tried it on the latest version of x-plane 64 bit
    Steve McNitt
  • It looks like the plugins didn't compile properly for the final build. I have just rebuilt them and tested. A new version is now available for download.

    Thx

    Steve

  • edited August 2015
    Nope, still the same error, is there any other Plugins thats needed

    Fetching plugins for C:\X-Plane 10/Resources/plugins

    Loaded: C:\X-Plane 10/Resources/plugins/PluginAdmin/64/win.xpl (xpsdk.examples.pluginadmin).

    C:\X-Plane 10/Resources/plugins/GIT Plugin/64/win.xpl : Error Code = 126 : Den angitte modulen ble ikke funnet.



  • ok. it seems that did the trick, its working now, :-) thx
  • edited August 2015
    Small bug- when using the heading and course knobs rotating through 359-1 degree, Turning to the right the display will increment 359 360 001 , but when you turn the knobs left it increments 001 000 359.

    0 and 360 are equivalent but shouldn't it display the same for left and right? I think it should be 360 for both?
    Steve McNitt
  • edited August 2015

    Not sure what I can do about that. X-Plane decides what the heading will be based on the command being sent. X-Plane is handling the heading logic so I think its a bug in X-Plane.

    Thx

    Steve

  • Not sure if this one is a bug or Xp limitation either but the default altitude select for the MCP Pro is only incrementing 10ft at a time, the rotate parameter doesn't seem to do the acceleration when you turn it fast like in FSX/P3d
    Steve McNitt
  • edited August 2015

    Hi Slayer,

    All I've done at this point is expose the X-Plane Plugin API in a friendly manner. I'm new to X-Plane development but having worked with SimConnect, the X-Plane API appears to be no where near as intelligent as SimConnect.

    Take the Heading issue you detailed; this is basic stuff and should just work but it doesn't. Yes I could probably write a work-around but why doesn't it work correctly in the first place?

    Sending a Command should handle all the decision making specific to the aircraft just like SimConnect does; but X-Plane doesn't seem to do that.

    Best wishes

    Steve

    PS. The acceleration function is coded as GIT controls that. It's working for me, can you double check please. Thx

  • edited August 2015
    Not too big of a deal , once you get the detective portion done, I could make a bespoke event to increment it by hundreds. I did manage to find a datarefs list on the SDK page so I could see what the expected result would be but a lot of the info is still missing.

      Not sure how you are getting this thing working the SDK and relevant info is scattered all around, finding all the do's and don'ts. Definitely not as organised as the old MS site....

    Thanks again for supporting X-plane. 

    PS  Any idea which data refs are for the baro setting? I can't seem to find it.
    Steve McNitt
  • edited August 2015
    Constant error and crash when running the tool, looking for Microsoft.FlightSim.SimConnect libraries. 

    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.FlightSimulator.SimConnect.dll' or one of its dependencies. The specified module could not be found.
  • You got the FSX version if it's looking for simconnect, It's the last download link on the download page.
    Steve McNitt
  • There are still simconnect references in the code where I haven't rewritten functions for X-Plane yet such as Detective, Bespoke Events etc. The simconnect library is embedded into the software so it shouldn't be erroring looking for the assembly.

    Can you confirm you have downloaded the correct version.

    Thx

    Steve

  • Yes I have re-downloaded and reinstalled.  Same error.

    Eric
  • OK, I'll have to find out why the embedded simconnect is not working.

    Best wishes

    Steve

  • edited August 2015
    Downloaded twice, loaded both GFConfigSetup_2_25_2 and GoFlightInterfaceTool_SetupX-Plane_0_1_2_0 - BETA
    Both installed in the same directory GoFlight.

    Programme finds Go flight and x-plane with green lights also finds the aircraft I am flying
    but have a flashing red light in the aircraft column and crashes with
    type initializer for"A." threw an exception

    Tried to attach zip but it wouldn't let me. hope this is some help

    ************** Exception Text **************
    System.TypeInitializationException: The type initializer for 'A.' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.FlightSimulator.SimConnect, Version=10.0.61259.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The specified module could not be found. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.FlightSimulator.SimConnect.dll' or one of its dependencies. The specified module could not be found.
       at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
       at System.Reflection.Assembly.LoadFile(String path)
       at A.
    .(String )
       at A..(Object , ResolveEventArgs )
       at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
       --- End of inner exception stack trace ---
       at A...cctor()
       --- End of inner exception stack trace ---
       at A.
    . ()
       at A.
    .(Object , EventArgs )
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    GoFlight Interface Tool X-Plane
        Assembly Version: 0.1.1.0
        Win32 Version: 0.1.1.0
        CodeBase: file:///C:/Program%20Files%20(x86)/GoFlight/GoFlight%20Interface%20Tool%20X-Plane.exe
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    GoFlight Interface Tool X-Plane&
        Assembly Version: 1.0.0.0
        Win32 Version: 0.1.1.0
        CodeBase: file:///C:/Program%20Files%20(x86)/GoFlight/GoFlight%20Interface%20Tool%20X-Plane.exe
    ----------------------------------------
    PresentationFramework
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
    ----------------------------------------
    WindowsBase
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
    ----------------------------------------
    PresentationCore
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
    ----------------------------------------
    System.Xaml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
    ----------------------------------------
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    LedControl
        Assembly Version: 0.5.395.0
        Win32 Version: 0.1.1.0
        CodeBase: file:///C:/Program%20Files%20(x86)/GoFlight/GoFlight%20Interface%20Tool%20X-Plane.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34251 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    Microsoft.CSharp
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    Anonymously Hosted DynamicMethods Assembly
        Assembly Version: 0.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
    ----------------------------------------
    System.Dynamic
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
    ----------------------------------------
    PresentationFramework.Aero
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
    ----------------------------------------
    PresentationFramework-SystemXml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
    ----------------------------------------
    UIAutomationTypes
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
    ----------------------------------------
    SharpDX.DirectInput
        Assembly Version: 2.4.2.0
        Win32 Version: 0.1.1.0
        CodeBase: file:///C:/Program%20Files%20(x86)/GoFlight/GoFlight%20Interface%20Tool%20X-Plane.exe
    ----------------------------------------
    SharpDX
        Assembly Version: 2.4.2.0
        Win32 Version: 0.1.1.0
        CodeBase: file:///C:/Program%20Files%20(x86)/GoFlight/GoFlight%20Interface%20Tool%20X-Plane.exe
    ----------------------------------------
  • Further to my above problem. When I get the GoFlight interface has stopped working box.
    The following is in there, if this is any help.
    Something I have missing somewhere.

    Problem signature:
      Problem Event Name:    CLR20r3
      Problem Signature 01:    GoFlight Interface Tool X-Plane
      Problem Signature 02:    0.1.1.0
      Problem Signature 03:    55dac83e
      Problem Signature 04:    mscorlib
      Problem Signature 05:    4.0.30319.34209
      Problem Signature 06:    534894cc
      Problem Signature 07:    272f
      Problem Signature 08:    12
      Problem Signature 09:    System.IO.FileNotFoundException
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

  • The simconnect error cannot be resolved as I would have to distribute simconnect.dll which would be illegal.

    For those with no FSX installation, you will have to wait for the final release that will have all simconnect references removed.

    Best wishes

    Steve

  • Thanks Steve,  I'll stop bashing my head against the wall......
  • ok, how do i get the LEDS on my Goflight Modules to light up when on and turn off when off
  • Downloaded today the latest for Xplane. Tried opening GIT and get a Microsoft.Net Framework error.

    "the type initializer for "A" threw an exception.

    Tried multi scans for any virus, no luck


    oswindow7

  • If you don't have FSX installed, it crashes. You need to wait for a new version that has all the simconnect/FSX code removed.

    Best wishes

    Steve

  • I think is see the answer a few lines up, no FSX installed no connect. Is that correct?
  • Yes. There is still some FSX code that needs to be changed to support X-Plane and provide the Detective functionality. Until that is done, systems with only X-Plane installed wont work with the Beta.

    Best wishes

    Steve

  • Hi Steve, wish you all the best for 2016.
    Are you still working on the X-Plane version  ?
  • Same to you Trev. Yes I am, but I've had very little spare time the past few months so my plans have gone astray. I do intend to complete X-Plane support.

    Best wishes

    Steve

Sign In or Register to comment.