-
Notifications
You must be signed in to change notification settings - Fork 992
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
[cli] unable to talk to your watchman on \\.\pipe\watchman! (No such file or directory) #832
Comments
This looks like the same issue in #830 |
What version of Windows are you running? |
I was on windows 8.1 then installed windows 10 , |
Please try this build: It will probably also be helpful to capture a trace for |
Same message , |
I am on windows 8.1 and suddenly watchman isn't working at all. Tried re-installing watchman couple of times and tried this build Added trace for watchman.exe using Process Monitor Logfile_watchman.zip Loading dependency graph...2020-07-22T00:46:57,898: [cli] unable to talk to your watchman on \.\pipe\watchman-ibrahim019! (No such file or directory) Watchman: watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2020-07-22T00:46:57,898: [cli] unable to talk to your watchman on \.\pipe\watchman-ibrahim019! (No such file or directory) 2020-07-22T00:43:07,714: [listener] Watchman 20200715.003534.0 23dfe53 starting up on ibrahim #2 00007FF643800845 <failed to resolve symbol: Attempt to access invalid address. #3 00007FF643803622 <failed to resolve symbol: Attempt to access invalid address. #4 00007FF643814A18 <failed to resolve symbol: Attempt to access invalid address. #5 00007FF64381550D <failed to resolve symbol: Attempt to access invalid address. #6 00007FF643A65830 <failed to resolve symbol: Attempt to access invalid address. #7 00007FFDF6431412 BaseThreadInitThunk #8 00007FF643800845 <failed to resolve symbol: Attempt to access invalid address. #9 00007FF643803622 <failed to resolve symbol: Attempt to access invalid address. #10 00007FF643814A18 <failed to resolve symbol: Attempt to access invalid address. #11 00007FF64381550D <failed to resolve symbol: Attempt to access invalid address. #12 00007FF643A65830 <failed to resolve symbol: Attempt to access invalid address. #13 00007FFDF6431412 BaseThreadInitThunk |
@wez Is there a solution to this problem?Looking forward to your reply! |
Please try this build: https://github.com/facebook/watchman/suites/1109228100/artifacts/15576123 |
I always get this error when i start the project :
[cli] unable to talk to your watchman on \\.\pipe\watchman! (No such file or directory)
Watchman: watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2020-07-16T08:11:17,351: [cli] unable to talk to your watchman on \\.\pipe\watchman-karim! (No such file or directory)
Reinstalled watchman but didn't work,
I'm on windows.
Here's the log
2020-07-16T07:38:00,279: [listener] Watchman 20200712.162157.0 f73e809 starting up on DESKTOP-NQ4OQGU
2020-07-16T07:38:00,297: [listener] failed to parse json from C:/Users/karim/AppData/Local/watchman/state: unable to open C:/Users/karim/AppData/Local/watchman/state: No such file or directory
2020-07-16T07:38:00,471: [listener] Unhandled win32 exception. Fatal error detected at:
#0 00007FF946C342CD CxxThrowException
#1 00007FF7AF185710 <failed to resolve symbol: Attempt to access invalid address.
#2 00007FF7AF210AA5 <failed to resolve symbol: Attempt to access invalid address.
#3 00007FF7AF213862 <failed to resolve symbol: Attempt to access invalid address.
#4 00007FF7AF224C58 <failed to resolve symbol: Attempt to access invalid address.
#5 00007FF7AF22574D <failed to resolve symbol: Attempt to access invalid address.
#6 00007FF7AF478940 <failed to resolve symbol: Attempt to access invalid address.
#7 00007FF96CB32784 BaseThreadInitThunk
#8 00007FF96F110C31 RtlUserThreadStart
the stack trace for the exception filter call is:
#0 00007FF96F16D4C4 memset
#1 00007FF96F156386 _C_specific_handler
#2 00007FF96F169FDD _chkstk
#3 00007FF96F0F51C8 RtlLookupFunctionEntry
#4 00007FF96F0F0DD1 RtlRaiseException
#5 00007FF96B8156B8 RaiseException
#6 00007FF946C342CD CxxThrowException
#7 00007FF7AF185710 <failed to resolve symbol: Attempt to access invalid address.
#8 00007FF7AF210AA5 <failed to resolve symbol: Attempt to access invalid address.
#9 00007FF7AF213862 <failed to resolve symbol: Attempt to access invalid address.
#10 00007FF7AF224C58 <failed to resolve symbol: Attempt to access invalid address.
#11 00007FF7AF22574D <failed to resolve symbol: Attempt to access invalid address.
#12 00007FF7AF478940 <failed to resolve symbol: Attempt to access invalid address.
#13 00007FF96CB32784 BaseThreadInitThunk
#14 00007FF96F110C31 RtlUserThreadStart
2020-07-16T07:49:19,012: [listener] Watchman 20200712.162157.0 f73e809 starting up on DESKTOP-NQ4OQGU
2020-07-16T07:49:19,015: [listener] failed to parse json from C:/Users/karim/AppData/Local/watchman/state: unable to open C:/Users/karim/AppData/Local/watchman/state: No such file or directory
2020-07-16T07:49:19,108: [listener] Unhandled win32 exception. Fatal error detected at:
#0 00007FF948B242CD CxxThrowException
#1 00007FF7AF185710 <failed to resolve symbol: Attempt to access invalid address.
#2 00007FF7AF210AA5 <failed to resolve symbol: Attempt to access invalid address.
#3 00007FF7AF213862 <failed to resolve symbol: Attempt to access invalid address.
#4 00007FF7AF224C58 <failed to resolve symbol: Attempt to access invalid address.
#5 00007FF7AF22574D <failed to resolve symbol: Attempt to access invalid address.
#6 00007FF7AF478940 <failed to resolve symbol: Attempt to access invalid address.
#7 00007FF96CB32784 BaseThreadInitThunk
#8 00007FF96F110C31 RtlUserThreadStart
the stack trace for the exception filter call is:
#0 00007FF96F16D4C4 memset
#1 00007FF96F156386 _C_specific_handler
#2 00007FF96F169FDD _chkstk
#3 00007FF96F0F51C8 RtlLookupFunctionEntry
#4 00007FF96F0F0DD1 RtlRaiseException
#5 00007FF96B8156B8 RaiseException
#6 00007FF948B242CD CxxThrowException
#7 00007FF7AF185710 <failed to resolve symbol: Attempt to access invalid address.
#8 00007FF7AF210AA5 <failed to resolve symbol: Attempt to access invalid address.
#9 00007FF7AF213862 <failed to resolve symbol: Attempt to access invalid address.
#10 00007FF7AF224C58 <failed to resolve symbol: Attempt to access invalid address.
#11 00007FF7AF22574D <failed to resolve symbol: Attempt to access invalid address.
#12 00007FF7AF478940 <failed to resolve symbol: Attempt to access invalid address.
#13 00007FF96CB32784 BaseThreadInitThunk
#14 00007FF96F110C31 RtlUserThreadStart
The text was updated successfully, but these errors were encountered: