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
Describe the bug
DCS wasn't recognizing control inputs following update. manually updated DCSFP and DCSBIOS to latest versions. Noted an error log that DCSFP couldn't check for updates as below:
2024-10-20 00:30:53.3434|Error|Error checking for newer releases.|Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent) at System.Version.ParseVersion(ReadOnlySpan1 input, Boolean throwOnFailure)
at System.Version.Parse(String input)
at System.Version..ctor(String version)
at DCSFlightpanels.MainWindow.CheckForNewDCSFPRelease()
Post your bindings file
If applicable please post your bindings file for us to test.
To Reproduce
Steps to reproduce the behavior:
Start DCSFP
Open profile
Add key sequence to switch xyz
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
DCSFP version
DCS 2.9.8.1214
DCS-BIOS version
DCS-BIOS v0.8.3
Describe the bug
DCS wasn't recognizing control inputs following update. manually updated DCSFP and DCSBIOS to latest versions. Noted an error log that DCSFP couldn't check for updates as below:
2024-10-20 00:30:53.3434|Error|Error checking for newer releases.|Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Version.TryParseComponent(ReadOnlySpan
1 component, String componentName, Boolean throwOnFailure, Int32& parsedComponent) at System.Version.ParseVersion(ReadOnlySpan
1 input, Boolean throwOnFailure)at System.Version.Parse(String input)
at System.Version..ctor(String version)
at DCSFlightpanels.MainWindow.CheckForNewDCSFPRelease()
Post your bindings file
If applicable please post your bindings file for us to test.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: