hass-workstation-service
hass-workstation-service copied to clipboard
APP Crashes with antivirus exclusion
Hi!
I'm trying the hass-workstation-service, but the UI crash after add few sensors. This is the event view log:
.NET Runtime
Application: UserInterface.exe
CoreCLR Version: 5.0.1221.52207
.NET Version: 5.0.12
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TimeoutException: The operation has timed out.
at System.IO.Pipes.NamedPipeClientStream.ConnectInternal(Int32 timeout, CancellationToken cancellationToken, Int32 startTime)
at System.IO.Pipes.NamedPipeClientStream.<>c__DisplayClass20_0.<ConnectAsync>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at JKang.IpcServiceFramework.Client.NamedPipe.NamedPipeIpcClient1.ConnectToServerAsync(CancellationToken cancellationToken) at JKang.IpcServiceFramework.Client.IpcClient
1.GetResponseAsync(IpcRequest request, CancellationToken cancellationToken)
at JKang.IpcServiceFramework.Client.IpcClient1.InvokeAsync[TResult](Expression
1 exp, CancellationToken cancellationToken)
at UserInterface.Views.BrokerSettings.GetSettings()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_0(Object state)
at Avalonia.Threading.AvaloniaSynchronizationContext.<>c__DisplayClass5_0.<Post>b__0()
at Avalonia.Threading.JobRunner.RunJobs(Nullable`1 priority)
at Avalonia.Win32.Win32Platform.WndProc(IntPtr hWnd, UInt32 msg, IntPtr wParam, IntPtr lParam)
at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG& lpmsg)
at Avalonia.Win32.Win32Platform.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at UserInterface.Program.Main(String[] args)
Application Error: Nombre de la aplicación con errores: UserInterface.exe, versión: 1.0.0.0, marca de tiempo: 0x61732c02 Nombre del módulo con errores: KERNELBASE.dll, versión: 10.0.22000.434, marca de tiempo: 0x72a6f702 Código de excepción: 0xe0434352 Desplazamiento de errores: 0x000000000004478c Identificador del proceso con errores: 0x37c0 Hora de inicio de la aplicación con errores: 0x01d820f792288967 Ruta de acceso de la aplicación con errores: C:\Users\Usuario\AppData\Local\Apps\2.0\0V9RX3JE.CLH\W25Y2MDZ.AT6\hass..tion_3bb5e063f45d38fc_0001.0000_8a5b96af46545a96\UserInterface.exe Ruta de acceso del módulo con errores: C:\WINDOWS\System32\KERNELBASE.dll Identificador del informe: 53526a5a-f84d-4cf3-b34c-2da313b3c4cd Nombre completo del paquete con errores: Identificador de aplicación relativa del paquete con errores:
My SO installations it's fresh, could be issue in my side or in app side?
Thank you very much for your work!!