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
I wanted to add the option to use string formatting to the plugin, which I successfully achieved.
However, during this process I discovered that when building the latest version of the repository (using VS2022 with V143 and C++latest) the plugin exhibits a behaviour where changes in game are only relayed to the Stream Deck plugin with a 1-2 second delay. The plugin file in the latest version of the repository also exhibits this behaviour.
Building the version of the repository on which release 1.0.4 was built (commit baf9221) using the same updated build tools does not exhibit this delay behaviour. The bug was thus introduced since then, and is not caused by a local configuration error.
This is a rather large time window in which the bug could have been introduced, so for my own purposes I instead modified version 1.0.4 to suit my needs, and I am not asking for any assistance with modifications.
I am aware that since release 1.0.4 a large internal restructuring of the repository took place, as well as major backend modifications, so the origin of the bug might be difficult to determine. So far I have personally been unable to find from where the bug originates.
I am using the same DCS-ExportScripts version with both plugins.
Hopefully you might have more insight into the cause.
The text was updated successfully, but these errors were encountered:
I wanted to add the option to use string formatting to the plugin, which I successfully achieved.
However, during this process I discovered that when building the latest version of the repository (using VS2022 with V143 and C++latest) the plugin exhibits a behaviour where changes in game are only relayed to the Stream Deck plugin with a 1-2 second delay. The plugin file in the latest version of the repository also exhibits this behaviour.
Building the version of the repository on which release 1.0.4 was built (commit baf9221) using the same updated build tools does not exhibit this delay behaviour. The bug was thus introduced since then, and is not caused by a local configuration error.
This is a rather large time window in which the bug could have been introduced, so for my own purposes I instead modified version 1.0.4 to suit my needs, and I am not asking for any assistance with modifications.
I am aware that since release 1.0.4 a large internal restructuring of the repository took place, as well as major backend modifications, so the origin of the bug might be difficult to determine. So far I have personally been unable to find from where the bug originates.
I am using the same DCS-ExportScripts version with both plugins.
Hopefully you might have more insight into the cause.
The text was updated successfully, but these errors were encountered: