-
Notifications
You must be signed in to change notification settings - Fork 11
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
error message #59
Comments
Hi I get a similar error message with the latest version of fiji, was working fine about a month ago. Im using Windows 7 and Intel(R) HD graphics 520 display adapter. Jeremy |
@JeremyPike: Could you please post the exact log? Thanks! |
sure sorry: null 2 available OpenCL devices: Device name: Intel(R) HD Graphics 520, type: GPU, OpenCL version: 2.00000 Device name: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz, type: CPU, OpenCL version: 2.00000 Selected device: Device name: ClearCLDevice [mClearCLPlatform=ClearCLPlatform [name=Intel(R) OpenCL], name=Intel(R) HD Graphics 520] |
I am also getting a similar message, using The forum for ImageJ seems to indicate something similar: null
com.jogamp.opengl.util.AnimatorBase$UncaughtAnimatorException: com.jogamp.opengl.GLException: Caught UnsatisfiedLinkError: Could not initialize native OpenCL library. Implementation library could not be loaded on thread SciJava-713064e8-Thread-2-FPSAWTAnimator#00-Timer0 |
Hello,
We are using the latest version of Fiji (updated on 28 April 2017) and tried to open the Mitosis sample image [File > Open Samples] and we are getting below error message.
OS:
Windows10
Display adapters:
null
ClearGLWindow: GLProfile[GL4bc/GL4bc.hw]
1.0
1.0
1.0
WindowsApr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : atiocl64
Apr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : amdocl64
Apr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : atiocl32
Apr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : atiocl
Apr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : amdocl32
Apr 28, 2017 2:44:08 PM org.bridj.BridJ log
INFO: Library not found : amdocl
java.lang.NullPointerException
at cleargl.GLTexture.(GLTexture.java:141)
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.ensureTextureAllocated(ClearGLVolumeRenderer.java:630)
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.displayInternal(ClearGLVolumeRenderer.java:508)
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.display(ClearGLVolumeRenderer.java:490)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at jogamp.opengl.GLAutoDrawableBase.defaultWindowRepaintOp(GLAutoDrawableBase.java:215)
at com.jogamp.newt.opengl.GLWindow.access$100(GLWindow.java:119)
at com.jogamp.newt.opengl.GLWindow$2.windowRepaint(GLWindow.java:136)
at jogamp.newt.WindowImpl.consumeWindowEvent(WindowImpl.java:4401)
at jogamp.newt.WindowImpl.consumeEvent(WindowImpl.java:3372)
at jogamp.newt.WindowImpl.doEvent(WindowImpl.java:3318)
at jogamp.newt.WindowImpl.windowRepaint(WindowImpl.java:4715)
at jogamp.newt.WindowImpl.windowRepaint(WindowImpl.java:4694)
at com.jogamp.newt.opengl.GLWindow.windowRepaint(GLWindow.java:810)
at com.jogamp.newt.awt.NewtCanvasAWT.paint(NewtCanvasAWT.java:732)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:264)
at sun.awt.RepaintArea.paint(RepaintArea.java:240)
at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:358)
at java.awt.Component.dispatchEventImpl(Component.java:4967)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
java.lang.NullPointerException
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.displayInternal(ClearGLVolumeRenderer.java:571)
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.display(ClearGLVolumeRenderer.java:490)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:443)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at jogamp.opengl.GLAutoDrawableBase.defaultWindowRepaintOp(GLAutoDrawableBase.java:215)
at com.jogamp.newt.opengl.GLWindow.access$100(GLWindow.java:119)
at com.jogamp.newt.opengl.GLWindow$2.windowRepaint(GLWindow.java:136)
at jogamp.newt.WindowImpl.consumeWindowEvent(WindowImpl.java:4401)
at jogamp.newt.WindowImpl.consumeEvent(WindowImpl.java:3372)
at jogamp.newt.WindowImpl.doEvent(WindowImpl.java:3318)
at jogamp.newt.WindowImpl.windowRepaint(WindowImpl.java:4715)
at jogamp.newt.WindowImpl.windowRepaint(WindowImpl.java:4694)
at com.jogamp.newt.opengl.GLWindow.windowRepaint(GLWindow.java:810)
at com.jogamp.newt.awt.NewtCanvasAWT.paint(NewtCanvasAWT.java:732)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:264)
at sun.awt.RepaintArea.paint(RepaintArea.java:240)
at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:358)
at java.awt.Component.dispatchEventImpl(Component.java:4967)
at java.awt.Component.dispatchEvent(Component.java:4713)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
javax.mail.AuthenticationFailedException: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbuu
534-5.7.14 NoSGEwb9mU_tzxVxjGpBSw_wfPWY3wQtDF_jtTqBpaMl0WoFXP7EAfLMvVXzZiuquGGTSp
534-5.7.14 Ue0UCl4g_FYjpJPjS_OIyTO_6_L18vArOvSHPe2vfRw3My5UjX-TlHoBm-liWDuG1o0bZ7
534-5.7.14 fDGysniYuotvmOfzj_FbJkyHbMxTGDMW61h6DqnkO2pAbNssz-nV5XYkKmn_7nv1xm5o2u
534-5.7.14 Pb0VpTcPgKATcONcVPoUonjXF2-D0> Please log in via your web browser and
534-5.7.14 then try again.
534-5.7.14 Learn more at
534 5.7.14 https://support.google.com/mail/answer/78754 c37sm7619484wra.16 - gsmtp
com.jogamp.opengl.util.AnimatorBase$UncaughtAnimatorException: com.jogamp.opengl.GLException: Caught CLException: OpenCL Error : (make sure to log all errors with environment variable CL_LOG_ERRORS=stdout) on thread SciJava-5918c260-Thread-1-FPSAWTAnimator#00-Timer0
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:92)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: com.jogamp.opengl.GLException: Caught CLException: OpenCL Error : (make sure to log all errors with environment variable CL_LOG_ERRORS=stdout) on thread SciJava-5918c260-Thread-1-FPSAWTAnimator#00-Timer0
at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
... 4 more
Caused by: com.nativelibs4java.opencl.CLException: OpenCL Error : (make sure to log all errors with environment variable CL_LOG_ERRORS=stdout)
at com.nativelibs4java.opencl.CLException.error(CLException.java:310)
at com.nativelibs4java.opencl.JavaCL$OpenCLProbeLibrary.getPlatformIDs(JavaCL.java:155)
at com.nativelibs4java.opencl.JavaCL$OpenCLProbeLibrary.hasOpenCL1_0(JavaCL.java:166)
at clearcl.backend.javacl.Utils.initCL(Utils.java:91)
at clearcl.backend.javacl.ClearCLBackendJavaCL.(ClearCLBackendJavaCL.java:57)
at clearcl.backend.javacl.ClearCLBackendJavaCL.(ClearCLBackendJavaCL.java:51)
at clearcl.backend.ClearCLBackends.getBackendList(ClearCLBackends.java:31)
at clearcl.backend.ClearCLBackends.getFunctionalBackend(ClearCLBackends.java:65)
at clearcl.backend.ClearCLBackends.getBestBackend(ClearCLBackends.java:99)
at clearvolume.renderer.opencl.OpenCLDevice.initCL(OpenCLDevice.java:48)
at clearvolume.renderer.opencl.OpenCLVolumeRenderer.initVolumeRenderer(OpenCLVolumeRenderer.java:130)
at clearvolume.renderer.cleargl.ClearGLVolumeRenderer.init(ClearGLVolumeRenderer.java:818)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:644)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:667)
at jogamp.opengl.GLAutoDrawableBase$1.run(GLAutoDrawableBase.java:431)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1291)
... 7 more
The text was updated successfully, but these errors were encountered: