I found the logs and it looks like something in the setup isn't working. This happens with me selecting the default directory path of C:\Program Files:
[2023-03-29 20:13:55.518 -6 0x1558 INFO MainWindow] MainSettingsWindow Begin.
[2023-03-29 20:13:55.519 -6 0x35A0 INFO MainWindow] [GetViveHubServerPath] Try to find Server path using relative path
[2023-03-29 20:13:55.519 -6 0x35A0 INFO MainWindow] [GetViveHubServerPath] Found Server Path from module path
[2023-03-29 20:13:55.570 -6 0x1558 INFO SettingVBSPage] [contrastSlider_ValueChanged] 1
[2023-03-29 20:13:55.570 -6 0x1558 INFO SettingVBSPage] [vibranceSlider_ValueChanged] 0.1
[2023-03-29 20:13:55.580 -6 0x1558 INFO SettingVOPage] [contrastSlider_ValueChanged] 1
[2023-03-29 20:13:55.581 -6 0x1558 INFO SettingVOPage] [vibranceSlider_ValueChanged] 0.1
[2023-03-29 20:13:55.589 -6 0x1558 INFO MainWindow] [InitializeMainSettingsWindow] Failed. Exception : System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NewNormalizePath(String path, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.GetFiles(String path)
at VHConsole.Settings.SettingGeneralPage..ctor()
at VHConsole.Settings.MainSettingsWindow..ctor(MainWindow parent)
at VHConsole.MainWindow.InitializeMainSettingsWindow()
[2023-03-29 20:13:55.589 -6 0x1558 INFO MainWindow] MainSettingsWindow End.