We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file /Users/sebastian/.node-gyp/0.10.29/src/node_object_wrap.h, line 61. [1] 54418 abort node index.js
The text was updated successfully, but these errors were encountered:
I see the same on Ubuntu 14.04:
# nodejs nodeqt-demo.js nodejs: /home/at/.node-gyp/0.10.30/src/node_object_wrap.h:61: static T* node::ObjectWrap::Unwrap(v8::Handle<v8::Object>) [with T = QApplicationWrap]: Assertion `handle->InternalFieldCount() > 0' failed. zsh: abort nodejs nodeqt-demo.js
Sorry, something went wrong.
Ah, it needs a .bind(): see #29
.bind()
No branches or pull requests
Assertion failed: (handle->InternalFieldCount() > 0), function Unwrap, file /Users/sebastian/.node-gyp/0.10.29/src/node_object_wrap.h, line 61.
[1] 54418 abort node index.js
The text was updated successfully, but these errors were encountered: