Getting the following error after installing and trying to run the application.
I am on Windows 8.1 and this is with version 1.13 of Hourglass. Any ideas?
System.NotSupportedException: The requested security protocol is not supported.
at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
at Hourglass.Managers.UpdateManager.Initialize()
at Hourglass.Managers.AppManager.Initialize()
at Hourglass.AppEntry.OnStartup(StartupEventArgs e)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at Hourglass.AppEntry.Main(String[] args)
This bug was introduced in cf78cfdd278c63b9ca20f53bf8d70ae5909f863e, which started using TLS 1.3 when checking for updates here. It looks like this isn't supported on Windows 8.1.
Getting the following error after installing and trying to run the application.
I am on Windows 8.1 and this is with version 1.13 of Hourglass. Any ideas?