-
Notifications
You must be signed in to change notification settings - Fork 301
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
Can't find module #16
Comments
The same problem.. @Venryx Some advance? |
@soyFerrero I didn't figure out how to fix it, so I'm just using a different module for global hooks for now: https://github.com/tomzx/gkm There are some others listed here, if that one doesn't work for you: https://github.com/octalmage/robotjs/wiki/Plugins-(or-compatible-modules) |
@Venryx Thank u so much. I'm going to try it |
The same for me on Windows 10 :/ I have the same issue.. |
You need recompile iohook for windows. At this moment I can't configure appveyor for normal automated compiling for windows :( |
Hey, I have the same problem with this config file
The actual one it's trying to import is the 64 Any ideas? |
Hi @thomsa , could you please open a new ticket using our template ? Thanks ! |
I'm getting this error when attempting to use the library in a Node program:
The file, however, does exist: I copied the path above exactly, into Windows explorer, and it opened the file.
I did a search, and found a similar error message here: http://stackoverflow.com/questions/41253450/error-the-specified-module-could-not-be-found
They suggested to use the Dependeny Walker program to see if it was trying to use a dll that was missing. (as that can be the cause of the error)
I did so, and saw this:

So, it seems that the "libuiohook.dll" file is missing.
But why? I'm not sure how to fix it, as running "npm run build" myself errors, and I can't find a prebuilt copy of the "libuiohook.dll" file.
The text was updated successfully, but these errors were encountered: