|
I'm trying to run the jzy3d demos, but they all fail with "invalid drawable". Error below. Any ideas?
java -classpath "..\jogamp-all-platforms\jar\*:org.jzy3d-0.9-demos.jar" org.jzy3d.demos.browser.DemoBrowser
select WireSurfaceDemo
2014-05-10 11:14:09.474 java[89735:d403] invalid drawable
2014-05-10 11:14:09.476 java[89735:d403] -[NSView CGLPBufferObj]: unrecognized selector sent to instance 0x7fe57fa0c4d0
2014-05-10 11:14:09.477 java[89735:d403] Apple AWT Internal Exception: -[NSView CGLPBufferObj]: unrecognized selector sent to instance 0x7fe57fa0c4d0
2014-05-10 11:14:09.477 java[89735:d403] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSView CGLPBufferObj]: unrecognized selector sent to instance 0x7fe57fa0c4d0'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8ba4f25c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff90919e75 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8ba5212d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff8b9ad322 ___forwarding___ + 1010
4 CoreFoundation 0x00007fff8b9acea8 _CF_forwarding_prep_0 + 120
5 AppKit 0x00007fff894dd8d5 -[NSOpenGLContext setPixelBuffer:cubeMapFace:mipMapLevel:currentVirtualScreen:] + 59
6 libjogl_desktop.jnilib 0x000000011e5fe8cb setContextPBuffer + 203
7 libjogl_desktop.jnilib 0x000000011e66228b Java_jogamp_opengl_macosx_cgl_CGL_setContextPBuffer__JJ + 43
8 ??? 0x00000001033a1698 0x0 + 4349105816
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
|