exokit: Cannot build Win10

Hello. Following by the documented steps clone … good npm install… no errors node .

the result is:

$ node .                                                                                                           
internal/modules/cjs/loader.js:717                                                                                 
  return process.dlopen(module, path.toNamespacedPath(filename));                                                  
                 ^                                                                                                 
                                                                                                                   
Error: A dynamic link library (DLL) initialization routine failed.                                                 
\\?\C:\User\webmixedreality.exokit.git\build\Release\exokit.node                          
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:717:18)                                     
    at Module.load (internal/modules/cjs/loader.js:598:32)                                                         
    at tryModuleLoad (internal/modules/cjs/loader.js:537:12)                                                       
    at Function.Module._load (internal/modules/cjs/loader.js:529:3)                                                
    at Module.require (internal/modules/cjs/loader.js:636:17)                                                      
    at require (internal/modules/cjs/helpers.js:20:18)                                                             
    at Object.<anonymous> (C:\User\webmixedreality.exokit.git\src\native-bindings.js:2:20)
    at Module._compile (internal/modules/cjs/loader.js:688:30)                                                     
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)                                       
    at Module.load (internal/modules/cjs/loader.js:598:32)     

What am I doing wrong?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 23 (12 by maintainers)

Most upvoted comments

Will do, thanks!

@RangerMauve can open a new issue with this error and provide context for:

  • Node version
  • Method of installation (clone and npm install or through windows installer)
  • If it was built were the requirements met?

$ node --version v10.12.0

VS - 2017 Community