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
When i using zerorpc in my electron app, it throws an Exception:
"Error: A dynamic link library (DLL) initialization routine failed.\\?\f:GithubDIPelectronUI\node_moduleszmq\buildReleasezmq.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:172:20)
at Object.Module._extensions..node (module.js:671:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:172:20)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at bindings (f:GithubDIPelectronUI\node_modules\bindings\bindings.js:76:44)
at Object.<anonymous> (f:GithubDIPelectronUI\node_moduleszmqlibindex.js:6:30)"
There throws a lot of warning about the process of node-gyp compiling the ZeroMQ lib, and i guess if i solved these warnings, the DDL Error would be solved also?
And i'll appreciate if there got another solution for this DDL Error! (:з)∠)
The text was updated successfully, but these errors were encountered:
When i using zerorpc in my electron app, it throws an Exception:
My computer path, (and i'm using vscode to develop and debug my electron apps):
[email protected]
[email protected]
[email protected]
[email protected]
windows@10 Enterprise
visual studio@2017
I think the reason may be this.
There throws a lot of warning about the process of node-gyp compiling the ZeroMQ lib, and i guess if i solved these warnings, the DDL Error would be solved also?
And i'll appreciate if there got another solution for this DDL Error! (:з)∠)
The text was updated successfully, but these errors were encountered: