Issues with NWJS on win 10

1,749 views
Skip to first unread message

Ed Thompson

unread,
Jan 16, 2017, 9:26:15 AM1/16/17
to nw.js
I have a few users who open my App in windows 10, but never see a screen rendered.  If they open the Task Manager they usually see 2-4 nwjs processes running.

One user found a debug log with the following information.  Does it mean anything to anyone?

[0116/074027:ERROR:process_info.cc(608)] range at 0xa35e266800000000, size 0x1dd fully unreadable
[0116/074027:ERROR:process_info.cc(608)] range at 0xa35e268800000000, size 0x1dd fully unreadable
[0116/074027:ERROR:process_info.cc(608)] range at 0x0, size 0x1dd fully unreadable
[0116/074027:WARNING:in_range_cast.h(38)] value 2051532146838 out of range
[0116/074027:WARNING:in_range_cast.h(38)] value 2051532148648 out of range
[0116/074027:WARNING:in_range_cast.h(38)] value 2051532149046 out of range
[0116/074027:WARNING:in_range_cast.h(38)] value 2051532145310 out of range

Cong Liu

unread,
Jan 17, 2017, 10:05:21 PM1/17/17
to nw.js
Usually nw will spawn following processes:

* crash handler process: 1
* browser process: 1
* renderer process: >= 0. --single-process will not spawn a render process. And generally one window has one corresponding renderer process,
* gpu process: 0~1. for HW acceleration. depends on whether your graphics card is supported.

If your app didn't quit properly and some stale process were still running, the new NW instance will not start. Please ask your end users to kill all existing nw processes and restart your app.

- Cong

在 2017年1月16日星期一 UTC+8下午10:26:15,Ed Thompson写道:

Cong Liu

unread,
Jan 17, 2017, 10:12:48 PM1/17/17
to nw.js
And if they still experience the issue, please raise an issue on Github with the sample app to reproduce.

- Cong

在 2017年1月18日星期三 UTC+8上午11:05:21,Cong Liu写道:

Mike F

unread,
Jul 27, 2017, 2:38:56 PM7/27/17
to nw.js
I just saw this after doing a system restore. Windows decided it would be smart and tried to replace the .dll & .exe files but the .bin & .pak and other files didn't line up, which caused this same sort of error message for me.

kkopi...@gmail.com

unread,
Aug 3, 2018, 7:02:45 AM8/3/18
to nw.js
could you tell me how to solve this problem? i have some problem after doing a system restore 

在 2017年7月28日星期五 UTC+8上午2:38:56,Mike F写道:
Reply all
Reply to author
Forward
0 new messages