0 votes
by (280 points)
edited by
NB: This page says that bugs should be posted to https://bitbucket.org/klembot/twinejs/issues but that webpage says that the repository has been deleted.  Please let me know if there's somewhere else I should file bug reports.

 

Twine 2.2.1 on linux (64 bit) prints some disturbing error messages:

 

[8408:8433:0625/104534.834573:ERROR:nss_util.cc(747)] After loading Root Certs, loaded==false: NSS error code: -8018
[8447:8447:0625/104534.931099:ERROR:sandbox_linux.cc(346)] InitializeSandbox() called with multiple threads in process gpu-process.
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

 

Update:

$ /afs/cs.uwm.edu/package/twine/latest/Twine --version
nwjs 61.0.3163.100

$  cat /proc/version
Linux version 4.13.0-45-generic (buildd@lgw01-amd64-011) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)) #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018

2 Answers

0 votes
by (63.1k points)
selected by
 
Best answer
Based on some quick searching, this seems to be a bug with the Chromium-based nwjs shell used by Twine, particularly when used with Radeon hardware on Linux systems. Apparently the issue is fixed in nwjs itself, so it seems likely that the next build of Twine 2 will not do this.

Is the app still opening anyway? If so, again according to my searching, it should be fine to use. If not you may just need to either wait, use the web based release (either on Twinery.org or use a local version), or rebuild the app from source with a newer nwjs version.
by (280 points)
It does eventually open and work correctly after a long pause.
0 votes
by (2.7k points)

Can you provide any additional informations?

I'm running twine 2.2.1 on a Linux Mint 18 Sarah and do not see any error.

$> cat /proc/version
Linux version 4.4.0-36-generic (buildd@lcy01-01) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) ) #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016

What Infos would be helpful?

Twine shows

$> ./twine_2.2.1/Twine --version
nwjs 61.0.3163.100

Greetings

by (280 points)
My question has been updated.  Thanks.
by (2.7k points)
https://github.com/klembot/twinejs/issues

is the current issue tracker, I guess.

The error message sounds like a problem of the underlaying cbromium and certificate handling?

Hopefully one of the gurus will look into this.
...