I’ve installed SimConnect and the latest MSFS2020 patch and run the FlightEvents.Client.exe and I get a message in FS2020 that it’s connected to Flight Events. However my plane does not appear on the map. In fact, there are no planes on the map at all.
In the Flight Events 2.1.6.0 client it says
SimConnect: Connected.
Server: Connecting…
In file flightevents20200905.log I see this:
2020-09-05 11:23:30.003 +01:00 [WRN] Cannot establish a UDP connection!
System.Net.Sockets.SocketException (10048): Only one usage of each socket address (protocol/network address/port) is normally permitted.
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at FlightEvents.Client.Logics.UdpBroadcastLogic.StartAsync(String ipAddress)
2020-09-05 11:23:30.003 +01:00 [ERR] Cannot check BroadcastUDP!
System.InvalidOperationException: The ‘SendCoreAsync’ method cannot be called if the connection is not active
at Microsoft.AspNetCore.SignalR.Client.HubConnection.ReconnectingConnectionState.WaitForActiveConnectionAsync(String methodName, String memberName, String filePath, Int32 lineNumber)
at Microsoft.AspNetCore.SignalR.Client.HubConnection.SendCoreAsyncCore(String methodName, Object[] args, CancellationToken cancellationToken)
at Microsoft.AspNetCore.SignalR.Client.HubConnection.SendCoreAsync(String methodName, Object[] args, CancellationToken cancellationToken)
at FlightEvents.Client.MainWindow.StartUDPConnectionAsync()
at FlightEvents.Client.MainWindow.BroadcastUDP_Checked(Object sender, RoutedEventArgs e)
2020-09-05 11:23:30.005 +01:00 [ERR] Cannot uncheck BroadcastUDP!
System.InvalidOperationException: The ‘SendCoreAsync’ method cannot be called if the connection is not active
at Microsoft.AspNetCore.SignalR.Client.HubConnection.ReconnectingConnectionState.WaitForActiveConnectionAsync(String methodName, String memberName, String filePath, Int32 lineNumber)
at Microsoft.AspNetCore.SignalR.Client.HubConnection.SendCoreAsyncCore(String
Is it working?