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

VS Code window shows blank screen after building from source #233477

Closed
mohankumarelec opened this issue Nov 9, 2024 · 4 comments · May be fixed by #233478
Closed

VS Code window shows blank screen after building from source #233477

mohankumarelec opened this issue Nov 9, 2024 · 4 comments · May be fixed by #233478
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@mohankumarelec
Copy link
Contributor

mohankumarelec commented Nov 9, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.95.2
  • OS Version: Windows 11

Steps to Reproduce:

  1. Build from source as per instructions from contributing guide, and start the build. It should finish without issues.
  2. When the final built exe file is run, a blank window appears and application fails move from there with the below error in console.
[7820:1109/183810.242:INFO:CONSOLE(178)] "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'load')", source: vscode-file://vscode-app/c:/Users/<user>/Desktop/VSCode-win32-x64/resources/app/out/vs/code/electron-sandbox/workbench/workbench.js (178)
Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@mohankumarelec
Copy link
Contributor Author

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

Its not related to any VS Code version, its related to build process from source

@bpasero
Copy link
Member

bpasero commented Nov 10, 2024

I cannot reproduce, on Windows ARM at least, what exactly did you run? And did you pull in latest from main?

@bpasero bpasero assigned bpasero and unassigned deepak1556 Nov 10, 2024
@bpasero bpasero added the info-needed Issue requires more information from poster label Nov 10, 2024
@mohankumarelec
Copy link
Contributor Author

Hi @bpasero , Sorry , actually i had taken the 1.95.0 tag for the build and saw the error in that.

Its already fixed now in the main branch. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants