ASIMount is crashing after a few minutes after updating to the latest ASCOM Platform update on my machine. Running with an AM5. Happens with both ZWO ASCOM packages v6.5.34 and v6.5.35. Downgrading back to ASCOM Platform 7.1 Update 1 resolves the crashes. Crash report out of Windows Event Viewer below:
Application: ASCOM.ASIMount.Server.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: ASCOM.Utilities.Exceptions.ProfilePersistenceException
at ASCOM.Utilities.TraceLogger.GetTraceLoggerMutex(System.String, System.String)
at ASCOM.Utilities.TraceLogger.LogMessage(System.String, System.String)
at ASCOM.ASIMount.DataProc.SendCmdAndGetData_Serial(System.String, CMD_ACTION)
at ASCOM.ASIMount.DataProc.GetDec()
at ASCOM.ASIMount.TelescopeHardwareThread.FreshDataThead()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()