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

Windows Eng: Error: spawn EINVAL #212888

Closed
bpasero opened this issue May 16, 2024 · 0 comments · Fixed by #213082
Closed

Windows Eng: Error: spawn EINVAL #212888

bpasero opened this issue May 16, 2024 · 0 comments · Fixed by #213082
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders windows VS Code on Windows issues
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented May 16, 2024

I think we need another shell: true here:

From 262ab80#diff-60e3e11180f019162245f8eba09847d178513aeffcd6b61fb977bd0d69472338R19

C:\GitDevelopment\monaco>C:\GitDevelopment\monaco\scripts\code.bat
Error: spawn EINVAL
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at spawn (node:child_process:761:9)
    at C:\GitDevelopment\monaco\build\lib\preLaunch.js:15:49
    at new Promise (<anonymous>)
    at runProcess (C:\GitDevelopment\monaco\build\lib\preLaunch.js:14:12)
    at getElectron (C:\GitDevelopment\monaco\build\lib\preLaunch.js:35:11)
    at main (C:\GitDevelopment\monaco\build\lib\preLaunch.js:44:11) {
  errno: -4071,
  code: 'EINVAL',
  syscall: 'spawn'
}

//cc @deepak1556

@bpasero bpasero added the windows VS Code on Windows issues label May 16, 2024
@VSCodeTriageBot VSCodeTriageBot added the unreleased Patch has not yet been released in VS Code Insiders label May 20, 2024
@VSCodeTriageBot VSCodeTriageBot added this to the May 2024 milestone May 20, 2024
mustard-mh pushed a commit to gitpod-io/openvscode-server that referenced this issue May 22, 2024
@VSCodeTriageBot VSCodeTriageBot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels May 24, 2024
andremmsilva pushed a commit to PIC1G55/vscodeG55 that referenced this issue May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
insiders-released Patch has been released in VS Code Insiders windows VS Code on Windows issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants