-
Notifications
You must be signed in to change notification settings - Fork 7.6k
All extension installations fail (WinXP) #6951
Comments
Medium priority to me to investigate. |
@frgc Is there anything in the console (select Show Developer Tools from the Debug menu)? |
I have the same problem - and the same set up (WinXP Sp3, sprint 36) (I'm using this through a proxy, but Sprint 35 worked fine). This is the only line output in Developer tools: |
Same, from Dev Tools Unknown installation error extensionManager domain is undefined |
@bchintx Is it possible that Node fails to start up on WinXP sp3 with the new binary module for file watching? |
@dangoor Ug. Something's definitely not working right. If I delete the installed 'fswatch_win.node' file, then launch Brackets and try to install an extension, the installation succeeds. |
same behavior here... after deleting 'fswatch_win.node' file, installation succeeds. |
Updating title to reflect that this is Windows XP-specific. |
Marking for sprint 37 |
There is an old XP tower sitting in the floor of the other room, perhaps I can get a chance to set up and try this out myself sometime this week. |
@JeffryBooher fixed this issue by disabling the native file watching node module on XP. See PR #7131 |
I am experiencing this issue in Windows 7 and developer tools fail to start and when I click Debug -> Restart Node I get a js alert saying "Failed to restart node: Cannot call method 'restartNode' of undefined" |
@telis93 Your issue is likely a different problem. Please file a new issue. |
Removing FBNC tag since we've decided we want to use a slightly different fix for XP -- one that doesn't cause #6551 to reappear, but that disables watchers & caching (so XP will just behave like Sprint 35). |
New fix ongoing in PR #7170 |
Setting back to FBNC so we can test tomorrow. We should also spin off a bug about getting watchers working in XP (ideally via @bchintx's native extension still). |
I am getting the same issue in windows 7. Dev tools displays the same as the others: Unknown installation error extensionManager domain is undefined /extensibility/Package.js:367 |
Created new Issue #7200 to track fixing native file watching on Windows XP. @gillisig The extensionManager domain error is probably a new problem. Can you please file a new issue for this? Thanks. Closing this issue as fixed with @JeffryBooher 's now-merged pull request. |
I'm seeing this issue also on Mac 10.9 running v44. I can't install any extensions. "Unknown installation error extensionManager domain is undefined" |
@mcmanimie Please open a New Issue. |
WinXP SP3
sprint 36 experimental build 0.36.0-11506 (release 942505c)
"Installation failed.
Unknown internal error."
Using extension manager this is what I get immediately upon trying to install an extension. There is no network activity. There is no antivirus and I tried unblocking brackets in windows firewall.
The text was updated successfully, but these errors were encountered: