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 1.6.4.0 XPX problems

Hey Steve. I updated to 1.6.4.0  but now I'm getting a bunch of errors with my IXEG profile and GIT is removing parts of the bespoke events so I can't actually see what was in there before unless I open the exported .xml files I can't seem to figure out what is wrong now when it was working before. Tried removing the profile and reimporting etc but the result is the same.

image
Steve McNitt

Comments

  • edited August 2016
    This is the code from the .xml file:

     <Event
            Name="GIT_EHSI_pt_WXR_button"
            ID="8"
            Backgnd="False">
            <Task
              ID="0"
              Type="Label"
              Name="ON" />
            <Task
              ID="1"
              Type="If"
              Var="ixeg/733/ehsi/ehsi_wxr_pt_act"
              Operator="EQUALS"
              Value="0" />
            <Task
              ID="2"
              Type="Set"
              Var="ixeg/733/ehsi/ehsi_wxr_pt_act"
              Data="1" />
            <Task
              ID="3"
              Type="Label"
              Name="OFF" />
            <Task
              ID="4"
              Type="If"
              Var="ixeg/733/ehsi/ehsi_wxr_pt_act"
              Operator="EQUALS"
              Value="1" />
            <Task
              ID="5"
              Type="Set"
              Var="ixeg/733/ehsi/ehsi_wxr_pt_act"
              Data="0" />
          </Event>
    Steve McNitt
  • Hi Steve,

    Has there been a recent IXEG update that may have changed the DataRefs? I'm asking because the .4 release was only some minor changes that did not alter the save/load/import/export code at all.

    Best wishes

    Steve


  • edited August 2016
    Something strange is going on because GIT can no longer see the datarefs I had referenced in those events that are erroring.

     But if i use DRT or DRE the datarefs are still there,  yet they do not show in detective with the "monitor DRE private datarefs enabled". Specifically their datarefs that end with a _act (actuator dealing with the button animation etc ) are invisible to GIT and it throws an error because it can no longer find them.

    Keep in mind I wasn't using DRT or DRE at the same time. Only to verify if the datarefs were stiill present because GIT can no longer see them.

    I'm stumped.
    Steve McNitt
  • edited August 2016

    If they are listed in Datarefs.txt in the aircraft directory can you email me the file so I can see what happens when it loads.

    Thx

    Steve

    PS: Also check the log and see if those Datarefs are causing an error. If so, give me the error code.

  • edited August 2016
    here is the log:

    16:58:05 GoFlight Connection Starting..... 
    16:58:05 X-Plane Connection Starting..... 
    16:58:06 GoFlight Connection Started 
    16:58:08 GIP: Pipe Connect Failed! 
    16:58:11 GIP: Pipe Connect Failed! 
    16:58:14 GIP: Pipe Connect Failed! 
    16:58:17 GIP: Pipe Connect Failed! 
    16:58:18 X-Plane Connection Started 
    16:58:18 Aircraft Connection Starting..... 
    16:58:19 Aircraft Connection Started 
    16:58:19 Synchronising Switches & Selectors ..... 
    16:58:19 Synchronising Switches & Selectors: Waiting for X-Plane ..... 
    16:58:32 X-Plane: Event Received: Aircraft Loaded/Flight Loaded 
    17:02:06 X-Plane: Event Received: Aircraft Loaded/Flight Loaded 
    17:02:07 LvarNamesUpdated! 
    17:02:07 Creating Bespoke Vars 
    17:02:07 Bespoke Vars Created 
    17:02:07 Importing Bespoke Variables 
    17:02:07 Bespoke Vars Assigned, Importing Bespoke Events 
    17:02:07 Bespoke Events Temp Imported 
    17:02:08 Bespoke Events Imported 
    17:02:08 Loading Aircraft Settings 
    17:02:08 GetXMLConfigData 
    17:02:08 GotXMLConfigData 
    17:02:08 Loading Power 
    17:02:08 Loading MCPPRO 
    17:02:08 Loading MCP 
    17:02:08 Loading EFIS 
    17:02:08 Loading P8 
    17:02:08 Loading T8 
    17:02:08 Loading RP48 
    17:02:08 Loading MESM 
    17:02:08 Loading WP6 
    17:02:08 Loading LGT 
    17:02:08 Loading LGT II 
    17:02:08 Loading GF46 
    17:02:08 Loading GF45 
    17:02:08 Loading TQ6 
    17:02:08 Loading DIO 
    17:02:08 Loading GF166 
    17:02:08 Loading SECM 
    17:02:08 Loading Joysticks 
    17:02:08 Clearing Displays 
    17:02:08 Reset Data 
    17:02:08 Aircraft Settings Loaded 
    17:02:08 Calling Aircraft Changed 
    17:02:08 Aircraft Changed 
    17:02:08 XPlane: Event Received: Sim State 1 
    17:02:36 Synchronising Switches & Selectors Complete 
    17:02:59 GIP: Send Message - Unexpected Reply Messsage 
    17:02:59 GIP: Unable to Monitor DataRef ixeg/733/lighting/light_main_pi - 20002 



    I don't use that dataref it can't monitor in the log , the log is truncating the full dataref name which is listed in the DreDatarefs.txt. The full name of the dataref is ixeg/733/lighting/light_main_pilot_side

    Another weird thing is on the status page of GIT the DataRefs.txt  and DREdatarefs.txt have the red X next to them even though the files are there 

    here is the datarefs.txt

    Steve McNitt
  • edited August 2016

    Hi Steve,

    Is the Flight Factor 777 giving you green ticks against DataRefs.txt etc and also do you have multiple X-Plane installations/copies?

    Thx

    Steve

  • It's a single install. Yes the datarefs.txt does show the green checkmark for the FF 777, no errors onb that aircraft.
    Steve McNitt
  • Hi Steve,

    I have followed the code through and it appears the DataRefs.txt has some random spaces at the end of some of the lines. This is triggering a bug in the code which I have now fixed.

    I'll release a new version in a hour or so for you to try.

    Best wishes

    Steve

  • Ok Steve, new version is available for download from your account. Let me know how you get on.

    Thx

    Steve

  • Great. I'll give it a try and report back. Thx for the support.
    Steve McNitt
  • edited August 2016
    You can mark this solved.

    Everything is working properly again, checks working on status screen and all BE's loading properly.

    Thanks again, have a good holiday.
    Steve McNitt
Sign In or Register to comment.