-
Notifications
You must be signed in to change notification settings - Fork 5
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
[windows] exe bails out? #10
Comments
smells like a straight up segfault... current theory: need to re-install native add-ons with the freshly compiled node, as the node.lib mismatch causes all hell to break loose. |
confirmed this is being caused by calling dlopen https://github.com/joyent/node/blob/master/src/node.cc#L2045 confused as to why it doesnt actually throw though :/ |
see line 2061 of diff-make-patch/index.js
punting on this one for now in hopes of a magical unicorn in node 0.12.0 or @mapbox/node-pre-gyp. feel free to reopen if/when you need native add-ons for windows. |
can build the exe. app runs just fine on windows 8. exe starts, get the first few lines of express init debugging and then just bails :/
The text was updated successfully, but these errors were encountered: