evshiron / nwjs-builder

https://www.npmjs.com/package/nwjs-builder
76 stars 12 forks source link

CI Failure #45

Open evshiron opened 8 years ago

evshiron commented 8 years ago

Currently I am messing around in the develop branch, adding tests for combined applications. Travis CI has moved to container-based worker during the tests, so there is no more sudo and .travis.yml needs some fixes to work (fixed in develop branch though). But it's strange to see "error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory", while nwbuild -r works. AppVeyor has been working well so far. But as I have mentioned in #9, it's expected to see some timeouts when testing combined applications for node.js 4.0.0 and before.

evshiron commented 7 years ago

So that "error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory" was because I was trying to launch i386 executables on a x86_64 worker. Besides, Google Chrome dropped the support for Ubuntu precise (travis-ci/travis-ci#5899), I was advised to use a trusty worker. Now I am able to install chromium-browser:i386, but the installed wine just refuses to work.

shauryaverma4296 commented 4 years ago

Any update on the issue? Facing the same issue, here is the screenshot, please look into the issue @evshiron image