I enabled the debug log, here's what startup looks like:

Code:
17-Feb-2021 3:42:20 PM	Loading Cookies...

17-Feb-2021 3:42:20 PM	...Cookies Loaded

17-Feb-2021 3:42:21 PM	Saving Cookies...

17-Feb-2021 3:42:21 PM	...Cookies Saved

17-Feb-2021 3:42:21 PM	Microsoft Windows NT 6.3.9600.0 x64

17-Feb-2021 3:42:21 PM	Running application...

17-Feb-2021 3:42:21 PM	Loading component: C:\Program Files (x86)\Recursion\RecursionTracker\Settings\ComponentSettings.xml

17-Feb-2021 3:42:21 PM	Component loaded

17-Feb-2021 3:42:21 PM	Loaded components.

17-Feb-2021 3:42:23 PM	Start loading all items cache

17-Feb-2021 3:42:23 PM	Finished loading all items cache

17-Feb-2021 3:42:24 PM	An error has occurred:
An error has occurred: A call to SSPI failed, see inner exception.

   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
   at System.Net.Security.SslStream.EndAuthenticateAsClient(IAsyncResult asyncResult)
   at SuperSocket.ClientEngine.SslStreamTcpSession.OnAuthenticated(IAsyncResult result)