Nw.js: nwjs-v0.13.x crashes sometimes

Created on 26 Mar 2016  路  5Comments  路  Source: nwjs/nw.js

I can not add javascript to index.html file (nwjs crashes sometimes):

Chromium console
Uncaught TypeError: Cannot read property 'loading' of undefined
chrome-extension://ckjhfbgmdfelgiieimnlnipfekccgk/js/myLoader.js

  • State version: nwjs-v0.13.1-win-x64 (the problem with all versions: nwjs-v0.13.x)
  • State OS version: Windows 10 32 bit, Windows 10 64 bit (admin)
  • Crash dump file: dump.zip

Debug.log:
[0326/125304:INFO:nw_package.cc(175)] "C:\Users\User\Desktop\Beta\13\nw.exe"
[0326/125309:ERROR:process_info.cc(608)] range at 0x7bd4369a00000000, size 0xed fully unreadable
[0326/125309:ERROR:process_info.cc(608)] range at 0x7bd436ba00000000, size 0xed fully unreadable
[0326/125309:ERROR:process_info.cc(608)] range at 0x0, size 0xed fully unreadable

All 5 comments

This is fixed according to the crash dump. Please wait for the next nightly build and try again, and reopen if it doesn't work for you.

Now work like hell (0.13.x). Thanks you.

But there is a little problem, debug.log shows an error (warning?):
[0402/150645:INFO:nw_package.cc(175)] "C:\Users\User\Desktop\Test\nwjs-sdk-v0.13.2-win-x64\nw.exe"

But the NWjs works very well nothing is happening... No crash dump file, only debug.log.

UPDATE

My bad, nwjs-sdk-v0.13.x-win-x64 (SDK) work good, but nwjs-v0.13.x-win-x64 still crashes sometimes, but now there is no crash dump file, only debug.log.

[0402/150645:INFO:nw_package.cc(175)] "C:\Users\User\Desktop\Test\nwjs-v0.13.1-win-x64\nw.exe"

UPDATE 2
I checked the new version and does not work: nwjs-v0.14.0-rc3-win-ia32, work only sdk (nwjs-sdk-v0.14.0-rc3-win-ia32).

But in the new version there is no debug.log and crush dump file. Only javascript error (my logs):
Uncaught TypeError: Cannot read property 'loading' of undefined
chrome-extension://ckjhfbgmdfelgiieimnlnipfekccgk/js/myLoader.js

the debug.log file and the content in it is irrelevant.

Could you please submit a case so I can reproduce it?

v0.14.1(sdk, normal etc.) - it works very well I will use this version

Was this page helpful?
0 / 5 - 0 ratings