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

workbench.main.js Extension host terminated unexpectedly #49

Closed
tonymugendi opened this issue Mar 18, 2018 · 22 comments
Closed

workbench.main.js Extension host terminated unexpectedly #49

tonymugendi opened this issue Mar 18, 2018 · 22 comments
Assignees
Labels

Comments

@tonymugendi
Copy link

After a recent update , the extension doesn't work anymore. When selecting any of the commands , this is what i get
wakatime

@alanhamlett
Copy link
Member

Does re-installing the plugin help?

@tonymugendi
Copy link
Author

No it does not

@alanhamlett
Copy link
Member

When you re-install the plugin, do you get any error messages in your VS Code Developer Console window?

Also, which OS and VS Code version are you using?

@Abhinickz
Copy link

Same issue happening with me: microsoft/vscode#46019

@alanhamlett
Copy link
Member

alanhamlett commented Mar 19, 2018

@Abhinickz can you provide the traceback from your VS Code Developer Console window?

@Abhinickz
Copy link

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

@alanhamlett
Copy link
Member

Can you upgrade the plugin to v1.1.25 released today and see if it's fixed?

@Abhinickz
Copy link

Upgraded plugin to v1.1.25 and still getting the same error:

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

@alanhamlett
Copy link
Member

alanhamlett commented Mar 21, 2018

If you uninstall the plugin, then download this older version:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/WakaTime/vsextensions/vscode-wakatime/1.1.22/vspackage

Click the extensions sidebar tab, then click the three dots icon at the top and choose Install from VSIX...
screen shot 2018-03-21
Choose the v1.1.22 file you just downloaded, then restart VS Code.

Does the error still occur or go away? That will help narrow down the version that introduced the bug, since I'm not able to tell much from the error message.

@tonymugendi
Copy link
Author

Yes..it's working with the older version

@alanhamlett
Copy link
Member

Try upgrading to v1.1.26 released just now, it should fix the bug.

Looks like the problem was 8580edc and fs.unlinkSync not supported on Windows.

@Abhinickz
Copy link

Uninstalled the v1.1.25 version and installed new version v1.1.26, Still error is same.
I have not checked this error with the older version.

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

@alanhamlett
Copy link
Member

@Abhinickz does the older v1.1.22 work for you also?

@alanhamlett alanhamlett reopened this Mar 22, 2018
@Abhinickz
Copy link

Checked with older version v1.1.22, error is same.

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

@spences10
Copy link

I was having an issue with Wakatime not installing, it was hanging at installing, I tried to install the visix and it is working fine now

I'm using a mac

@Abhinickz
Copy link

FYI, This issue was never resolved for me even after updating the extension to the current version 1.2.2 !!
I am commenting on #52 for the same!

@alanhamlett
Copy link
Member

Can you try re-installing the plugin?

@alanhamlett alanhamlett changed the title Wakatime on VSCode workbench.main.js Extension host terminated unexpectedly Jul 3, 2018
@Abhinickz
Copy link

I reinstalled the plugin v1.2.2 and it is still showing the same error as mentioned above.

@gandarez
Copy link
Member

Install the latest version and see if it works https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime

@felixmpaulus
Copy link

I am still seeing this error on a daily basis.

@alanhamlett
Copy link
Member

@felixswift have you tried uninstalling then re-installing the extension?

@gandarez gandarez reopened this Jul 29, 2019
@gandarez gandarez self-assigned this Jul 29, 2019
@gandarez
Copy link
Member

Closing due to inactivity.

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

No branches or pull requests

6 participants