Faulting application name: ExpressSelfUpdater.exe, version: 1.0.0.0, time stamp: 0x5bd0d36b
Faulting module name: KERNELBASE.dll, version: 10.0.17134.319, time stamp: 0x5ea0e53d
Exception code: 0xe0434352
Fault offset: 0x001117d2
Faulting process id: 0x2a3c
Faulting application start time: 0x01d4712553bffe50
Faulting application path: C:\Program Files (x86)\Garmin\Express SelfUpdater\ExpressSelfUpdater.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 72b99545-b224-491d-b426-616bbd88732d
Faulting package full name:
Faulting package-relative application ID:
and also:
Application: ExpressSelfUpdater.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.IOException
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.File.InternalCopy(System.String, System.String, Boolean, Boolean)
at System.IO.File.Copy(System.String, System.String, Boolean)
at Garmin.Omt.Express.SelfUpdater.Program.Main(System.String[])
If I try to manually run it, I get this:
Unhandled Exception: System.IO.IOException: The process cannot access the file 'c:\Program Files (x86)\Garmin\Express SelfUpdater\esu.exe' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at Garmin.Omt.Express.SelfUpdater.Program.Main(String[] args)
I remember this happening a year or two ago, and you had to release a new update to fix it.