Ylianst / MeshCentralAssistant

Tray icon tool for the MeshCentral Agent. It displays the state of the agent, you can start and stop the agent and request help.
https://meshcentral.com
Apache License 2.0
36 stars 26 forks source link

Invalid URI exception #4

Closed alialpsln closed 3 years ago

alialpsln commented 3 years ago

Windows7 64bit Home Edition client application crashes. Meshagent already installed and connected. Exception detail is as follows:

UnhandledExceptionEventSink: System.UriFormatException: Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri..ctor(String uriString) at MeshAssistant.MeshAgent.ReadPipe(IAsyncResult r) at System.IO.Pipes.PipeStream.AsyncPSCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped pOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped pOVERLAP)

Ylianst commented 3 years ago

Fixed this in new version of MeshCentral Assistant that will be in MeshCentral v0.7.4.

alialpsln commented 3 years ago

Thank you @Ylianst