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

Library 'OpenIMAJGrabber' was not loaded successfully #81

Closed
ANightCoder opened this issue Apr 12, 2013 · 35 comments
Closed

Library 'OpenIMAJGrabber' was not loaded successfully #81

ANightCoder opened this issue Apr 12, 2013 · 35 comments

Comments

@ANightCoder
Copy link

@sarxos Hi !
When i use your webcam-capture, i meet a problem

java.lang.RuntimeException: Library 'OpenIMAJGrabber' was not loaded successfully from file 'C:\Users\USER\AppData\Local\Temp\BridJExtractedLibraries7239214121169806436\OpenIMAJGrabber.dll' 
at org.bridj.BridJ.getNativeLibrary(BridJ.java:952) 
at org.bridj.BridJ.getNativeLibrary(BridJ.java:931) 
at org.bridj.BridJ.getNativeLibrary(BridJ.java:543) 
at org.bridj.cpp.CPPRuntime.newCPPInstance(CPPRuntime.java:652) 
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:858) 
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:785) 
at org.bridj.CRuntime$CTypeInfo.initialize(CRuntime.java:249) 
at org.bridj.BridJ.initialize(BridJ.java:1000) 
at org.bridj.NativeObject.<init>(NativeObject.java:49) 
at org.bridj.StructObject.<init>(StructObject.java:44) 
at org.bridj.cpp.CPPObject.<init>(CPPObject.java:52) 
at com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.<init>(OpenIMAJGrabber.java:64) 
at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver$WebcamNewGrabberTask.handle(WebcamDefaultDriver.java:56) 
at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run(WebcamProcessor.java:61) 
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
at java.lang.Thread.run(Unknown Source) 
com.github.sarxos.webcam.WebcamException: java.util.concurrent.ExecutionException: com.github.sarxos.webcam.WebcamException: Cannot execute task 

Just the same problem like @hepin1989 nativelibs4java/nativelibs4java#364

And my OS is win7 ultimate
But, not all the win7 can not work ,just one of mine throw this exception, i don`t know why.
Could you help please ??

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

Hi,

Thank you for the report. Can you please specify more details?

  • What arch is your PC, 32-, or 64-bit?
  • Which Webcam Capture version are you using?
  • What is the BridJ version you are using (check the JAR file name)?

@ANightCoder
Copy link
Author

@sarxos Hi ,Here some more details

  1. 32 bit Win7 Ultimate
  2. The latest Version webcam-capture-0.3.10-RC1
  3. When i use the BridJ in your package,it does not work, and then i change to bridj-0.6.3-20130316.174623-12-windows-only., it does not work too.

By the way , one of my computer with Win7 Ultimate 64 bit is fine

Look forward to your reply!

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

Can you please try replacing the BridJ JAR from 0.3.10-RC1 with this one? It's from previous release and should work well with Win32 as there was major changes in ARM support only.

Here you can find all BridJ v0.6.2 releases along with Windows only too, so you can test it if previous one still doesn't work well.

@ANightCoder
Copy link
Author

OK ! let met try first , thanks a lot ! this problem just make me crazy for few days!

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

Ok, I'm looking forward for any news from you :)

@ANightCoder
Copy link
Author

BTW, this Bridj version can only use for 32bit system?

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

No, it's for all architectures, both 32-, 64-bit and ARM for Linux, Windows, MacOS and other.

@ANightCoder
Copy link
Author

But,when i change this one ,show up another problem
Not enough args for boolean OpenIMAJGrabber.startSession(int, int, double)

@ANightCoder
Copy link
Author

Should i change another webcam capture version?

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

This message is just a warning from BridJ demangler. You can simply ignore it. It has been fixed in BridJ 0.6.3 which has not yet been released.

Not enough args for boolean OpenIMAJGrabber.startSession(int, int, double)

@ANightCoder
Copy link
Author

OK! it work on my 64bit PC, i will try the 32bit later! thanks!

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

OK :) I'm not sure what is the root cause, but you can report this problem in nativelibs4java project where @ochafik is developing BridJ. Maybe he will be able to tell something more.

Good luck!

@ANightCoder
Copy link
Author

OK!

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2013

Something came into my mind. Can you please run your program once again, but with these JVM arguments added?

-Dwebcam.debug=true
-Dbridj.veryVerbose=true
-Dbridj.debug=true

I'm not sure, but I remember that BridJ is able to report some specific problems in some cases (at least on Linux).

@ANightCoder
Copy link
Author

What a pity,can not work the same when I change the Bridj you told me,and I will try the arguments

@sarxos
Copy link
Owner

sarxos commented Apr 16, 2013

Hi,

I recently fixed LTI-CIVIL driver. It can be used as a replacement for default driver, so if you don't need code portability you can try to use it. There is no official distro for now, but you can try those precompiled JARs:

You have to add them to your project and call this at the very beginning of your code:

Webcam.setDriver(new LtiCivilDriver());

Or:

Webcam.setDriver(LtiCivilDriver.class);

@sarxos
Copy link
Owner

sarxos commented Apr 16, 2013

More thoughts - BridJ can also fail the load because of some libraries missing (not sure about this, need to clarify), so there is a tool called Dependency Walker which allows you to check if all DLL dependencies are available on your PC.

To find the OpenIMAJGrabber.dll you have to open webcam-capture-0.3.10-RC1.jar with e.g. WinRAR and go to the com/github/sarxos/webcam/ds/buildin/lib/win32 and extract OpenIMAJGrabber.dll. Then, when you have itn on your desktop, fire Dependency Walker and go to File / Open, choose extracted DLL and hit Open button.

untitled

@He-Pin
Copy link

He-Pin commented Apr 18, 2013

I encounter this problam too,this maybe the cause of the win7 basic, I don't encounter this on win7 Ultimate

@rmartins28
Copy link

I had de same problem. Using Dependency Walker i checked 3 dll missing in dependency. Now its working very fine!

I'm using Windows XP - 32bits
dll missing: msvcp100.dll, msvcr100.dll, wer.dll

Thanks for support!

@sarxos
Copy link
Owner

sarxos commented Apr 26, 2013

Hi,

SOLUTION

These files are part of Microsoft Visual C++ 2010 Redistributable Package. Below are the links to the package for both 32- and 64-bit systems (please let me know if these links stop working properly):

Please leave this issue permanently open so other users are aware of such problem possibility and the way of how it can be resolved. In the meantime I will be thinking of how to check if this dependency is either installed or not.

@sarxos
Copy link
Owner

sarxos commented Apr 26, 2013

Just FYI, you can ignore wer.dll - it is permanently missing on most Windows installations and Webcam Capture works very well without it.

@sarxos
Copy link
Owner

sarxos commented May 9, 2013

Issue has been fixed in OP-59. I will be merging new binaries soon.

@hodka
Copy link

hodka commented May 9, 2013

Just looked into this thread because I received this error too. And now I can see that you posted one hour ago that it has been fixed. Lucky me :-)... I am looking forward to the new binaries and hope that this fixes my issue too. BTW: Great work! Keep it up!

@He-Pin
Copy link

He-Pin commented May 10, 2013

@sarxos thanks ,nice guy.

sarxos added a commit that referenced this issue May 10, 2013
Both files has been modified by OpenIMAJ commit r1976
@sarxos
Copy link
Owner

sarxos commented May 10, 2013

Thanks to @jonhare who fixed this problem in OpenIMAJ project :) Great work!

@hodka & all

Need Your Help

I was able to confirm the fix on my Windows XP 32-bit running on the Virtual Box, however I'm currently not able to test it on the "real" environment (maybe will be able to do that in few days, but still this will be only Windows XP 32-bit).

Could I ask for your help here? If this error is reproducible on your PC environment I would really appreciate if you can try to verify the fix by replacing the main JAR file which is webcam-capture-v0.3.10-RC2.jar (it can be normally found in the distribution ZIP file) with webcam-capture-0.3.10-20130510.041717-11.jar (click to download) and try to run any example, e.g.:

Webcam.setAutoOpenMode(true);
BufferedImage image = Webcam.getDefault().getImage();
ImageIO.write(image, "PNG", new File("test.png"));

This should save test.png file in working directory and shall not cause RuntimeException when loading OpenIMAJGrabber dll.

As soon as the fix in confirmed I will release Webcam Capture v0.3.10-RC3 and close this ticket.

@hodka
Copy link

hodka commented May 10, 2013

Hi sarxos,
I tested the new jar on two devices:
1.) Windows 7, 64 bit. Worked OK before and still does after using the new jar
2.) Windows XP 32 bit. There I had the above mentioned RuntimeException problem before. With the new jar this problem is gone. However, there is a new problem. It still does not show an image and shows the following exception (Note: It detects correctly, how many webcams there are connected, that is if I plug in the usb cam, the Webcam.getWebcams(Long.MAX_VALUE, TimeUnit.MILLISECONDS) command returns a list with 1 item, if I unplug it no device is found.). Here is the stacktrace when trying to open the webcam using open(true)

Exception in thread "Thread-26" com.github.sarxos.webcam.WebcamException: Cannot execute task
        at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.process(WebcamProcessor.java:57)
        at com.github.sarxos.webcam.WebcamProcessor.process(WebcamProcessor.java:120)
        at com.github.sarxos.webcam.WebcamTask.process(WebcamTask.java:35)
        at com.github.sarxos.webcam.ds.cgt.WebcamOpenTask.open(WebcamOpenTask.java:20)
        at com.github.sarxos.webcam.Webcam.open(Webcam.java:177)
        at android.hardware.d.run(Unknown Source)
Caused by: com.github.sarxos.webcam.WebcamException: Cannot start native grabber!
        at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDevice.open(WebcamDefaultDevice.java:223)
        at com.github.sarxos.webcam.ds.cgt.WebcamOpenTask.handle(WebcamOpenTask.java:38)
        at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run(WebcamProcessor.java:66)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

@sarxos
Copy link
Owner

sarxos commented May 10, 2013

@hodka,

Thank you for the input :) I moved your new issue to #94 to keep tickets order. This is where we will be thinking what is the root cause.


In terms of this ticket, I'm closing it and whoever found this problem again, feel free to reopen :)

@jealfonso
Copy link

Hi, I see this is not commented since 2015, but I have an issue that is not resolved according to your past suggestions
java.lang.RuntimeException: Library 'OpenIMAJGrabber' was not loaded successfully from file 'C:\Program Files\Java\jdk1.8.0_111\jre\bin\OpenIMAJGrabber.dll'

My system is Windows 10 64 bit
Working with webcam-capture-0.3.12-dist

I would appreciate your help

@jealfonso
Copy link

Despite I started the program with
Webcam.setDriver(new LtiCivilDriver());
It continues stating that OpenIMAJGrabber was not loaded

Please help

@sarxos
Copy link
Owner

sarxos commented Apr 12, 2018

Hi @jealfonso,

Where are you setting Webcam.setDriver(new LtiCivilDriver())? This should be done immediately after you application is started. It won't change nothing if you get webcam first and then change driver. I also do not recommend using LTI-CIVIL. It's outdated technology and may not work on many newer operating systems. The last time when it was tested was at Windows XP.

On Windows you can try https://github.com/frankpapenmeier/webcam-capture-driver-native which works much better than default driver.

@shreshth01
Copy link

shreshth01 commented Apr 11, 2020

Hi @sarxos ,

I am still getting same error on windows 10 system when I trying to get WebCam.getDefault(). Can you please suggest something

@kkieffer
Copy link
Contributor

FYI - it is working for me with the latest snapshot and Windows 10 with the built in driver (openimaj)

@kkieffer
Copy link
Contributor

I am now starting to see this issue on some Windows computers, but not all. I haven't been able to figure out why some computers have the issue and others don't. Some sort of Windows security setting perhaps? Seen on Windows 8.1, Windows 11.

java.util.concurrent.ExecutionException: com.github.sarxos.webcam.WebcamException: Cannot execute task
	at com.github.sarxos.webcam.WebcamDiscoveryService.getWebcams(WebcamDiscoveryService.java:124)

....
Caused by: java.lang.RuntimeException: Library 'OpenIMAJGrabber' was not loaded successfully from file 'C:\Users\info\AppData\Local\Temp\BridJExtractedLibraries7792404971508437487\OpenIMAJGrabber.dll'

@sderrien
Copy link

Hi @kkieffer, @sarxos

I also have the same problem on two windows machine. Any clue of what could be the root cause of the problem ?

Thanks a lot,

Steven

@diveair
Copy link

diveair commented Nov 2, 2022

I also get this issue after trying to git checkout the repo into Eclipse. I test the dev environment by exporting the unedited webcam-capture jar and then use it in an existing project (to test the dev environment before I edit the library) and I get the following printing to console Note the github jar file you can download for webcam-capture-0.3.12.jar works with my existing project just fine but upon Eclipse 09-2022 -> File -> Import -> Git -> Projects from Git (with smart import) -> Clone URI -> URI: https://github.com/sarxos/webcam-capture.git Host: github.com Repository path: /sarxos/webcam-capture.git Protocol: Https -> Branch: Master -> Select All -> Finish -> No visible errors -> then Eclipse -> Export -> Java -> JAR file -> Next -> webcam-capture_webcam-capture -> Finish and upon importing the jar into my working other project (in place of the one available at the repo) I get this error:

java.io.FileNotFoundException: Library 'OpenIMAJGrabber' was not found in path '[., C:/Program Files/Java/jre1.8.0_161/bin/server, C:/Program Files/Java/jre1.8.0_161/bin, C:/Program Files/Java/jre1.8.0_161/lib/amd64, C:\ProgramData\Oracle\Java\javapath, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0, C:\Windows\System32\OpenSSH, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, C:\Program Files (x86)\Schneider Electric\SoMachine Software\Tools\ConfigurationManager, C:\Program Files (x86)\QuickTime\QTSystem, C:\Program Files\Java\jdk1.8.0_161, C:\Program Files\Java\jdk1.8.0_161\bin, C:\Program Files\WorldPainter, C:\Program Files\TortoiseSVN\bin, C:\Program Files\dotnet, C:\Users\PC\AppData\Local\Microsoft\WindowsApps, C:\Users\PC\Desktop\eclipse, C:\Program Files\Java\jre1.8.0_161\bin, C:\WINDOWS\system32, C:\WINDOWS, C:/Program Files/Java/jre1.8.0_161/bin/server, C:/Program Files/Java/jre1.8.0_161/bin, C:/Program Files/Java/jre1.8.0_161/lib/amd64, C:\ProgramData\Oracle\Java\javapath, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0, C:\Windows\System32\OpenSSH, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, C:\Program Files (x86)\Schneider Electric\SoMachine Software\Tools\ConfigurationManager, C:\Program Files (x86)\QuickTime\QTSystem, C:\Program Files\Java\jdk1.8.0_161, C:\Program Files\Java\jdk1.8.0_161\bin, C:\Program Files\WorldPainter, C:\Program Files\TortoiseSVN\bin, C:\Program Files\dotnet, C:\Users\PC\AppData\Local\Microsoft\WindowsApps, C:\Users\PC\Desktop\eclipse, ., C:\Program Files\Java\jre1.8.0_161\bin, C:\Program Files\Java\jre1.8.0_161\bin]'
at org.bridj.BridJ.getNativeLibrary(BridJ.java:1074)
at org.bridj.BridJ.getNativeLibrary(BridJ.java:1049)
at org.bridj.BridJ.getNativeLibrary(BridJ.java:602)
at org.bridj.cpp.CPPRuntime.newCPPInstance(CPPRuntime.java:771)
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:1022)
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:904)
at org.bridj.CRuntime$CTypeInfo.initialize(CRuntime.java:271)
at org.bridj.BridJ.initialize(BridJ.java:1128)
at org.bridj.NativeObject.(NativeObject.java:50)
at org.bridj.StructObject.(StructObject.java:46)
at org.bridj.cpp.CPPObject.(CPPObject.java:55)
at com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.(OpenIMAJGrabber.java:62)
at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver$WebcamNewGrabberTask.handle(WebcamDefaultDriver.java:55)
at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run(WebcamProcessor.java:81)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "main" com.github.sarxos.webcam.WebcamException: java.util.concurrent.ExecutionException: com.github.sarxos.webcam.WebcamException: Cannot execute task
at com.github.sarxos.webcam.WebcamDiscoveryService.getWebcams(WebcamDiscoveryService.java:124)
at com.github.sarxos.webcam.Webcam.getWebcams(Webcam.java:893)
at com.github.sarxos.webcam.Webcam.getDefault(Webcam.java:956)
at com.github.sarxos.webcam.Webcam.getDefault(Webcam.java:933)
at com.github.sarxos.webcam.Webcam.getDefault(Webcam.java:911)
at guitest.Widgets.WebcamWidget.(WebcamWidget.java:60)
at guitest.MainApp.main(MainApp.java:75)
Caused by: java.util.concurrent.ExecutionException: com.github.sarxos.webcam.WebcamException: Cannot execute task
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at com.github.sarxos.webcam.WebcamDiscoveryService.getWebcams(WebcamDiscoveryService.java:116)
... 6 more
Caused by: com.github.sarxos.webcam.WebcamException: Cannot execute task
at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.process(WebcamProcessor.java:72)
at com.github.sarxos.webcam.WebcamProcessor.process(WebcamProcessor.java:140)
at com.github.sarxos.webcam.WebcamTask.process(WebcamTask.java:46)
at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver$WebcamNewGrabberTask.newGrabber(WebcamDefaultDriver.java:45)
at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver.getDevices(WebcamDefaultDriver.java:117)
at com.github.sarxos.webcam.WebcamDiscoveryService$WebcamsDiscovery.call(WebcamDiscoveryService.java:36)
at com.github.sarxos.webcam.WebcamDiscoveryService$WebcamsDiscovery.call(WebcamDiscoveryService.java:1)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Failed to allocate new instance of type class com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber
at org.bridj.cpp.CPPRuntime.newCPPInstance(CPPRuntime.java:812)
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:1022)
at org.bridj.cpp.CPPRuntime$CPPTypeInfo.initialize(CPPRuntime.java:904)
at org.bridj.CRuntime$CTypeInfo.initialize(CRuntime.java:271)
at org.bridj.BridJ.initialize(BridJ.java:1128)
at org.bridj.NativeObject.(NativeObject.java:50)
at org.bridj.StructObject.(StructObject.java:46)
at org.bridj.cpp.CPPObject.(CPPObject.java:55)
at com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.(OpenIMAJGrabber.java:62)
at com.github.sarxos.webcam.ds.buildin.WebcamDefaultDriver$WebcamNewGrabberTask.handle(WebcamDefaultDriver.java:55)
at com.github.sarxos.webcam.WebcamProcessor$AtomicProcessor.run(WebcamProcessor.java:81)
... 3 more
Caused by: java.io.FileNotFoundException: Library 'OpenIMAJGrabber' was not found in path '[., C:/Program Files/Java/jre1.8.0_161/bin/server, C:/Program Files/Java/jre1.8.0_161/bin, C:/Program Files/Java/jre1.8.0_161/lib/amd64, C:\ProgramData\Oracle\Java\javapath, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0, C:\Windows\System32\OpenSSH, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, C:\Program Files (x86)\Schneider Electric\SoMachine Software\Tools\ConfigurationManager, C:\Program Files (x86)\QuickTime\QTSystem, C:\Program Files\Java\jdk1.8.0_161, C:\Program Files\Java\jdk1.8.0_161\bin, C:\Program Files\WorldPainter, C:\Program Files\TortoiseSVN\bin, C:\Program Files\dotnet, C:\Users\PC\AppData\Local\Microsoft\WindowsApps, C:\Users\PC\Desktop\eclipse, C:\Program Files\Java\jre1.8.0_161\bin, C:\WINDOWS\system32, C:\WINDOWS, C:/Program Files/Java/jre1.8.0_161/bin/server, C:/Program Files/Java/jre1.8.0_161/bin, C:/Program Files/Java/jre1.8.0_161/lib/amd64, C:\ProgramData\Oracle\Java\javapath, C:\Windows\system32, C:\Windows, C:\Windows\System32\Wbem, C:\Windows\System32\WindowsPowerShell\v1.0, C:\Windows\System32\OpenSSH, C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files\Intel\Intel(R) Management Engine Components\DAL, C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0, C:\WINDOWS\System32\OpenSSH, C:\Program Files\Intel\WiFi\bin, C:\Program Files\Common Files\Intel\WirelessCommon, C:\Program Files (x86)\Schneider Electric\SoMachine Software\Tools\ConfigurationManager, C:\Program Files (x86)\QuickTime\QTSystem, C:\Program Files\Java\jdk1.8.0_161, C:\Program Files\Java\jdk1.8.0_161\bin, C:\Program Files\WorldPainter, C:\Program Files\TortoiseSVN\bin, C:\Program Files\dotnet, C:\Users\PC\AppData\Local\Microsoft\WindowsApps, C:\Users\PC\Desktop\eclipse, ., C:\Program Files\Java\jre1.8.0_161\bin, C:\Program Files\Java\jre1.8.0_161\bin]'
at org.bridj.BridJ.getNativeLibrary(BridJ.java:1074)
at org.bridj.BridJ.getNativeLibrary(BridJ.java:1049)
at org.bridj.BridJ.getNativeLibrary(BridJ.java:602)
at org.bridj.cpp.CPPRuntime.newCPPInstance(CPPRuntime.java:771)
... 13 more

BridJ: LoadLibrary error when loading OpenIMAJGrabber : The specified module could not be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants