You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried running this on my machine and the application crashes immediately after opening with the error below.
Application: FlightBroadcaster.exe
CoreCLR Version: 4.700.19.56402
.NET Core Version: 3.1.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.BadImageFormatException: Could not load file or assembly 'Microsoft.FlightSimulator.SimConnect, Version=10.0.62615.0, Culture=neutral, PublicKeyToken=5f523ae7e6e1b389'. An attempt was made to load a program with an incorrect format.
File name: 'Microsoft.FlightSimulator.SimConnect, Version=10.0.62615.0, Culture=neutral, PublicKeyToken=5f523ae7e6e1b389'
Did some digging around and I think that 10.0.62615.0 version of the DLL comes with FSX Steam edition which unfortunately I don't have. I have P3D v4 which includes installers for a bunch of the other pre-Steam FSX versions... checking my WinSxS directory I have the following installed -
10.0.60905.0
10.0.61242.0
10.0.61259.0
Is there any way this can be modified to use one of those older SimConnect versions?
The text was updated successfully, but these errors were encountered:
Tried running this on my machine and the application crashes immediately after opening with the error below.
Application: FlightBroadcaster.exe
CoreCLR Version: 4.700.19.56402
.NET Core Version: 3.1.0
Description: The process was terminated due to an unhandled exception.
Exception Info: System.BadImageFormatException: Could not load file or assembly 'Microsoft.FlightSimulator.SimConnect, Version=10.0.62615.0, Culture=neutral, PublicKeyToken=5f523ae7e6e1b389'. An attempt was made to load a program with an incorrect format.
File name: 'Microsoft.FlightSimulator.SimConnect, Version=10.0.62615.0, Culture=neutral, PublicKeyToken=5f523ae7e6e1b389'
Did some digging around and I think that 10.0.62615.0 version of the DLL comes with FSX Steam edition which unfortunately I don't have. I have P3D v4 which includes installers for a bunch of the other pre-Steam FSX versions... checking my WinSxS directory I have the following installed -
10.0.60905.0
10.0.61242.0
10.0.61259.0
Is there any way this can be modified to use one of those older SimConnect versions?
The text was updated successfully, but these errors were encountered: