-
Notifications
You must be signed in to change notification settings - Fork 35
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
The system cannot find message text for message number 0x%1 in the message file for %2 while require('buffertools') #80
Comments
Can you delete your node_modules directory and reinstall buffertools without |
Yes, I have tried to delete the node_modules and to reinstall buffertools but nothing changed. |
Can you post the exact error message? Does it still say Debug in the file path? The error itself suggests buffertools has been compiled wrong, e.g., for the wrong architecture. |
When I compile information shows that it is compiled for x32 |
Am I right to assume that |
Okay, then I'm afraid I don't know what the issue is. |
have anyone found I a solution to this? I get the same error when in my attempt to use electron with emberJS and zerorpc to communicate with python. |
Window7 x86
Node 5.10.1
I try to build buffertools such way:
Then I got the error while requiring buffertools (
require('buffertools');
):The text was updated successfully, but these errors were encountered: