- VSCode Version: code-oss-dev@1.6.0 (source from Oct 4th)
- OS Version: Windows 10 32bits OR 64bits (two different computers - same error)
Steps to Reproduce:
C:\Users\alefr\Documents\GitHub\vscode>scripts\code.bat --verbose
�[93m[main 11:32:15 PM]�[0m Starting VS Code in verbose mode
�[93m[main 11:32:15 PM]�[0m from: c:\Users\alefr\Documents\GitHub\vscode
�[93m[main 11:32:15 PM]�[0m args: { _: [],
paths: [],
performance: false,
verbose: true,
debugPluginHost: undefined,
debugBrkPluginHost: undefined,
logExtensionHostCommunication: false,
'new-window': false,
'reuse-window': false,
goto: false,
diff: false,
extensionHomePath: undefined,
extensionDevelopmentPath: undefined,
extensionTestsPath: undefined,
'disable-extensions': false,
'open-url': undefined,
locale: undefined,
wait: false }
[9704:1005/233219:INFO:CONSOLE(136)] "Loading "gc-signals" failed", source: file:///C:/Users/alefr/Documents/GitHub/vscode/out/vs/loader.js (136)
[9704:1005/233219:INFO:CONSOLE(137)] "Detail: ", source: file:///C:/Users/alefr/Documents/GitHub/vscode/out/vs/loader.js (137)
[9704:1005/233219:INFO:CONSOLE(139)] "Error: Cannot find module '../build/Release/gcsignals'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (C:\Users\alefr\Documents\GitHub\vscode\.build\electron\resources\electron.asar\common\reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\alefr\Documents\GitHub\vscode\node_modules\gc-signals\src\index.js:8:18)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)", source: file:///C:/Users/alefr/Documents/GitHub/vscode/out/vs/loader.js (139)
[9704:1005/233219:INFO:CONSOLE(141)] "Here are the modules that depend on it:", source: file:///C:/Users/alefr/Documents/GitHub/vscode/out/vs/loader.js (141)
[9704:1005/233219:INFO:CONSOLE(142)] "vs/workbench/api/node/mainThreadLanguageFeatures,vs/workbench/api/node/mainThreadHeapService", source: file:///C:/Users/alefr/Documents/GitHub/vscode/out/vs/loader.js (142)
The OSS Build runs, but open an empty window. No menu item works, except Help/About, Help/Toggle Developer Tools, File/New Window and File/Close, as you can see in the GIF below.

Any idea what could be happening? Any missing/invalid pre-requisite? I'm trying to build for about two weeks, and I'm stuck with the same error. I constantly update my sources from GitHub, so it doesn't appears to be a failed changeset
Thanks in advance
Steps to Reproduce:
scripts\npm install👍[23:17:22] Finished compilation with 0 errors after 18584 ms👍The OSS Build runs, but open an empty window. No menu item works, except Help/About, Help/Toggle Developer Tools, File/New Window and File/Close, as you can see in the GIF below.
Any idea what could be happening? Any missing/invalid pre-requisite? I'm trying to build for about two weeks, and I'm stuck with the same error. I constantly update my sources from GitHub, so it doesn't appears to be a failed changeset
Thanks in advance