Closed till213 closed 4 months ago
This is the culprit:
https://github.com/till213/SkyDolly/compare/v0.17.0...v0.17.1 src/Plugins/Connect/MSFSSimConnectPlugin/src/MSFSSimConnectSettings.h
enum struct ConnectionType
{
First = 0,
Pipe, // BUG: This should be assigned 'First' (value 0) - now it has become value 1, shifting the persisted values by 1
IPv4,
IPv6,
Last = IPv6
};
The "ConnectionType" option is indeed "off by 1", in the registry at:
Computer\HKEY_CURRENT_USER\SOFTWARE\till213\Sky Dolly\Plugins\{8ef8d50a-42a1-480a-bee6-b741000e86b4}
Describe the bug When trying to record a flight the record button gets activated ("red"), a (temporary) new logbook entry is made (possibly also indicating the actual aircraft type), but the recording does not proceed:
To Reproduce Steps to reproduce the behavior:
Expected behavior The simulation variables - specifically position data - should be recorded and persisted.
Screenshots If applicable, add screenshots to help explain your problem.
Application version:
Note: it still works with the v0.17.0. So this is a regression introduced with v0.17.1.
Additional context