Skip to content

Error running build from source #13275

@alefragnani

Description

@alefragnani
  • 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:

  • Following How to Contribute
  • Install Prerequisites 👍
    • Node v6.3.1
    • NPM 3.10.8
    • Python 2.7.11
    • Visual Studio 2015 Community with C++
  • Install dependencies: scripts\npm install 👍
  • Incremental Build: [23:17:22] Finished compilation with 0 errors after 18584 ms 👍
  • Launch development version -> 👎 Error below
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.

build_oss_gcsignals

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

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions