Forums
Error Log Message FSXWX failing to connect. - Printable Version

+- Forums (https://www.fsxwx.com/mybb)
+-- Forum: Categories (https://www.fsxwx.com/mybb/forumdisplay.php?fid=3)
+--- Forum: Discussions (https://www.fsxwx.com/mybb/forumdisplay.php?fid=5)
+--- Thread: Error Log Message FSXWX failing to connect. (/showthread.php?tid=164)



Error Log Message FSXWX failing to connect. - bendyflyer - 2018-06-23

This began today, up until now I have had no issues with this great program. Anybody have any idea what is causing this. MS .NET is uptoday, FSUIPC is latest version, no changes to FSX or any other computer system (Win 7 64 bit). The program begins, connects, then quits with this error message:

As per the log:


************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at FSXWX.Form1.WxProcessing()
at FSXWX.Form1.simconnect_OnRecvSimobjectData(SimConnect sender, SIMCONNECT_RECV_SIMOBJECT_DATA data)
at Microsoft.FlightSimulator.SimConnect.SimConnect.raise_OnRecvSimobjectData(SimConnect value0, SIMCONNECT_RECV_SIMOBJECT_DATA value1)
at Microsoft.FlightSimulator.SimConnect.SimConnect.OnReceiveMessage(SIMCONNECT_RECV pData, UInt32 cbData)
at Microsoft.FlightSimulator.SimConnect.CSignalProcDelegateMarshaler.CallSignalProc(SIMCONNECT_RECV* pData, UInt32 cbData, Void* pContext)
at SimConnect_CallDispatch(Void* , IntPtr , Void* )
at Microsoft.FlightSimulator.SimConnect.SimConnect.ReceiveDispatch(SignalProcDelegate pfcnSignal)
at Microsoft.FlightSimulator.SimConnect.SimConnect.ReceiveMessage()
at FSXWX.Form1.DefWndProc(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)