You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\username\AppData\Local\MyApp\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.UpdateManager.CheckForUpdateImpl.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__38.MoveNext()
An missing 'RELEASES' file should be treated like a missing app directory IMHO.
The text was updated successfully, but these errors were encountered:
Well, I think you may be right; the setup itself throws, but it also happened that it crash without that error, so I'll dig deeper and get back to you.
You are correct, I tested on another machine and had no errors. I'm closing this (though I feel that errors and warnings should be handled differently, i.e. avoid exceptions and do not show stack trace. In that case, checking if the file exists rather than catching an exception. That's a matter of taste and I'll let you decide what to make of it :)
I now get this error:
An missing 'RELEASES' file should be treated like a missing app directory IMHO.
The text was updated successfully, but these errors were encountered: