Hello, everyone!
Could you please assist me with the following. I have difficulty starting the app.
First, it throws the exception below with correlation id like 1fbd90a7-5610-47c5-9b74-b280805fcc8d ("Object reference not set to an instance of an object"), then there are just infinite loading (see the picture below).
I tried to restart it, update the current version, re-install, nothing helped.
There is no info in the windows event log either.
I use Windows 10 Pro
Message = Ссылка на объект не указывает на экземпляр объекта.
Error = System.NullReferenceException
Full text = System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
в WinAutomation.Console.Application.Configuration.Adapters.UsersConfigurationFileAdapter.ReadConfiguration()
в WinAutomation.Console.Application.Configuration.Adapters.UsersConfigurationFileAdapter.get_Configuration()
в WinAutomation.Console.Application.Configuration.ConfigurationManager.get_Configuration()
в WinAutomation.Console.Application.Configuration.Queries.GetLayeredUserConfigurationQueryHandler.Handle(GetLayeredUserConfigurationQuery request)
в MediatR.RequestHandler`2.MediatR.IRequestHandler<TRequest,TResponse>.Handle(TRequest request, CancellationToken cancellationToken)
в MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
в MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
в WinAutomation.Console.UI.ViewModel.Settings.General.GeneralTabViewModel.<LoadFormDataAsync>d__87.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
в WinAutomation.Console.UI.ViewModel.Settings.General.GeneralTabViewModel.<OnSigninFlowFinished>d__93.MoveNext()
--- Конец трассировка стека из предыдущего расположения, где возникло исключение ---
в System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
