WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
54 stars 17 forks source link

OS error when running #16

Closed arisprung closed 3 years ago

arisprung commented 4 years ago

Getting error :Caused by: java.lang.IllegalStateException: This build of Devolay is not compiled for your OS. Please use a different build or follow the compilation instructions on https://github.com/WalkerKnapp/devolay.

See OS details in screenshot of debug

Screenshot 2020-09-21 140108
WalkerKnapp commented 4 years ago

Can you look into the contents of your devolay-java/build/libs/devolay-1.2.0.jar file and see if there is a natives/windows/x86-64/devolay-natives.dll file? If there isn't, try deleting your devolay-java/build and devolay-natives/build folders and rebuilding. If that doesn't work, I'll try to see if I can replicate this.

WalkerKnapp commented 3 years ago

v2.0.0 and v2.0.1 feature a lot of changes to this section of the natives loading code. Can you still replicate this issue on those versions?

WalkerKnapp commented 3 years ago

I'm going to go ahead and close this as stale. If anyone encounters a similar issue on the latest version, feel free to open another issue!