-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Crashes instantly on startup. Ubuntu 20.10 #118169
Comments
(Experimental duplicate detection) |
Does a downgraded vscode to v1.52 exhibit the same behaviour? apt-get install --allow-downgrades "code=1.52.*" |
Same behavior after downgrading. |
Can you provide the crash report with latest stable following the steps at https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-and-symbolicating-local-crash-reports |
Here ya go. |
Thanks for the report, Issue is same as #116690 Please check #116690 (comment) for workaround. |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
I had vsode installed and working for about a month, but was getting annoyed at my golang linter not working correclty. I then uninstalled and reinstalled via snap but the snap version takes way too long to boot up so I then went back again to the deb version via the official vscode site. Now on start up it crashes within 3 seconds every single time.
These are the errors im getting from --verbose
[49131:0305/012546.370472:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/kenyounot/.config/Code/logs/20210305T012544/renderer3.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626) [49131:0305/012546.371917:INFO:CONSOLE(626)] "%cTRACE color: #888 [File Watcher (node.js)] [CHANGED] /home/kenyounot/.config/Code/logs/20210305T012544/renderer3.log", source: file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (626) [49131:0305/012546.374887:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25) [49131:0305/012546.374921:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25) [49131:0305/012546.377644:INFO:CONSOLE(25)] "%cTRACE color: #888 Error: ENOENT: no such file or directory, open '/usr/share/code/resources/app/extensions/node_modules/package.json'", source: file:///usr/share/code/resources/app/out/vs/code/electron-browser/sharedProcess/sharedProcessMain.js (25)
vscode-insiders works completely fine, and if I reinstall using snap it works completely fine. Only the deb version.
The text was updated successfully, but these errors were encountered: