Answer the question
In order to leave comments, you need to log in
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).
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question