Skip to content

Instantly share code, notes, and snippets.

@hatton
Created April 24, 2015 19:41
Show Gist options
  • Save hatton/5a60d1cc857a804485ef to your computer and use it in GitHub Desktop.
Save hatton/5a60d1cc857a804485ef to your computer and use it in GitHub Desktop.
Squirrel Log With Blocked File
Program: Starting Squirrel Updater: --install .
Program: Starting install, writing to C:\Users\Stacey\AppData\Local\SquirrelTemp
CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Stacey\AppData\Local\BloomSHRP\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__28.MoveNext()
CheckForUpdateImpl: Reading RELEASES file from C:\Users\Stacey\AppData\Local\SquirrelTemp
CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
ApplyReleasesImpl: Writing files to app directory: C:\Users\Stacey\AppData\Local\BloomSHRP\app-3.1.1006
ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Stacey\AppData\Local\BloomSHRP\app-3.1.1006\BloomSHRP.exe]
ApplyReleasesImpl: Starting fixPinnedExecutables
ApplyReleasesImpl: fixPinnedExecutables: oldAppDirectories is empty, this is pointless
ApplyReleasesImpl: cleanDeadVersions: for version 3.1.1006
ApplyReleasesImpl: cleanDeadVersions: exclude folder app-3.1.1006
Program: Starting Squirrel Updater: --install .
Program: Starting install, writing to C:\Users\Stacey\AppData\Local\SquirrelTemp
CheckForUpdateImpl: Reading RELEASES file from C:\Users\Stacey\AppData\Local\SquirrelTemp
ApplyReleasesImpl: No release to install, running the app
ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Stacey\AppData\Local\BloomSHRP\app-3.1.1007\BloomSHRP.exe]
Program: Starting Squirrel Updater: --install .
Program: Starting install, writing to C:\Users\Stacey\AppData\Local\SquirrelTemp
CheckForUpdateImpl: Reading RELEASES file from C:\Users\Stacey\AppData\Local\SquirrelTemp
ApplyReleasesImpl: No release to install, running the app
ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Stacey\AppData\Local\BloomSHRP\app-3.1.1009\BloomSHRP.exe]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment