2022-06-12 00:49:15> Program: Starting Squirrel Updater: --install . 2022-06-12 00:49:15> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 00:49:15> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-06-12 00:49:15> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-06-12 00:49:15> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-06-12 00:49:15> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 00:49:15> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-06-12 00:49:16> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-06-12 00:49:26> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-06-12 00:49:51> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-06-12 00:50:08> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Squirrel.Utility.<>c__DisplayClass11_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext() 2022-06-12 00:50:09> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-06-12 00:50:09> ApplyReleasesImpl: Examining Pin: AVG Secure Browser.lnk 2022-06-12 00:50:09> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-06-12 00:50:09> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-06-12 00:50:09> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-06-12 00:50:09> ApplyReleasesImpl: Examining Pin: Yandex.lnk 2022-06-12 00:50:09> ApplyReleasesImpl: Fixing up tray icons 2022-06-12 00:50:09> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-06-12 00:50:09> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-06-12 00:50:31> InstallHelperImpl: Couldn't write uninstall icon, don't care: System.Net.WebException: The remote name could not be resolved: 'mailspring-builds.s3.amazonaws.com' at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.InstallHelperImpl.d__5.MoveNext() 2022-06-12 01:19:02> Program: Starting Squirrel Updater: --install . 2022-06-12 01:19:02> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:19:02> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-06-12 01:19:02> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-06-12 01:19:05> IEnableLogger: : System.ArgumentException: Process with an Id of 4920 is not running. at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName) at System.Diagnostics.Process.GetProcessById(Int32 processId) at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.b__2() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) 2022-06-12 01:19:05> IEnableLogger: : System.ArgumentException: Process with an Id of 3736 is not running. at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName) at System.Diagnostics.Process.GetProcessById(Int32 processId) at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.b__2() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) 2022-06-12 01:19:06> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-06-12 01:19:06> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-06-12 01:19:06> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:19:06> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-06-12 01:19:07> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-06-12 01:19:13> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-06-12 01:19:30> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-06-12 01:19:36> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-06-12 01:19:36> ApplyReleasesImpl: Examining Pin: AVG Secure Browser.lnk 2022-06-12 01:19:36> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-06-12 01:19:36> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-06-12 01:19:36> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-06-12 01:19:36> ApplyReleasesImpl: Examining Pin: Yandex.lnk 2022-06-12 01:19:36> ApplyReleasesImpl: Fixing up tray icons 2022-06-12 01:19:36> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-06-12 01:19:36> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-06-12 01:21:22> Program: Starting Squirrel Updater: --install . 2022-06-12 01:21:22> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:21:22> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-06-12 01:21:22> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-06-12 01:21:23> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-06-12 01:21:23> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-06-12 01:21:23> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:21:23> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-06-12 01:21:24> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-06-12 01:21:28> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-06-12 01:21:40> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-06-12 01:21:44> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-06-12 01:21:44> ApplyReleasesImpl: Examining Pin: AVG Secure Browser.lnk 2022-06-12 01:21:45> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-06-12 01:21:45> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-06-12 01:21:45> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-06-12 01:21:45> ApplyReleasesImpl: Examining Pin: Yandex.lnk 2022-06-12 01:21:45> ApplyReleasesImpl: Fixing up tray icons 2022-06-12 01:21:45> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-06-12 01:21:45> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-06-12 01:36:34> Program: Starting Squirrel Updater: --install . 2022-06-12 01:36:34> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:36:34> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-06-12 01:36:34> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-06-12 01:36:34> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-06-12 01:36:34> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-06-12 01:36:34> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-12 01:36:34> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-06-12 01:36:36> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1 2022-06-12 01:36:40> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-06-12 01:37:13> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe] 2022-06-12 01:37:23> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-06-12 01:37:23> ApplyReleasesImpl: Examining Pin: AVG Secure Browser.lnk 2022-06-12 01:37:23> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-06-12 01:37:23> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-06-12 01:37:23> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-06-12 01:37:23> ApplyReleasesImpl: Examining Pin: Yandex.lnk 2022-06-12 01:37:23> ApplyReleasesImpl: Fixing up tray icons 2022-06-12 01:37:23> ApplyReleasesImpl: cleanDeadVersions: for version 1.9.1 2022-06-12 01:37:23> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.9.1 2022-06-13 18:29:14> Program: Starting Squirrel Updater: --install . 2022-06-13 18:29:14> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-13 18:29:14> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-06-13 18:29:14> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-06-13 18:29:15> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-06-13 18:29:15> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-06-13 18:29:15> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-06-13 18:29:15> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-06-13 18:29:16> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1 2022-06-13 18:29:29> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-06-13 18:29:49> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe] 2022-06-13 18:29:53> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-06-13 18:29:53> ApplyReleasesImpl: Examining Pin: AVG Secure Browser.lnk 2022-06-13 18:29:53> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-06-13 18:29:53> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-06-13 18:29:53> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-06-13 18:29:53> ApplyReleasesImpl: Examining Pin: Yandex.lnk 2022-06-13 18:29:53> ApplyReleasesImpl: Fixing up tray icons 2022-06-13 18:29:53> ApplyReleasesImpl: cleanDeadVersions: for version 1.9.1 2022-06-13 18:29:53> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.9.1 2022-11-21 13:18:43> Program: Starting Squirrel Updater: --install . 2022-11-21 13:18:44> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-21 13:18:44> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-21 13:18:44> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5\resources\app.asar.unpacked\node_modules\cld\build: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5\resources\app.asar.unpacked\node_modules\cld: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5\resources\app.asar.unpacked\node_modules: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5\resources\app.asar.unpacked: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5\resources: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring\app-1.10.5: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> Utility: DeleteDirectory: could not delete - C:\Users\dude\AppData\Local\Mailspring: System.IO.IOException: The directory is not empty. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Squirrel.Utility.d__19.MoveNext() 2022-11-21 13:18:49> IEnableLogger: Failed to copy Update.exe to C:\Users\dude\AppData\Local\Mailspring\Update.exe: System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) 2022-11-21 13:18:49> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) at Squirrel.Utility.ErrorIfThrows(IEnableLogger This, Action block, String message) at Squirrel.Update.Program.d__4.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) at Squirrel.Utility.ErrorIfThrows(IEnableLogger This, Action block, String message) at Squirrel.Update.Program.d__4.MoveNext()<--- 2022-11-21 13:21:04> Program: Starting Squirrel Updater: --install . 2022-11-21 13:21:04> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-21 13:21:04> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-21 13:21:04> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-21 13:21:05> IEnableLogger: Failed to copy Update.exe to C:\Users\dude\AppData\Local\Mailspring\Update.exe: System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) 2022-11-21 13:21:05> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) at Squirrel.Utility.ErrorIfThrows(IEnableLogger This, Action block, String message) at Squirrel.Update.Program.d__4.MoveNext() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at Squirrel.Update.Program.executeCommandLine(String[] args) at Squirrel.Update.Program.main(String[] args) ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\dude\AppData\Local\Mailspring\Update.exe' is denied. 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 Squirrel.Update.Program.<>c__DisplayClass4_1.b__4() at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block) at Squirrel.Utility.ErrorIfThrows(IEnableLogger This, Action block, String message) at Squirrel.Update.Program.d__4.MoveNext()<--- 2022-11-21 13:22:05> Program: Starting Squirrel Updater: --install . 2022-11-21 13:22:05> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-21 13:22:05> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-21 13:22:05> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-21 13:22:06> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-21 13:22:06> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-21 13:22:06> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-21 13:22:06> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-21 13:22:07> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-11-21 13:22:15> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-21 13:22:35> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-11-21 13:22:43> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-21 13:22:43> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-21 13:22:43> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-21 13:22:43> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-21 13:22:43> ApplyReleasesImpl: Fixing up tray icons 2022-11-21 13:22:43> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-11-21 13:22:43> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-11-27 03:25:09> Program: Starting Squirrel Updater: --install . 2022-11-27 03:25:11> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 03:25:11> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 03:25:11> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 03:25:26> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 03:25:26> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 03:25:26> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 03:25:26> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 03:25:29> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-11-27 03:25:38> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 03:27:08> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-11-27 03:27:32> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Squirrel.Utility.<>c__DisplayClass11_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext() 2022-11-27 03:27:34> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 03:27:34> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 03:27:37> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 03:27:40> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 03:27:40> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 03:27:42> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-11-27 03:27:42> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-11-27 03:29:40> InstallHelperImpl: Couldn't write uninstall icon, don't care: System.Net.WebException: The remote name could not be resolved: 'mailspring-builds.s3.amazonaws.com' at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.InstallHelperImpl.d__5.MoveNext() 2022-11-27 04:11:45> Program: Starting Squirrel Updater: --install . 2022-11-27 04:11:45> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 04:11:45> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 04:11:45> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 04:11:46> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 04:11:46> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 04:11:46> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 04:11:46> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 04:11:48> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-11-27 04:11:57> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 04:12:31> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-11-27 04:12:45> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 04:12:45> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 04:12:45> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 04:12:45> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 04:12:45> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 04:12:45> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-11-27 04:12:45> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-11-27 04:13:13> InstallHelperImpl: Couldn't write uninstall icon, don't care: System.Net.WebException: The remote name could not be resolved: 'mailspring-builds.s3.amazonaws.com' at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Squirrel.UpdateManager.InstallHelperImpl.d__5.MoveNext() 2022-11-27 07:07:57> Program: Starting Squirrel Updater: --install . 2022-11-27 07:07:57> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:07:57> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 07:07:57> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 07:07:58> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 07:07:58> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 07:07:58> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:07:58> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 07:08:02> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-11-27 07:08:14> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 07:08:41> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-11-27 07:08:55> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 07:08:55> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 07:08:55> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 07:08:55> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 07:08:55> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 07:08:56> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-11-27 07:08:56> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-11-27 07:16:05> Program: Starting Squirrel Updater: --install . 2022-11-27 07:16:05> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:16:05> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 07:16:05> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 07:16:05> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 07:16:05> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 07:16:05> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:16:05> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 07:16:06> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1 2022-11-27 07:16:10> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 07:16:46> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe] 2022-11-27 07:17:03> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Squirrel.Utility.<>c__DisplayClass11_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext() 2022-11-27 07:17:03> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 07:17:03> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 07:17:04> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 07:17:04> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 07:17:04> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 07:17:04> ApplyReleasesImpl: cleanDeadVersions: for version 1.9.1 2022-11-27 07:17:04> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.9.1 2022-11-27 07:28:33> Program: Starting Squirrel Updater: --install . 2022-11-27 07:28:33> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:28:33> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 07:28:33> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 07:28:34> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 07:28:34> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 07:28:34> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 07:28:34> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 07:28:35> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1 2022-11-27 07:28:39> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 07:29:10> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe] 2022-11-27 07:29:23> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 07:29:23> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 07:29:23> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 07:29:23> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 07:29:23> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 07:29:23> ApplyReleasesImpl: cleanDeadVersions: for version 1.9.1 2022-11-27 07:29:23> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.9.1 2022-11-27 08:11:29> Program: Starting Squirrel Updater: --install . 2022-11-27 08:11:29> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 08:11:29> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 08:11:29> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 08:11:30> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 08:11:30> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 08:11:30> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 08:11:30> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 08:11:33> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3 2022-11-27 08:11:46> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 08:12:13> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe] 2022-11-27 08:12:31> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\dude\AppData\Local\Mailspring\app-1.10.3\mailspring.exe: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Squirrel.Utility.<>c__DisplayClass11_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext() 2022-11-27 08:12:31> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 08:12:31> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 08:12:31> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 08:12:31> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 08:12:31> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 08:12:34> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.3 2022-11-27 08:12:34> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.3 2022-11-27 21:30:21> Program: Starting Squirrel Updater: --install . 2022-11-27 21:30:21> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 21:30:21> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-27 21:30:21> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-27 21:30:22> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-27 21:30:22> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-27 21:30:22> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-27 21:30:22> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-27 21:30:25> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.10.7 2022-11-27 21:30:43> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-27 21:31:29> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.10.7\mailspring.exe] 2022-11-27 21:31:45> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\dude\AppData\Local\Mailspring\app-1.10.7\mailspring.exe: System.OperationCanceledException: The operation was canceled. at System.Threading.CancellationToken.ThrowOperationCanceledException() at Squirrel.Utility.<>c__DisplayClass11_0.b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.Utility.d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext() 2022-11-27 21:31:45> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-27 21:31:46> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-27 21:31:46> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-27 21:31:46> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-27 21:31:46> ApplyReleasesImpl: Fixing up tray icons 2022-11-27 21:31:47> ApplyReleasesImpl: cleanDeadVersions: for version 1.10.7 2022-11-27 21:31:47> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.10.7 2022-11-29 02:37:40> Program: Starting Squirrel Updater: --install . 2022-11-29 02:37:40> Program: Starting install, writing to C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-29 02:37:40> Program: About to install to: C:\Users\dude\AppData\Local\Mailspring 2022-11-29 02:37:40> Program: Install path C:\Users\dude\AppData\Local\Mailspring already exists, burning it to the ground 2022-11-29 02:37:41> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-11-29 02:37:41> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\dude\AppData\Local\Mailspring\packages\RELEASES'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at Squirrel.Utility.LoadLocalReleases(String localReleaseFile) at Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext() 2022-11-29 02:37:41> CheckForUpdateImpl: Reading RELEASES file from C:\Users\dude\AppData\Local\SquirrelTemp 2022-11-29 02:37:41> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch 2022-11-29 02:37:43> ApplyReleasesImpl: Writing files to app directory: C:\Users\dude\AppData\Local\Mailspring\app-1.9.1 2022-11-29 02:37:49> LogHost: Rigging execution stub for mailspring_ExecutionStub.exe to C:\Users\dude\AppData\Local\Mailspring\mailspring.exe 2022-11-29 02:38:21> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\dude\AppData\Local\Mailspring\app-1.9.1\mailspring.exe] 2022-11-29 02:38:28> ApplyReleasesImpl: Starting fixPinnedExecutables 2022-11-29 02:38:28> ApplyReleasesImpl: Examining Pin: Firefox.lnk 2022-11-29 02:38:28> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk 2022-11-29 02:38:28> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk 2022-11-29 02:38:28> ApplyReleasesImpl: Fixing up tray icons 2022-11-29 02:38:29> ApplyReleasesImpl: cleanDeadVersions: for version 1.9.1 2022-11-29 02:38:29> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.9.1