Closed stoicron closed 2 years ago
Thank you for creating your first issue. We will get to it as soon as possible. This is an automated message designed to manage your expectations. We will most likely respond to your message during Norwegian business hours. If you should think of any additional information, please feel free to add it as a comment. If you are reporting a bug or incompatibility, make sure you include the versions of MaxTo, Windows and any incompatible program.
Not the dev, but debug for a living, looks like the install directory does not have correct permissions for the current user. Run the installer as admin or check user permissions on the folder C:\Users\leviy\AppData\Local\MaxTo and child folders.
Could be entirely wrong and you should wait for the dev to confirm or deny.
thanks I have tried running as admin
It seems MaxTo was already installed and running when you tried installing. This can happen, because our installer does not present a user interface, and if MaxTo is somewhat slow to start, oftentimes you will try re-installing because you thought nothing happened.
I would recommend rebooting, and then checking if MaxTo was actually installed. If not, you can run the installer again, but only once this time. :)
To Reproduce
Expected behavior
Screenshots
System information:
Additional context
2022-05-10 12:49:24> Program: Starting Squirrel Updater: --install . 2022-05-10 12:49:24> Program: Starting install, writing to C:\Users\leviy\AppData\Local\SquirrelTemp 2022-05-10 12:49:24> Program: About to install to: C:\Users\leviy\AppData\Local\MaxTo 2022-05-10 12:49:24> 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\leviy\AppData\Local\MaxTo\packages\.betaId'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost) at System.IO.File.WriteAllText(String path, String contents, Encoding encoding) at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId() 2022-05-10 12:49:24> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\leviy\AppData\Local\MaxTo\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.