R
R
roman99662016-04-15 10:53:35
JavaScript
roman9966, 2016-04-15 10:53:35

An application built with nw.js does not run on windows 10. What could be the problem?

The same application works on Linux and OSX, as well as on all versions of Windows from XP to 8. When you run the application, the debug.log file appears at the root with the following content:

[0414/135120:ERROR:main_dll_loader_win.cc(134)] Failed to load NW DLL from C:\Users\USERNAME\Desktop\win64\nw.dll: Не найден указанный модуль. (0x7E).

I tried to build using versions 0.12.3 and 0.14.0. The nw.dll file is present in the application folder.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zakharov Alexander, 2016-04-15
@AlexZaharow

It is possible that nw.dll itself has unresolved dependencies. Here is a list of applications that may help you find out what is required to load this dll: https://www.raymond.cc/blog/check-what-dll-or-ocx-...
I used to be helped by a utility Dependency Walker . I liked it the most.
Or see what files are read when running the entire application using Procmon.exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question