Skip to content
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

UnsatisfiedLinkError on Windows flycapture "The specified procedure could not be found" #337

Closed
bjfiedler opened this issue Dec 18, 2016 · 3 comments
Labels

Comments

@bjfiedler
Copy link

Hi,
I followed the Example from the Readme

mvn compile exec::java gave me:
Caused by: java.lang.UnsatisfiedLinkError: C:\Users\bjoern\.javacpp\cache\flycapture-2.9.3.43-1.3-windows-x86_64.jar\org\bytedeco\javacpp\windows-x86_64\jniFlyCapture2.dll: Die angegebene Prozedur wurde nicht gefunden
aka
The specified procedure could not be found
for full output see logfile

Dependency Walker output is attached.

My environment:

Win10
FlyCapture 2.10.3.266 SDK - Windows (64-bit) — 11/22/2016
javac 1.8.0_25

Thanks
Björn

depends exe screenshot
stdout_log.txt

jniFlyCapture2_DependencyWalker.zip

@saudet saudet added the bug label Dec 18, 2016
@saudet
Copy link
Member

saudet commented Dec 18, 2016

Hum, that's a known bug in FlyCapture2, and the workaround in place used to work, but it looks like it doesn't work anymore, so we'll need to update that.

saudet added a commit that referenced this issue Dec 23, 2016
 * Fix the `FlyCapture2` module for some versions on Windows (issue #337)
@saudet
Copy link
Member

saudet commented Dec 23, 2016

Ok, fixed in the commit above! SNAPSHOT binaries available here: https://oss.sonatype.org/content/repositories/snapshots/org/bytedeco/javacpp-presets/flycapture/2.9.3.43-1.3.1-SNAPSHOT/
Thank you for reporting.

@saudet
Copy link
Member

saudet commented Jan 17, 2018

Thanks to @jpsacha, presets for version 2.11 have been released with JavaCPP 1.4:
http://search.maven.org/#search%7Cga%7C1%7Cbytedeco%20flycapture
They should be working well, but if you have any issues, please let me know! Thanks

@saudet saudet closed this as completed Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants