Skip to content
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

EPERM: operation not permitted, lstat #1568

Closed
2 tasks done
darsain opened this issue Feb 21, 2017 · 6 comments
Closed
2 tasks done

EPERM: operation not permitted, lstat #1568

darsain opened this issue Feb 21, 2017 · 6 comments

Comments

@darsain
Copy link

darsain commented Feb 21, 2017

Issue

Errors like these happen sporadically when I use the OS and various apps, and they change some files located under %HOME%/* while Hyper is running in the background:

image

image

It seems like Hyper is watching user's home folder to spy on .hyper.js changes, and whenever something happens there it does lstat on the changed file. This operation might not be permitted on some files, which results in EPERM error window popping up and annoying me considerably 😢.

I think that watching of anything under user's home folder should be isolated to only the paths relevant to Hyper and completely ignoring any event not relevant to it, since watching everything there might (apart of throwing these errors) cause performance issues in the future.

@darsain
Copy link
Author

darsain commented Mar 22, 2017

I've updated the opening post to maybe clarify the cause of the issue.

BTW, I had to close ~20 of these windows in the last 30 minutes :(

@elkaz
Copy link

elkaz commented Apr 20, 2017

I'm experiencing the same issue on Windows 10.

@saulmadi
Copy link

Same here :(

@jota12x
Copy link

jota12x commented Jul 2, 2017

Just happened to me :(. Any fixes on this case?

@Mohamed3on
Copy link

Facing this issue on Win10 too, seems to happen randomly.

@Stanzilla
Copy link
Contributor

Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants