Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nw.js ffi load dll error #21

Closed
jackieron opened this issue Apr 2, 2018 · 3 comments
Closed

nw.js ffi load dll error #21

jackieron opened this issue Apr 2, 2018 · 3 comments

Comments

@jackieron
Copy link

jackieron commented Apr 2, 2018

Hello, I want to load the DLL with nw.js, indicating the following error.
It is normal for me to call directly with node.js. But with nw. JS, how can I solve this problem?

E:\DemoTest\node_modules\bindings\bindings.js:83 Uncaught Error: A dynamic link library (DLL) initialization routine failed.
\?\E:\DemoTest\node_modules\ref\build\Release\binding.node
at Object.Module._extensions..node (module.js:721)
at Module.load (module.js:586)
at tryModuleLoad (module.js:526)
at Function.Module._load (module.js:518)
at Module.require (module.js:618)
at require (internal/module.js:11)
at bindings (E:\DemoTest\node_modules\bindings\bindings.js:76)
at Object. (E:\DemoTest\node_modules\ref\lib\ref.js:5)
at Module._compile (module.js:674)
at Object.Module._extensions..js (module.js:691)

@LeonardLaszlo
Copy link
Owner

LeonardLaszlo commented Apr 3, 2018

Hi, I cannot help you with this issue. However you should provide more information like the NW.js version, the OS you are using and so on.

@jackieron
Copy link
Author

nw.js version is 0.29.3 os is windows 10

@LeonardLaszlo
Copy link
Owner

LeonardLaszlo commented Apr 11, 2018

This repo is not the official NW.js repo. Here you can find docs to make experimental builds of NW.js for ARM linux devices.

Since you question is off-topic I'll close your ticket.

For the official repo please visit: https://github.com/nwjs/nw.js

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

No branches or pull requests

2 participants