-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
applyDiffToFile not checking if the temp file exists before trying to use it #1006
Comments
Stack trace:
This happens during |
seems related to this one: |
@Pyritie is it an issue you are still experiencing with the latest version of Squirrel? |
I haven't had this crash in a long time, no, but I know I made some changes to my project and how I do squirrel releases since then. I can't remember what my setup was that caused this crash. |
@shiftkey this can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DeltaPackage.cs#235.
tempTargetFile
is being used but is never checked to see if that file was actually created on disk. In my case, it was not, and so squirrel crashed here.It had created six folders in SquirrelTemp, tempa through tempf, and it tried to use a tempg that did not exist.
The text was updated successfully, but these errors were encountered: