-
Notifications
You must be signed in to change notification settings - Fork 81
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
Access Denied OS Error 5 on Windows 7 #69
Comments
Update: Though the program worked flawlessly for me before on Windows (apparently that was an earlier version). |
Before this crate used watchexec it worked perfectly fine for me for months, so I'll file a bug when I have the time, most likely on wednesday(today by now) or thursday. |
Yeah, there's definitely tradeoffs. If you don't need the bugfixes / new features we got by using watchexec, you can downgrade to 4.0.3 which is the last non-watchexec version:
|
So should this issue remain closed or be reopened as the (underlying) problem is not resolved? |
Using cargo watch 4.0.3 is probably the best thing here. There's not much I can do that won't break process watching. |
Yeah, I'm going to call it as "not supporting Windows 7 or lower" for cargo watch >= 5. I'll add a mention to the readme. |
Freshly installed Win7 a few days ago, I have since installed a bunch of stuff for Rust (rustup, rust, some cargo subcommands). However when I tried out
cargo watch
after installing it, I gotfailed to add to job object: Access denied (OS Error 5)
for some reason...
cargo watch --debug
:Platform:
Windows 7 SP 1
rustc -vV
:cargo -vV
:The text was updated successfully, but these errors were encountered: