LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
145 stars 22 forks source link

nw.js ffi load dll error #21

Closed jackieron closed 6 years ago

jackieron commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

nw.js version is 0.29.3 os is windows 10

LeonardLaszlo commented 6 years ago

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