Posted by
chan0110 on
Aug 01, 2013; 1:45am
URL: https://forum.jogamp.org/How-to-run-jocl-tests-tp4029688p4029693.html
And.... mac 10.7.5(intel core i7 + ATI Radeon HD 6490M) logs at #5. clglinterop test
If you need any information about my system or something, plz let me know.
Anyway, thanks again.
----------------------------------------------------
Missing Codebase manifest attribute for:
http://jogamp.org/deployment/archive/rc/v2.0.2/jar/jocl.jarMissing Codebase manifest attribute for:
http://jogamp.org/deployment/archive/rc/v2.0.2/jar/gluegen-rt.jarMissing Codebase manifest attribute for:
http://jogamp.org/deployment/archive/rc/v2.0.2/jar/jocl.jarMissing Codebase manifest attribute for:
http://jogamp.org/deployment/archive/rc/v2.0.2/jar/gluegen-rt.jarJNLPClassLoader: Finding library liblibGLESv1_CM.so.2.dylib
JNLPClassLoader: Finding library liblibGLESv1_CM.so.dylib
JNLPClassLoader: Finding library libGLESv1_CM.dylib
JNLPClassLoader: Finding library libGLES_CM.dylib
JNLPClassLoader: Finding library libGLES_CL.dylib
JNLPClassLoader: Finding library liblibGLESv1_CM.dylib
JNLPClassLoader: Finding library liblibGLES_CM.dylib
JNLPClassLoader: Finding library liblibGLES_CL.dylib
JNLPClassLoader: Finding library liblibEGL.so.1.dylib
JNLPClassLoader: Finding library liblibEGL.so.dylib
JNLPClassLoader: Finding library libEGL.dylib
JNLPClassLoader: Finding library liblibEGL.dylib
JNLPClassLoader: Finding library liblibGLESv3.so.3.dylib
JNLPClassLoader: Finding library liblibGLESv3.so.dylib
JNLPClassLoader: Finding library libGLESv3.dylib
JNLPClassLoader: Finding library libGLES30.dylib
JNLPClassLoader: Finding library liblibGLESv3.dylib
JNLPClassLoader: Finding library liblibGLES30.dylib
JNLPClassLoader: Finding library liblibGLESv2.so.2.dylib
JNLPClassLoader: Finding library liblibGLESv2.so.dylib
JNLPClassLoader: Finding library libGLESv2.dylib
JNLPClassLoader: Finding library libGLES20.dylib
JNLPClassLoader: Finding library libGLESv2_CM.dylib
JNLPClassLoader: Finding library liblibGLESv2.dylib
JNLPClassLoader: Finding library liblibGLESv2_CM.dylib
JNLPClassLoader: Finding library liblibGLES20.dylib
JNLPClassLoader: Finding library liblibEGL.so.1.dylib
JNLPClassLoader: Finding library liblibEGL.so.dylib
JNLPClassLoader: Finding library libEGL.dylib
JNLPClassLoader: Finding library liblibEGL.dylib
JNLPClassLoader: Finding library libOpenCL.dylib
Exception in thread "AWT-EventQueue-2" com.jogamp.opencl.CLException$CLInvalidValueException: can not create CL context [error: CL_INVALID_VALUE]
at com.jogamp.opencl.CLException.checkForError(CLException.java:67)
at com.jogamp.opencl.CLContext.createContext(CLContext.java:231)
at com.jogamp.opencl.gl.CLGLContext.create(CLGLContext.java:126)
at com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo.init(GLCLInteroperabilityDemo.java:133)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:540)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:562)
at javax.media.opengl.awt.GLCanvas$6.run(GLCanvas.java:1037)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1032)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:909)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
at javax.media.opengl.Threading.invoke(Threading.java:193)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:537)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:264)
at sun.lwawt.LWRepaintArea.paintComponent(LWRepaintArea.java:54)
at sun.awt.RepaintArea.paint(RepaintArea.java:240)
at sun.lwawt.LWComponentPeer.handleJavaPaintEvent(LWComponentPeer.java:1277)
at sun.lwawt.LWComponentPeer.handleEvent(LWComponentPeer.java:1165)
at java.awt.Component.dispatchEventImpl(Component.java:4937)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo.computeHeightfield(GLCLInteroperabilityDemo.java:236)
at com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo.display(GLCLInteroperabilityDemo.java:210)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:588)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:572)
at javax.media.opengl.awt.GLCanvas$7.run(GLCanvas.java:1054)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1034)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:909)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1065)
at javax.media.opengl.Threading.invoke(Threading.java:193)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:483)
at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:537)
at javax.media.opengl.awt.GLCanvas.update(GLCanvas.java:719)
at sun.awt.RepaintArea.updateComponent(RepaintArea.java:255)
at sun.lwawt.LWRepaintArea.updateComponent(LWRepaintArea.java:42)
at sun.awt.RepaintArea.paint(RepaintArea.java:232)
at sun.lwawt.LWComponentPeer.handleJavaPaintEvent(LWComponentPeer.java:1277)
at sun.lwawt.LWComponentPeer.handleEvent(LWComponentPeer.java:1165)
at java.awt.Component.dispatchEventImpl(Component.java:4937)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)