gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00503
[Bug 616841] Re: UnsatisfiedLinkError on startup on Mac OS X
Transformed as a question
https://answers.launchpad.net/gephi/+question/120848
** Changed in: gephi
Status: Confirmed => Invalid
** Changed in: gephi/0.7
Status: Confirmed => Invalid
--
UnsatisfiedLinkError on startup on Mac OS X
https://bugs.launchpad.net/bugs/616841
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Invalid
Status in Gephi 0.7 series: Invalid
Bug description:
Graphic library error, related to JOGL.
Stack trace:
java.lang.UnsatisfiedLinkError: com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT0(Ljava/nio/ByteBuffer;)Z
at com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT0(Native Method)
at com.sun.opengl.impl.JAWTFactory.JAWT_GetAWT(JAWTFactory.java:38)
at com.sun.opengl.impl.JAWT$1.run(JAWT.java:99)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.JAWT.getJAWT(JAWT.java:95)
at com.sun.opengl.impl.macosx.MacOSXOnscreenGLDrawable.lockSurface(MacOSXOnscreenGLDrawable.java:144)
at com.sun.opengl.impl.macosx.MacOSXOnscreenGLContext.makeCurrentImpl(MacOSXOnscreenGLContext.java:57)
at com.sun.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:134)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:182)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:276)
Found on:
- Mac OS X, 10.5.8, x86_64
- Mac OS X, 10.6.4, x86_64
Could be because another bad version of JOGL library is already loaded by another program or from default system path. Looking for solutions...
References