NW.js v0.18.1 Released with Node 6.8.1

156 views
Skip to first unread message

Roger Wang

unread,
Oct 17, 2016, 9:40:58 PM10/17/16
to nwjs-g...@googlegroups.com

NW.js 0.18.1 is here with Node 6.8.1, single process mode support and bug fixes.

Under the single process mode, NW is running with only one process in the system. It can be turned on with switch --single-process.

As Node.js v7.0 will be released soon, we'll upgrade to it in 0.18.x later.

For more information on the new milestone 0.13 and later versions, please see our blog "What's New in 0.13" for a better introduction.

ChangeLog

  • Update Node.js to 6.8.1
  • Fix: [WIN] Cannot rename nw.exe with 0.18.0 (#5362)
  • Support --single-process mode for Steam platform (#4982)
  • Fix: Crash on close Mac OS X when using audio streams (#5318)
  • Fix: nw.App.clearCache() freez apllication nwjs 0.18.0 (#5368)

Full changelog: https://github.com/nwjs/nw.js/blob/nw18/CHANGELOG.md

Download

SDK build:

Binaries for other platforms: https://dl.nwjs.io/v0.18.1/

There are 2 builds for each platform - normal build, and SDK build. Normal build doesn't have devtools, only SDK build does. lt can be opened by pressing F12 (Cmd-Alt-I on OSX). SDK packages also have more development tools to be exposed in the following releases, as well as the NaCl support.

Our build infrastructure enables live binary build from git tip so you can access to the latest binary from https://dl.nwjs.io/live-build/

Known issues

http://docs.nwjs.io/en/latest/For%20Users/Migration/From%200.12%20to%200.13/#known-issues

Ashley Gullen

unread,
Oct 18, 2016, 6:49:29 AM10/18/16
to Roger Wang, nwjs-g...@googlegroups.com
Thanks, is working great with C2 content again.

--
You received this message because you are subscribed to the Google Groups "nw.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nwjs-general+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

MRX

unread,
Oct 18, 2016, 3:52:18 PM10/18/16
to nw.js
Thanks for fixing the renaming issue on such short notice!

VoidVolker

unread,
Oct 19, 2016, 4:43:52 AM10/19/16
to nw.js
Bug with application size calculation in Windows: in package.json size is 276x490, but after applciation run it have size 347x615.
And in console I checked window size:
nwWin.width = 277
nwWin
.height = 491

I have turned on screen scaling: 125%
277 * 1.25 = 346,25
491 * 1.25 = 613,75

17.6 calculate window size correctly, 18.0-beta-1 - calculates wrong.

adar...@gmail.com

unread,
Oct 19, 2016, 7:09:54 AM10/19/16
to nw.js, ro...@nwjs.io
Hi,

I am trying to run existing chrome packaged app in Mac.
my existing chrome packaged app uses PNacl components.
When i tried running chrome app using "nwjs-sdk-v0.18.1-osx-x64" nwjs SDK I am getting below error
"NativeClient: the Portable Native Client (pnacl) component is not installed".

But the my chrome packaged app is working good in Windows using (nwjs-sdk-v0.17.0-win-x64) nwjs SDK.

Could somebody help me in loading Pnacl module in Mac.

Regards,
Adarsh

guido...@gmail.com

unread,
Oct 20, 2016, 7:42:50 AM10/20/16
to nw.js, ro...@nwjs.io
Hi,
since version 0.18.0 I cannot package anymore my application with Enigma Virtual Box (on Windows x64).
Before running Enigma VB, the application starts correctly. But after packaging it with Enigma VB, when I start the file app_boxed.exe nothing happens, and I only obtain a debug.log error file containing the following messages:

----------------------------------------------------------------------------------------------------------------------
[1020/132452:FATAL:chrome_elf_main.cc(82)] Check failed: patched == 0.
Backtrace:
    SuccessfullyBlocked [0x0000000180011821+38453]

[1020/132455:ERROR:file_io.cc(30)] read: expected 4, observed 0
----------------------------------------------------------------------------------------------------------------------

Everything worked fine up to version 0.17.6 (I've been using NW.js since v0.12)

What could be the issue? Related to NW.js and/or to Enigma Virtual Box?

Thanks

Roger Wang

unread,
Oct 20, 2016, 5:02:45 PM10/20/16
to guido...@gmail.com, nw.js, ro...@nwjs.io
Please file an issue. Thanks.

VoidVolker

unread,
Oct 31, 2016, 6:01:42 AM10/31/16
to nw.js
This is chrome old bug: https://bugs.chromium.org/p/chromium/issues/detail?id=395425

Solution: 
command line argument:
nw.exe /force-device-scale-factor=1

Or in package.json:
"chromium-args": "/force-device-scale-factor=1"


среда, 19 октября 2016 г., 11:43:52 UTC+3 пользователь VoidVolker написал:
Reply all
Reply to author
Forward
0 new messages