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.
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.
xplane crashes when quitting
I just installed my GIT for xplane. Amazing by the way, my mcp pro is back to work 

Just wanted to report xplane crashes at two scenarios:
1. xplane always crashes if you quit xplane and GIT is still running
2. xplane crashes randomly when opening xplane weather menu to the the current weather representation on the map
thanks
Comments
Hi,
OK, I'll add your problem to the bug list and look into it.
Best wishes
Steve
This is odd because no one else is reporting crashes except for the known issues with the IXEG and that's not a problem with GIT but the aircraft itself.
You should really have the Dataref Editor plugin removed to get the best out of GIT.
What aircraft are you using?
Update - I have just done a test on the 777 with the AT ARM and Bespoke Events and it worked fine. Can you try another aircraft, maybe a built in one so we can determine if there is something corrupt in your XPlane installation or its aircraft specific?
Best wishes
Steve
As for the other two bugs, I cannot recreate what you are experiencing either. I have opened the weather menu 20 times straight and no crash. Can you load up a basic built in plane and see if the issue appears. If they do, there is something wrong with your X-Plane installation or something is clashing with GIT for some reason.
Best wishes
Steve
No problem. See this thread for more info on the issue http://www.pollypotsoftware.org.uk/vanillaforums/discussion/349/a-few-questions-on-git-for-xp#latest
But you do make an interesting point that the Dataref Editor is not crashing with it. I do have exception checking around all code that manipulates DataRefs in the GIT Plugin so if my plugin is causing a crash it would handle it and not bring down X-Plane. I will double check though, because I'm intrigued that the DataRef editor is handling the crash in the Gizmo code of the IXEG.
Best wishes
Steve
I think I have found how the Gizmo exceptions are crashing GIT. Replace the GIT Plugin with the attached. Upzip it and place into your X-Plane Directory\Resources\plugins and overwrite what is already there.
Let me know if it works Ok please.
Actually try this version as I've added even more exception checking code.
Thx
Steve
Can you double check you pasted it in correctly i.e. its not been pasted in as a subdirectory of GIT Plugin as the old code would still be used. If in doubt re-download GIT for X-Plane from your account as it has the new plugin code now. Uninstall the old version, make sure GIT Plugin is completely gone from within X-Plane and then install the new version of GIT XPlane.
Thx
Steve
OK. I'll review the plugin code again tomorrow and see if there is anything left that isn't trapping exceptions.
Best wishes
Steve
Hi Steve,
Number 1 is the issue that troubles me.
Number 2 is handled by the GIT plugin by querying the datatype of the DataRef and sending the value as the correct type using the correct plugin set command. The same happens for retrieval. Internally everything is a double until a DataRef has to be read or changed via the plugin system, its then converted to the correct type before being sent or converted to a double for GIT after being read as the correct type. Of course if the DataRefs return the wrong type and Gizo expects something else, this will cause an exception and that is out of my control.
Number 3) Agreed.
It's why DRE doesn't crash that has me puzzled and why I'm investigating the plugin code further.
Thanks for your input.
Best wishes
Steve
Attached is an updated GIT Plugin to try. Every line of code in the plugin is encased in a try/catch block so any exceptions caused by the plugin or anything that bubbles up to the plugin will be handled and no crash will occur.
However if the IXEG Gizmo code triggers an exception and the aircraft is not handling it then a crash will occur and I can do nothing about it.
I have also double checked the reading and writing routines for DataRefs and confirmed the correct data types and SDK methods are being called.
I have a theory as to why the DataRef Editor is not causing the issue. Sandy wrote the plugin SDK for X-Plane as well as the DataRef Editor which means he had access to the internals of X-Plane. I suspect that for performance reasons the DataRef Editor is not calling the plugin SDK methods for DataRef reading and writing but actually reading and writing to memory directly via a shared memory area and thus not triggering the Gizmo exception. It's just a theory, but I do have an old email address of Sandy's so I think I will reach out to him and see if he is willing to confirm it.
I can't do anymore to solve this, its in IXEG's hands now.
Best wishes
Steve
You can add the "Rotate" Event Action and on GoFlight hardware that supports acceleration such as the MCP PRO, it speeds up the increments when you turn it fast.
Remember to add it to both directions.
Best wishes
Steve
That should work, but you have a found a bug. I've fixed it and a new version is available to download from your account.
In your Bespoke Event, you could check the logic for the button state of the AP rotary to determine what mode its in and the amount to increase by (1000 or 100)
Best wishes
Steve
It was an idea to try, I don't know off the top of my head. Does Detective not show it?
If not, you could always set a Bespoke Variable to toggle via a Bespoke Event (e.g. if its 0, set to 1 and if its 1, set it to 0) and assign it to the push button on the Altitude Rotary.
Your altitude increase/Decrease Bespoke Events could check the value of the Bespoke Variable and if its 1 increase/decrease by 1000 and if its 0, increase/decrease by 100.
Best wishes
Steve
You need some Labels and a Goto's