You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: spawnSync D:\a\rascal-language-servers\rascal-language-servers\rascal-vscode-extension\node_modules\win-ca\lib\roots.exe ENOBUFS
at Object.spawnSync (node:internal/child_process:1119:20)
at spawnSync (node:child_process:847:24)
at Object.execFileSync (node:child_process:890:15)
at Object.run (node_modules\win-ca\lib\fallback.js:43:26)
at api (node_modules\win-ca\lib\index.js:60:10)
at fetch (out\auto-jvm\downloaders.js:93:13)
at Object.identifyLatestTemurinLTSRelease (out\auto-jvm\downloaders.js:172:31)
at Context.<anonymous> (out\test\normal-suite\JavaDownload.test.js:39:85)
at processImmediate (node:internal/timers:466:21)
It looks like the roots.exe lib fails to be executed. The same test runs on my local windows machine.
I would like to help debug this, but I do not know where to start.
The text was updated successfully, but these errors were encountered:
Context is this pr: usethesource/rascal-language-servers#229
It looks like the
roots.exe
lib fails to be executed. The same test runs on my local windows machine.I would like to help debug this, but I do not know where to start.
The text was updated successfully, but these errors were encountered: