Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

0.14.0dev-Preview7 does not run on Windows 10 32 bit #7915

Closed
luixxiul opened this issue Mar 27, 2017 · 5 comments
Closed

0.14.0dev-Preview7 does not run on Windows 10 32 bit #7915

luixxiul opened this issue Mar 27, 2017 · 5 comments

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Mar 27, 2017

Test plan

  1. Download the installer
  2. Run it

Describe the issue you encountered:
0.14.0dev-Preview7 does not run on Windows 10 32 bit. Per @srirambv "two background process but no main process getting launched"

  • Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10 32 bit

  • Brave Version (revision SHA): 0.14.0dev-Preview7

  • Steps to reproduce:

    1. Download the installer
    2. Run it
  • Actual result: the browser does not start

  • Expected result: it should start

  • Will the steps above reproduce in a fresh profile? Yes

  • Is this an issue in the currently released version? No

  • Can this issue be consistently reproduced? Yes

  • Extra QA steps:
    1.
    2.
    3.

  • Any related issues:

@luixxiul
Copy link
Contributor Author

The browser starts on Windows 7 64 bit.

@lukemulks
Copy link
Collaborator

@luixxiul I'm running into an issue on 64bit Win10.

The installer hangs for preview7, with this screen never really going away:

installerhang

Then, I get prompted that there was an error on install (I'm going to paste both logs at the bottom of this note, after repro'ing this 2x)

That said, when I launch Brave again, the version matches the revision sha for preview7:

Brave: 0.14.0 
rev: 61b6b6b423c24608894be94823f71329d9de257f 
Muon: 2.57.5 
libchromiumcontent: 57.0.2987.110 
V8: 5.7.492.65 
Node.js: 7.4.0 
Update Channel: dev 
os.platform: win32 
os.release: 10.0.14393 
os.arch: x64

Also, I am seeing the new features in the preview working properly.

I hadn't uinstalled Brave prior to installing pr7. In the past, I have been able to install the preview w/o uninstalling the prior version.

I'm going to include the two log files that were created when I received the errors.

First attempt:

2017-02-02 10:55:19> Program: Starting Squirrel Updater: --install .
2017-02-02 10:55:19> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:55:19> Program: About to install to: C:\Users\Luke\AppData\Local\slack
2017-02-02 10:55:19> 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\Luke\AppData\Local\slack\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()
2017-02-02 10:55:19> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\slack\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.<CheckForUpdate>d__2.MoveNext()
2017-02-02 10:55:19> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:55:19> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-02 10:55:19> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\slack\app-2.4.1
2017-02-02 10:55:20> LogHost: Rigging execution stub for lib/net45/slack_ExecutionStub.exe to C:\Users\Luke\AppData\Local\slack\slack.exe
2017-02-02 10:55:22> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\slack\app-2.4.1\slack.exe]
2017-02-02 10:55:24> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-02 10:55:24> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-02 10:55:24> ApplyReleasesImpl: Fixing up tray icons
2017-02-02 10:55:24> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:55:24> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:55:24> ApplyReleasesImpl: cleanDeadVersions: for version 2.4.1
2017-02-02 10:55:24> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-2.4.1
2017-02-02 10:58:17> Program: Starting Squirrel Updater: --install .
2017-02-02 10:58:17> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:58:17> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-02-02 10:58:17> 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\Luke\AppData\Local\brave\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()
2017-02-02 10:58:17> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-02-02 10:58:17> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:58:17> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-02 10:58:17> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.1
2017-02-02 10:58:17> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-02-02 10:58:18> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.1\BraveDefaults.exe
2017-02-02 10:58:20> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.1\Brave.exe]
2017-02-02 10:58:21> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-02 10:58:21> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-02 10:58:21> ApplyReleasesImpl: Fixing up tray icons
2017-02-02 10:58:21> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:58:21> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:58:21> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.1
2017-02-02 10:58:21> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.1
2017-02-06 11:04:43> Program: Starting Squirrel Updater: --install .
2017-02-06 11:04:43> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-06 11:04:43> Program: About to install to: C:\Users\Luke\AppData\Local\slack
2017-02-06 11:04:43> Program: Install path C:\Users\Luke\AppData\Local\slack already exists, burning it to the ground
2017-02-06 11:04:43> 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\Luke\AppData\Local\slack\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()
2017-02-06 11:04:43> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\slack\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.<CheckForUpdate>d__2.MoveNext()
2017-02-06 11:04:43> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-06 11:04:43> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-06 11:04:43> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\slack\app-2.4.1
2017-02-06 11:04:44> LogHost: Rigging execution stub for lib/net45/slack_ExecutionStub.exe to C:\Users\Luke\AppData\Local\slack\slack.exe
2017-02-06 11:04:46> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\slack\app-2.4.1\slack.exe]
2017-02-06 11:04:47> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Fixing up tray icons
2017-02-06 11:04:47> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-06 11:04:47> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-06 11:04:47> ApplyReleasesImpl: cleanDeadVersions: for version 2.4.1
2017-02-06 11:04:47> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-2.4.1
2017-03-03 17:41:27> Program: Starting Squirrel Updater: --install .
2017-03-03 17:41:27> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-03 17:41:27> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-03 17:41:27> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-03 17:41:27> 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\Luke\AppData\Local\brave\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()
2017-03-03 17:41:27> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-03 17:41:27> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-03 17:41:27> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-03 17:41:28> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.5
2017-03-03 17:41:28> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-03 17:41:31> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.5\BraveDefaults.exe
2017-03-03 17:41:32> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.5\Brave.exe]
2017-03-03 17:41:34> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Fixing up tray icons
2017-03-03 17:41:34> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-03 17:41:34> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-03 17:41:34> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.5
2017-03-03 17:41:34> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.5
2017-03-07 16:27:21> Program: Starting Squirrel Updater: --install .
2017-03-07 16:27:21> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-07 16:27:21> Program: About to install to: C:\Users\Luke\AppData\Local\WebTorrent
2017-03-07 16:27: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\Luke\AppData\Local\WebTorrent\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()
2017-03-07 16:27:22> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\WebTorrent\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.<CheckForUpdate>d__2.MoveNext()
2017-03-07 16:27:22> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-07 16:27:22> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-07 16:27:22> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\WebTorrent\app-0.18.0
2017-03-07 16:27:22> LogHost: Rigging execution stub for lib/net45/WebTorrent_ExecutionStub.exe to C:\Users\Luke\AppData\Local\WebTorrent\WebTorrent.exe
2017-03-07 16:27:24> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\WebTorrent\app-0.18.0\WebTorrent.exe]
2017-03-07 16:27:27> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Fixing up tray icons
2017-03-07 16:27:27> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-07 16:27:27> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-07 16:27:27> ApplyReleasesImpl: cleanDeadVersions: for version 0.18.0
2017-03-07 16:27:27> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.18.0
2017-03-14 14:40:38> Program: Starting Squirrel Updater: --install .
2017-03-14 14:40:38> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-14 14:40:38> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-14 14:40:38> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-14 14:40:38> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-14 14:40:39> 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\Luke\AppData\Local\brave\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()
2017-03-14 14:40:39> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-14 14:40:39> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-14 14:40:39> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-14 14:40:39> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-14 14:40:39> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-14 14:40:43> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-14 14:40:44> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-14 14:40:46> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-14 14:40:46> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: Finished shortcut successfully
2017-03-14 14:40:46> ApplyReleasesImpl: Fixing up tray icons
2017-03-14 14:40:46> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-14 14:40:46> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-14 14:40:46> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-14 14:40:46> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-15 18:53:16> Program: Starting Squirrel Updater: --install .
2017-03-15 18:53:16> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-15 18:53:16> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-15 18:53:16> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-15 18:53:16> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-15 18:53:16> 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\Luke\AppData\Local\brave\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()
2017-03-15 18:53:16> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-15 18:53:16> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-15 18:53:16> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-15 18:53:16> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-15 18:53:16> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-15 18:53:20> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-15 18:53:21> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-15 18:53:23> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-15 18:53:23> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: Finished shortcut successfully
2017-03-15 18:53:23> ApplyReleasesImpl: Fixing up tray icons
2017-03-15 18:53:23> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-15 18:53:23> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-15 18:53:23> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-15 18:53:23> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-23 14:52:39> Program: Starting Squirrel Updater: --install .
2017-03-23 14:52:39> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 14:52:39> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-23 14:52:39> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-23 14:52:40> 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\Luke\AppData\Local\brave\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()
2017-03-23 14:52:40> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-23 14:52:40> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 14:52:40> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-23 14:52:40> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.5
2017-03-23 14:52:40> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-23 14:52:41> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.5\BraveDefaults.exe
2017-03-23 14:52:45> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.5\Brave.exe]
2017-03-23 14:52:50> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Fixing up tray icons
2017-03-23 14:52:50> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 14:52:50> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 14:52:50> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.5
2017-03-23 14:52:50> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.5
2017-03-23 17:03:07> Program: Starting Squirrel Updater: --install .
2017-03-23 17:03:07> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 17:03:07> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-23 17:03:07> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-23 17:03:08> 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\Luke\AppData\Local\brave\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()
2017-03-23 17:03:08> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-23 17:03:08> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 17:03:08> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-23 17:03:08> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-23 17:03:08> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-23 17:03:12> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-23 17:03:13> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-23 17:03:19> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-23 17:03:19> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: Finished shortcut successfully
2017-03-23 17:03:19> ApplyReleasesImpl: Fixing up tray icons
2017-03-23 17:03:19> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 17:03:19> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 17:03:19> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-23 17:03:19> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-27 10:36:31> Program: Starting Squirrel Updater: --install .
2017-03-27 10:36:31> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-27 10:36:31> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-27 10:36:31> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ArgumentException: Process with an Id of 13388 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.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:32> 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\Luke\AppData\Local\brave\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()
2017-03-27 10:36:32> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-27 10:36:32> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-27 10:36:32> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-27 10:36:32> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-27 10:36:32> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-27 10:36:34> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-27 10:36:36> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-27 10:40:39> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-27 10:40:40> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-27 10:40:40> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-27 10:40:40> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: Finished shortcut successfully
2017-03-27 10:40:40> ApplyReleasesImpl: Fixing up tray icons
2017-03-27 10:40:40> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-27 10:40:40> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-27 10:40:40> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-27 10:40:40> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-27 10:40:40> ApplyReleasesImpl: Failed to clean dead versions, continuing anyways: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<cleanDeadVersions>d__14.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
2017-03-27 10:40:40> IEnableLogger: Failed to create uninstaller registry entry: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.MoveNext()
2017-03-27 10:40:40> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>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.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>d__4.MoveNext()<---

Second attempt to install:

2017-02-02 10:55:19> Program: Starting Squirrel Updater: --install .
2017-02-02 10:55:19> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:55:19> Program: About to install to: C:\Users\Luke\AppData\Local\slack
2017-02-02 10:55:19> 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\Luke\AppData\Local\slack\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()
2017-02-02 10:55:19> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\slack\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.<CheckForUpdate>d__2.MoveNext()
2017-02-02 10:55:19> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:55:19> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-02 10:55:19> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\slack\app-2.4.1
2017-02-02 10:55:20> LogHost: Rigging execution stub for lib/net45/slack_ExecutionStub.exe to C:\Users\Luke\AppData\Local\slack\slack.exe
2017-02-02 10:55:22> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\slack\app-2.4.1\slack.exe]
2017-02-02 10:55:24> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-02 10:55:24> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-02 10:55:24> ApplyReleasesImpl: Fixing up tray icons
2017-02-02 10:55:24> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:55:24> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:55:24> ApplyReleasesImpl: cleanDeadVersions: for version 2.4.1
2017-02-02 10:55:24> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-2.4.1
2017-02-02 10:58:17> Program: Starting Squirrel Updater: --install .
2017-02-02 10:58:17> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:58:17> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-02-02 10:58:17> 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\Luke\AppData\Local\brave\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()
2017-02-02 10:58:17> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-02-02 10:58:17> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-02 10:58:17> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-02 10:58:17> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.1
2017-02-02 10:58:17> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-02-02 10:58:18> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.1\BraveDefaults.exe
2017-02-02 10:58:20> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.1\Brave.exe]
2017-02-02 10:58:21> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-02 10:58:21> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-02 10:58:21> ApplyReleasesImpl: Fixing up tray icons
2017-02-02 10:58:21> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:58:21> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-02 10:58:21> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.1
2017-02-02 10:58:21> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.1
2017-02-06 11:04:43> Program: Starting Squirrel Updater: --install .
2017-02-06 11:04:43> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-06 11:04:43> Program: About to install to: C:\Users\Luke\AppData\Local\slack
2017-02-06 11:04:43> Program: Install path C:\Users\Luke\AppData\Local\slack already exists, burning it to the ground
2017-02-06 11:04:43> 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\Luke\AppData\Local\slack\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()
2017-02-06 11:04:43> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\slack\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.<CheckForUpdate>d__2.MoveNext()
2017-02-06 11:04:43> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-02-06 11:04:43> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-02-06 11:04:43> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\slack\app-2.4.1
2017-02-06 11:04:44> LogHost: Rigging execution stub for lib/net45/slack_ExecutionStub.exe to C:\Users\Luke\AppData\Local\slack\slack.exe
2017-02-06 11:04:46> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\slack\app-2.4.1\slack.exe]
2017-02-06 11:04:47> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-02-06 11:04:47> ApplyReleasesImpl: Fixing up tray icons
2017-02-06 11:04:47> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-06 11:04:47> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-02-06 11:04:47> ApplyReleasesImpl: cleanDeadVersions: for version 2.4.1
2017-02-06 11:04:47> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-2.4.1
2017-03-03 17:41:27> Program: Starting Squirrel Updater: --install .
2017-03-03 17:41:27> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-03 17:41:27> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-03 17:41:27> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-03 17:41:27> 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\Luke\AppData\Local\brave\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()
2017-03-03 17:41:27> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-03 17:41:27> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-03 17:41:27> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-03 17:41:28> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.5
2017-03-03 17:41:28> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-03 17:41:31> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.5\BraveDefaults.exe
2017-03-03 17:41:32> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.5\Brave.exe]
2017-03-03 17:41:34> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-03 17:41:34> ApplyReleasesImpl: Fixing up tray icons
2017-03-03 17:41:34> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-03 17:41:34> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-03 17:41:34> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.5
2017-03-03 17:41:34> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.5
2017-03-07 16:27:21> Program: Starting Squirrel Updater: --install .
2017-03-07 16:27:21> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-07 16:27:21> Program: About to install to: C:\Users\Luke\AppData\Local\WebTorrent
2017-03-07 16:27: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\Luke\AppData\Local\WebTorrent\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()
2017-03-07 16:27:22> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\WebTorrent\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.<CheckForUpdate>d__2.MoveNext()
2017-03-07 16:27:22> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-07 16:27:22> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-07 16:27:22> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\WebTorrent\app-0.18.0
2017-03-07 16:27:22> LogHost: Rigging execution stub for lib/net45/WebTorrent_ExecutionStub.exe to C:\Users\Luke\AppData\Local\WebTorrent\WebTorrent.exe
2017-03-07 16:27:24> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\WebTorrent\app-0.18.0\WebTorrent.exe]
2017-03-07 16:27:27> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-07 16:27:27> ApplyReleasesImpl: Fixing up tray icons
2017-03-07 16:27:27> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-07 16:27:27> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-07 16:27:27> ApplyReleasesImpl: cleanDeadVersions: for version 0.18.0
2017-03-07 16:27:27> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.18.0
2017-03-14 14:40:38> Program: Starting Squirrel Updater: --install .
2017-03-14 14:40:38> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-14 14:40:38> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-14 14:40:38> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-14 14:40:38> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-14 14:40:39> 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\Luke\AppData\Local\brave\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()
2017-03-14 14:40:39> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-14 14:40:39> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-14 14:40:39> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-14 14:40:39> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-14 14:40:39> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-14 14:40:43> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-14 14:40:44> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-14 14:40:46> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Opera Internet Browser.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-14 14:40:46> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-14 14:40:46> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-14 14:40:46> ApplyReleasesImpl: Finished shortcut successfully
2017-03-14 14:40:46> ApplyReleasesImpl: Fixing up tray icons
2017-03-14 14:40:46> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-14 14:40:46> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-14 14:40:46> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-14 14:40:46> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-15 18:53:16> Program: Starting Squirrel Updater: --install .
2017-03-15 18:53:16> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-15 18:53:16> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-15 18:53:16> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-15 18:53:16> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-15 18:53:16> 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\Luke\AppData\Local\brave\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()
2017-03-15 18:53:16> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-15 18:53:16> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-15 18:53:16> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-15 18:53:16> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-15 18:53:16> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-15 18:53:20> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-15 18:53:21> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-15 18:53:23> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-15 18:53:23> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-15 18:53:23> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-15 18:53:23> ApplyReleasesImpl: Finished shortcut successfully
2017-03-15 18:53:23> ApplyReleasesImpl: Fixing up tray icons
2017-03-15 18:53:23> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-15 18:53:23> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-15 18:53:23> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-15 18:53:23> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-23 14:52:39> Program: Starting Squirrel Updater: --install .
2017-03-23 14:52:39> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 14:52:39> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-23 14:52:39> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-23 14:52:40> 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\Luke\AppData\Local\brave\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()
2017-03-23 14:52:40> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-23 14:52:40> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 14:52:40> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-23 14:52:40> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.13.5
2017-03-23 14:52:40> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-23 14:52:41> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.13.5\BraveDefaults.exe
2017-03-23 14:52:45> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.13.5\Brave.exe]
2017-03-23 14:52:50> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-23 14:52:50> ApplyReleasesImpl: Fixing up tray icons
2017-03-23 14:52:50> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 14:52:50> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 14:52:50> ApplyReleasesImpl: cleanDeadVersions: for version 0.13.5
2017-03-23 14:52:50> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.13.5
2017-03-23 17:03:07> Program: Starting Squirrel Updater: --install .
2017-03-23 17:03:07> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 17:03:07> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-23 17:03:07> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-23 17:03:08> 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\Luke\AppData\Local\brave\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()
2017-03-23 17:03:08> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-23 17:03:08> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-23 17:03:08> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-23 17:03:08> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-23 17:03:08> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-23 17:03:12> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-23 17:03:13> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-23 17:03:19> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-23 17:03:19> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-23 17:03:19> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-23 17:03:19> ApplyReleasesImpl: Finished shortcut successfully
2017-03-23 17:03:19> ApplyReleasesImpl: Fixing up tray icons
2017-03-23 17:03:19> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 17:03:19> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-23 17:03:19> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-23 17:03:19> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-27 10:36:31> Program: Starting Squirrel Updater: --install .
2017-03-27 10:36:31> Program: Starting install, writing to C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-27 10:36:31> Program: About to install to: C:\Users\Luke\AppData\Local\brave
2017-03-27 10:36:31> Program: Install path C:\Users\Luke\AppData\Local\brave already exists, burning it to the ground
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ComponentModel.Win32Exception (0x80004005): Access is denied
   at System.Diagnostics.Process.Kill()
   at Squirrel.UpdateManager.InstallHelperImpl.<>c__DisplayClass6_1.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:31> IEnableLogger: : System.ArgumentException: Process with an Id of 13388 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.<KillAllProcessesBelongingToPackage>b__2()
   at Squirrel.Utility.LogIfThrows(IFullLogger This, LogLevel level, String message, Action block)
2017-03-27 10:36:32> 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\Luke\AppData\Local\brave\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()
2017-03-27 10:36:32> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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.<CheckForUpdate>d__2.MoveNext()
2017-03-27 10:36:32> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Luke\AppData\Local\SquirrelTemp
2017-03-27 10:36:32> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-03-27 10:36:32> ApplyReleasesImpl: Writing files to app directory: C:\Users\Luke\AppData\Local\brave\app-0.14.0
2017-03-27 10:36:32> LogHost: Rigging execution stub for lib/net45/Brave_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\Brave.exe
2017-03-27 10:36:34> LogHost: Rigging execution stub for lib/net45/resources/BraveDefaults_ExecutionStub.exe to C:\Users\Luke\AppData\Local\brave\app-0.14.0\BraveDefaults.exe
2017-03-27 10:36:36> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Luke\AppData\Local\brave\app-0.14.0\Brave.exe]
2017-03-27 10:40:39> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Bridge CS5.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Illustrator CS5.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Adobe Photoshop CS5 (64 Bit).lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Brave.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Charles.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Command Prompt.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Disk Cleanup.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: File Explorer.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: FileZilla.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Mozilla Firefox.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: OBS Studio (32bit).lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Slack.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Snipping Tool.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: File 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Snipping Tool.lnk' could not be converted into a valid ShellLink: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at Squirrel.Shell.ShellLink.IShellLinkW.Resolve(IntPtr hWnd, UInt32 fFlags)
   at Squirrel.Shell.ShellLink.Open(String linkFile, IntPtr hWnd, EShellLinkResolveFlags resolveFlags, UInt16 timeOut)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<fixPinnedExecutables>b__11_0(FileInfo file)
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Spotify.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Sublime Text 3.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Windows PowerShell ISE.lnk
2017-03-27 10:40:39> ApplyReleasesImpl: Examining Pin: Windows PowerShell.lnk
2017-03-27 10:40:40> ApplyReleasesImpl: Examining Pin: Wireshark.lnk
2017-03-27 10:40:40> ApplyReleasesImpl: Processing shortcut 'C:\Users\Luke\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Brave.lnk'
2017-03-27 10:40:40> ApplyReleasesImpl: Old shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: New shortcut target: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: Old iconPath is: 'C:\Users\Luke\AppData\Local\brave\Brave.exe'
2017-03-27 10:40:40> ApplyReleasesImpl: Finished shortcut successfully
2017-03-27 10:40:40> ApplyReleasesImpl: Fixing up tray icons
2017-03-27 10:40:40> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-27 10:40:40> ApplyReleasesImpl: Couldn't rewrite shim RegKey, most likely no apps are shimmed: System.NullReferenceException: Object reference not set to an instance of an object.
   at Squirrel.UpdateManager.ApplyReleasesImpl.<unshimOurselves>b__13_0(RegistryView view)
2017-03-27 10:40:40> ApplyReleasesImpl: cleanDeadVersions: for version 0.14.0
2017-03-27 10:40:40> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-0.14.0
2017-03-27 10:40:40> ApplyReleasesImpl: Failed to clean dead versions, continuing anyways: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<cleanDeadVersions>d__14.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
2017-03-27 10:40:40> IEnableLogger: Failed to create uninstaller registry entry: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.MoveNext()
2017-03-27 10:40:40> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>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.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Luke\AppData\Local\brave\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, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   at System.IO.File.ReadAllText(String path, Encoding encoding)
   at Squirrel.UpdateManager.InstallHelperImpl.<CreateUninstallerRegistryEntry>d__5.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.Utility.<LogIfThrows>d__38`1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.Update.Program.<Install>d__4.MoveNext()<---

@lukemulks
Copy link
Collaborator

cc: @bsclifton

@srirambv
Copy link
Collaborator

Usually happens with some background process not terminated. Killing that and running the setup works again. Happened to me a few times.

@bbondy bbondy closed this as completed in 3092401 Mar 28, 2017
bsclifton pushed a commit that referenced this issue Mar 28, 2017
Fix #7915

Auditors: @aekeus

leveldown uses prebuild and installs prebuilt binaries.  But it doesn't check the env variable properly, or it was uploaded wrongly.  This forces a rebuild if it is ia32
@lukemulks
Copy link
Collaborator

lukemulks commented Mar 28, 2017

brave-preview-install-hang-03282017

  • FYI - ran into a similar issue with the RC to what I reported above for prvw7, but not as scary/bad.
  • The install takes place, and the About version matches the GH sha
  • The only weird thing is that the "Installing" window never goes away. I kept it up for over an hour.
  • Aside from that, I am not getting scary errors or logs generated in the RC, which I did get in prvw7.

Win10, 64bit
cc: @bsclifton @bbondy - I can test this again on the next RC to confirm if needed. LMK.

bridiver pushed a commit that referenced this issue Apr 4, 2017
Fix #7915

Auditors: @aekeus

leveldown uses prebuild and installs prebuilt binaries.  But it doesn't check the env variable properly, or it was uploaded wrongly.  This forces a rebuild if it is ia32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.