-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Not working on Windows 11 #140
Comments
Thanks for the report, it seems Windows 11 doesn't like binding on |
that worked, thank you! |
I am not surprised, I have put quite some work into making it fast on Linux, this is not the case for the windows version. But you can try the binary from this build: https://github.com/H-M-H/Weylus/actions/runs/1658407211 It should make encoding quite a bit faster. Emulating button presses with the stylus is somewhat complicated, see #66 for example. Basically browser support for stylus buttons is rather poor. |
thank you for the link, it works much better! |
ah nvm, using the windows ink API makes it possible to use pressure! |
I haven't been able to get Weylus to work on my computer, running Windows 11
when I run the service, it shows this
which I know is incorrect because Weylus has worked for me on manjaro at work out of the box, and it didn't look like this
and when I stop it and run again it gives me this error:
ERROR Webserver error: Failed to start webserver: error creating server listener: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048) INFO Shutting down websocket: 0.0.0.0:9001
are there any system settings I should be adjusting?
The text was updated successfully, but these errors were encountered: