thebookisclosed / ViVe

C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer
GNU General Public License v3.0
4.89k stars 298 forks source link

Listing all feature configurations leads to an exception #34

Closed akuropka closed 2 years ago

akuropka commented 2 years ago

Environment:

Windows 10.0.22621.160 (other versions not tested) ViveTool v0.2.1

Command:

vivetool queryconfig all

Response:

Unbehandelte Ausnahme: System.ArgumentException: Group must not be more than 14 bei Albacore.ViVe.FeatureConfiguration.set_Group(Int32 value) bei Albacore.ViVe.RtlFeatureManager.QueryAllFeatureConfigurations(FeatureConfigurationSection section, UInt64& changeStamp) bei Albacore.ViVeTool.Program.ProcessArgs(String[] args) bei Albacore.ViVeTool.Program.Main(String[] args)

Screencast: https://user-images.githubusercontent.com/22570574/173556424-2c30d44b-ba31-4c45-ab90-637523338632.mp4

thebookisclosed commented 2 years ago

This is a known bug, it will be fixed in an update coming later this week. Same issue as #32