Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Error: A dynamic link library (DLL) initialization routine failed. #69

Open
aamaritei opened this issue Sep 25, 2015 · 1 comment
Open

Comments

@aamaritei
Copy link

Works beautifully for days, then suddenly crashes under the below error. I can't get rid of it without a system (W2003 server) restart.

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: A dynamic link library (DLL) initialization routine failed.

D:\BLB\node_modules\blpapi\build\Release\blpapijs.node
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (D:\BLB\node_modules\blpapi\blpapi.js:4:14)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
@ericvw
Copy link
Contributor

ericvw commented Sep 25, 2015

@Norphe, it appears this is during initialization; is that correct? Most likely these DLL load errors are due to improper library search paths with the host machine, not blpapi-node itself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants