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

UnsatisfiedLinkError on startup on Mac OS X #44

Closed
mbastian opened this issue Oct 22, 2011 · 2 comments
Closed

UnsatisfiedLinkError on startup on Mac OS X #44

mbastian opened this issue Oct 22, 2011 · 2 comments
Assignees
Milestone

Comments

@mbastian
Copy link
Member

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...


Imported from Launchpad using lp2gh.

@mbastian
Copy link
Member Author

(by mathieu.bastian)
Transformed as a question

https://answers.launchpad.net/gephi/+question/120848

@mbastian
Copy link
Member Author

This should be fixed now. See http://forum.gephi.org/viewtopic.php?f=3&t=1699

@ghost ghost assigned mbastian Mar 14, 2012
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

1 participant