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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
When i get a install .exe file , it is all ok on win7 system , however , when i install the same exe on win10 system , it had something wrong like that ~
When i get a install .exe file , it is all ok on win7 system , however , when i install the same exe on win10 system , it had something wrong like that ~
then i open the Setup log ,
2016-10-31 11:56:05> Program: Starting Squirrel Updater: --install .
2016-10-31 11:56:05> Program: Starting install, writing to C:\Users\DELL\AppData\Local\SquirrelTemp
2016-10-31 11:56:05> Program: About to install to: C:\Users\DELL\AppData\Local\zhitu
2016-10-31 11:56:05> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: 未能找到路径“C:\Users\DELL\AppData\Local\zhitu\packages.betaId”的一部分。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 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)
在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
在 System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
在 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
在 System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
在 System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
在 Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
it seen something get wrong before CheckForUpdateImpl , how can i fix this problem ?
The text was updated successfully, but these errors were encountered: