sleevezipper / hass-workstation-service

Provide useful sensors and services from your workstation to Home Assistant.
Apache License 2.0
613 stars 54 forks source link

APP Crashes with antivirus exclusion #173

Open SruiSan opened 2 years ago

SruiSan commented 2 years ago

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.<>cDisplayClass20_0.b0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b277_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.IpcClient1.GetResponseAsync(IpcRequest request, CancellationToken cancellationToken) at JKang.IpcServiceFramework.Client.IpcClient1.InvokeAsync[TResult](Expression1 exp, CancellationToken cancellationToken) at UserInterface.Views.BrokerSettings.GetSettings() at System.Threading.Tasks.Task.<>c.b140_0(Object state) at Avalonia.Threading.AvaloniaSynchronizationContext.<>c__DisplayClass5_0.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!!