-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compatibility with ARM on Windows #24
Comments
There's a small bug that broke You can either build it yourself or download it from here (if you're in the US): https://opends.aptapus.net/builds/a796a01.jar |
That being said I don't have an |
yep this is the case, currently it displays this error on start PS C:\Users\adubo\Downloads> java -jar a796a01.jar
2024-07-10T23:21:31.342 [INFO]: Starting OpenDS
Exception in thread "main" com.boomaa.opends.util.NativeSystemError: Could not find native file (invalid system configuration): opends-lib-win32-aarch64.dll
at com.boomaa.opends.util.Libraries.init(Libraries.java:32)
at com.boomaa.opends.display.DisplayEndpoint.main(DisplayEndpoint.java:75) What should I do to get the native bindings? |
I tried building the bindings myself but I unfortunately have no idea how cmake works and I couldn’t get it to run the file |
okay finally got the native bindings and got it to build but now its giving this error when I try to run it PS C:\Users\adubo\source\repos\open-ds\target> java -jar open-ds-v0.2.4-SNAPSHOT-jar-with-dependencies.jar
2024-07-12T01:10:37.776 [INFO]: Starting OpenDS
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to extract the native library /com/github/kwhat/jnativehook/lib/windows/arm64/JNativeHook.dll!
at com.github.kwhat.jnativehook.GlobalScreen.<clinit>(GlobalScreen.java:91)
at com.boomaa.opends.display.frames.MainFrame.listenerInit(MainFrame.java:169)
at com.boomaa.opends.display.frames.MainFrame.display(MainFrame.java:71)
at com.boomaa.opends.display.DisplayEndpoint.main(DisplayEndpoint.java:80) |
Ah it looks like the library I use for global input capturing doesn't support |
When trying to run the file it gives this error
The text was updated successfully, but these errors were encountered: