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

Not working with VSCode 1.31 #762

Closed
yhc44 opened this issue Feb 7, 2019 · 28 comments
Closed

Not working with VSCode 1.31 #762

yhc44 opened this issue Feb 7, 2019 · 28 comments

Comments

@yhc44
Copy link

yhc44 commented Feb 7, 2019

🐛 Describe the bug
A clear and concise description of what the bug is.

🌴 Visual Studio Code Version : [ 1.31 ]
🌴 Code Settings Sync Version : [ 2.3.4 ]
🌴 Standard or Insiders : [ Standard ]
🌴 OSS or Portable : [ OSS ]
🌴 Operating System : [ Mac OS High Sierra ]
🌴 Occurs On: [Upload / Download / Help Configuring ]
🌴 Proxy Enabled: [ Yes / No ]

📰 To Reproduce
Steps to reproduce the behavior:

  1. Update VSCode to 1.31
  2. Start VSCode
  3. See error

💪 Expected behavior
Working like it does all time.

📺 Console Error Log
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/yannheeser/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
Expected in: flat namespace

dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/yannheeser/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
Expected in: flat namespace

📺 Additional context

"Extension host terminated unexpectedly"

@yhc44 yhc44 changed the title Not working with VSCode Not working with VSCode 1.31 Feb 7, 2019
@JM-Mendez
Copy link

I was able to get it working by uninstalling fs-extra and fs-events from my global node_modules.

@Spacebody
Copy link

I have the same problem, now I temporarily disable this extension.

@daniepetrov
Copy link

I can confirm that it's not working with 1.31

@shanalikhan
Copy link
Owner

you are all using Mac ? of not please write the details.

Code Settings Sync Version : [ 2.3.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]

@mbinkhorst
Copy link

mbinkhorst commented Feb 8, 2019

Can confirm.
Visual Studio Code Version : [ 1.31.0 ]
Code Settings Sync Version : [ 3.2.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]

No problems in Code 1.30.2

@fuzzy76
Copy link

fuzzy76 commented Feb 8, 2019

Latest css version
Latest standard vscode
OSS
macOS Mojave 10.14.3

@Spacebody
Copy link

Yes, I am using Mac.

Visual Studio Code Version : [ 1.31.0 ]
Code Settings Sync Version : [ 3.2.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS Mojava 10.14.3 ]

@shanalikhan
Copy link
Owner

No problems in Code 1.30.2

@Spacebody and @fuzzy76

Try using 1.30.2 ?

@shanalikhan
Copy link
Owner

shanalikhan commented Feb 8, 2019

Anyway, thanks for reporting - Its working on 1.30 but not in 1.31.

I use Linux and Windows to test Settings Sync.
Mac issues take time to solve till someone send PR or code fix in update.

@nekonenene
Copy link
Contributor

nekonenene commented Feb 8, 2019

@nekonenene
Copy link
Contributor

I tried this change in my local Mac, but it does not resolve this problem, umm... 😢

@nekonenene
Copy link
Contributor

microsoft/vscode#65335

I have managed to resolve the issue by replacing the pre-built fsevents dependency with a newer version (v2, which uses N-API).

v2... i see...

@nekonenene
Copy link
Contributor

nekonenene commented Feb 8, 2019

I fixed this problem, but the verification is not enough.

nekonenene@9ab96e9

In addition, I don't know how to contribute to this repository yet. (I'm reading https://github.com/shanalikhan/code-settings-sync/wiki/Contributing now...)
So please wait for a while.

@Jvalal-zz
Copy link

I fixed this problem, but the verification is not enough.

nekonenene@bd8c3dc

In addition, I don't know how to contribute to this repository yet. (I'm reading https://github.com/shanalikhan/code-settings-sync/wiki/Contributing now...)
So please wait for a while.

would be great to know steps to resolve.

@fuzzy76
Copy link

fuzzy76 commented Feb 9, 2019

Chokidar 2.1.0 released 4 days ago is supposed to have fixed it (by using a newer fsevents).

@nekonenene
Copy link
Contributor

If you are macOS user and want to use Settings Sync right now, consider to install my patch.

WARNING: This patch overwrites v3.2.4. So, if you are trouble with this patch, you might want to reinstall official Settings Sync.

git clone https://github.com/nekonenene/code-settings-sync.git -b v3.2.4-patch && cd code-settings-sync
npm i
npm i -g vsce
vsce package
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension code-settings-sync-3.2.4.vsix

# Then, restart Visual Studio Code

@renannprado
Copy link

I havent tried fix of @nekonenene but I wonder if I'm having the same error.

image

@nekonenene
Copy link
Contributor

nekonenene commented Feb 10, 2019

@renannprado Oh, it's other error. It is reported in #765. (And I haven't seen that error...)

@shanalikhan shanalikhan added this to the v3.2.5 milestone Feb 11, 2019
@jenkey2011
Copy link

Me too.

@m92o m92o mentioned this issue Feb 13, 2019
@msherrington
Copy link

I'm getting the exact same issue as the original poster. This occurred yesterday after updating to VSCode 1.31.1. I disabled all extensions and re-enabled them one-by-one to find the culprit is code-settings-sync.

🌴 Visual Studio Code Version : [ 1.31.1 ]
🌴 Code Settings Sync Version : [ 2.3.4 ]
🌴 Standard or Insiders : [ Standard ]
🌴 OSS or Portable : [ OSS ]
🌴 Operating System : [ MacOS Mojave 10.14.3 ]
🌴 Occurs On: [ Enabling the extension / Starting VSCode with the extension enabled / Restarting extension host ]

@baybird
Copy link

baybird commented Feb 14, 2019

Having the same problem.
VSCode: 1.31.1
Windows 10

Error log:

[Extension Host] Sync : Connected with user : 'username'
console.ts:134 [Extension Host] HttpError: Not Found
at module.exports.e.exports.i.fetch.then.n.text.then.n (C:\Users[username].vscode\extensions\shan.code-settings-sync-3.2.4\out\extension.js:137:45419)
at process._tickCallback (internal/process/next_tick.js:68:7)

@cikichen
Copy link

Me too.

@shanalikhan
Copy link
Owner

v3.2.4 released with the fix by @nekonenene

Please update and let me know so i can close this ticket ?

@mbinkhorst
Copy link

Error is gone for me with the 3.2.5 update. Thanks all involved!

Visual Studio Code Version : [ 1.31.1 ]
Code Settings Sync Version : [ 3.2.5 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]

@nekonenene
Copy link
Contributor

Thanks for reporting!!!

@msherrington
Copy link

Working again. Thank you!

@Spacebody
Copy link

Okay, the problem had been solved.

@baybird
Copy link

baybird commented Feb 15, 2019

Found a better one 'Syncing'. Save my day.

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

No branches or pull requests