It appears nwjs is returning true to IsSystemInstall() but this does not seem like a normal system-level install, as it sounds like the service has not been installed. nwjs should create a InstallMode different from Chromium and put that in e.g. `chrome/install_static/chromium_install_modes.cc` or similar location, and signal that system level is not supported by flipping `.supports_system_level` to `false`.
This ERROR should not be causing a crash though, it's just failing to initialize app-bound encryption. Your crash is likely coming from somewhere else.
Will