Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application fails at startup #2

Closed
opatry opened this issue Jul 3, 2013 · 3 comments
Closed

Application fails at startup #2

opatry opened this issue Jul 3, 2013 · 3 comments

Comments

@opatry
Copy link

opatry commented Jul 3, 2013

Hi, I tried to use Markgiu on my Ubuntu 13.04 distro but it fails:

  1. I had to sym link libudev.so.0 to libudev.so.1
  2. when such patch is done, the application finally starts but directly fails:
$ nw markgiu/app                                                              
[20440:0703/232133:ERROR:zygote_host_impl_linux.cc(144)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[20440:0703/232134:INFO:gpu_info_collector_x11.cc(78)] NVCtrl extension does not exist.

util.js:554
  ctor.super_ = superCtor;
              ^
TypeError: Cannot set property 'super_' of undefined
    at Object.exports.inherits (util.js:554:15)
    at Function.startup.initNw (node.js:796:34)
    at startup (node.js:67:13)
    at node.js:876:3

Did you have an idea of what I'm doing wrong?

@opatry
Copy link
Author

opatry commented Jul 3, 2013

After trying with other apps, it seems the same issue occurs with them too. So maybe related to the node-webkit version I'm using? (node-webkit-v0.6.1-linux-ia32)

@opatry
Copy link
Author

opatry commented Jul 3, 2013

Ok, nevermind, sorry for the disturbing, an existing issue on node-webkit answers the problem (I had naively move only the nw binary in my bin folder without the other parts (nw.apk etc.).

@opatry opatry closed this as completed Jul 3, 2013
@opatry
Copy link
Author

opatry commented Jul 3, 2013

To answers the first problem I've got, check the node-webkit status about it:

https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant