-
Notifications
You must be signed in to change notification settings - Fork 91
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
Update fails with "EBUSY" when trying to rmdir
folder (Windows XP)
#90
Comments
You should kill your old version of app first. |
@ycanales you definitely killed the old one in step 4? |
I have similar issue. Would removing files/folders from inside cause any issues? Any ideas? |
This issue should be fixed by this change #105 |
Following the basic.js example the first steps work fine (old version detects and downloads the newest, closes, then it runs from temp folder) until the update fails at step 5 with the following error after a while—it retries a lot of times as I checked in rimraf.js lib.
The error:
Note: Archivos de programa = Program files
I noticed I couldn't delete the folder manually either, and using LockHunter it said it was because of nw.exe (the one from the update version, running from temporary folder)
I checked the nw.exe processes running, and the three of them were from the temp folder (so I discarded that the old one may be still running)
I'm using:
I'm fairly new to node and nw.js so I'm kind of stuck here.
Thanks for your help!
The text was updated successfully, but these errors were encountered: