Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

All extension installations fail (WinXP) #6951

Closed
frgc opened this issue Feb 21, 2014 · 21 comments
Closed

All extension installations fail (WinXP) #6951

frgc opened this issue Feb 21, 2014 · 21 comments
Assignees
Milestone

Comments

@frgc
Copy link

frgc commented Feb 21, 2014

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.

@dangoor dangoor self-assigned this Feb 21, 2014
@dangoor
Copy link
Contributor

dangoor commented Feb 21, 2014

Medium priority to me to investigate.

@dangoor
Copy link
Contributor

dangoor commented Feb 21, 2014

@frgc Is there anything in the console (select Show Developer Tools from the Debug menu)?

@damouk
Copy link

damouk commented Feb 21, 2014

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:
"Unknown installation error extensionManager domain is undefined"

@frgc
Copy link
Author

frgc commented Feb 22, 2014

Same, from Dev Tools

Unknown installation error extensionManager domain is undefined
/extensibility/Package.js:367

@dangoor
Copy link
Contributor

dangoor commented Feb 25, 2014

@bchintx Is it possible that Node fails to start up on WinXP sp3 with the new binary module for file watching?

@bchintx
Copy link
Contributor

bchintx commented Feb 26, 2014

@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.

@bchintx bchintx assigned bchintx and unassigned dangoor Feb 26, 2014
@Diex
Copy link

Diex commented Feb 26, 2014

same behavior here... after deleting 'fswatch_win.node' file, installation succeeds.

@bchintx
Copy link
Contributor

bchintx commented Feb 27, 2014

Updating title to reflect that this is Windows XP-specific.

@njx njx added this to the Sprint 37 milestone Feb 27, 2014
@njx
Copy link

njx commented Feb 27, 2014

Marking for sprint 37

@le717
Copy link
Contributor

le717 commented Mar 4, 2014

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.

@bchintx
Copy link
Contributor

bchintx commented Mar 8, 2014

@JeffryBooher fixed this issue by disabling the native file watching node module on XP. See PR #7131

@telis93
Copy link
Contributor

telis93 commented Mar 8, 2014

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"

@dangoor
Copy link
Contributor

dangoor commented Mar 10, 2014

@telis93 Your issue is likely a different problem. Please file a new issue.

@peterflynn
Copy link
Member

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).

@peterflynn
Copy link
Member

New fix ongoing in PR #7170

@peterflynn
Copy link
Member

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).

@gillisig
Copy link

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

@bchintx
Copy link
Contributor

bchintx commented Mar 14, 2014

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.

@mcmanimie
Copy link

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"

@redmunds
Copy link
Contributor

@mcmanimie Please open a New Issue.

@mcmanimie
Copy link

@redmunds My bad. Here you go: #9625

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

No branches or pull requests