Skip to content

Instantly share code, notes, and snippets.

@alesj
Created November 19, 2013 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alesj/7546398 to your computer and use it in GitHub Desktop.
Save alesj/7546398 to your computer and use it in GitHub Desktop.
java.lang.UnsatisfiedLinkError: jogamp.nativewindow.macosx.OSXUtil.initIDs0()Z
at jogamp.nativewindow.macosx.OSXUtil.initIDs0(Native Method)
at jogamp.nativewindow.macosx.OSXUtil.initSingleton(OSXUtil.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at com.jogamp.common.util.ReflectionUtil.callMethod(ReflectionUtil.java:322)
at com.jogamp.common.util.ReflectionUtil.callStaticMethod(ReflectionUtil.java:344)
at javax.media.nativewindow.NativeWindowFactory.initSingletonNativeImpl(NativeWindowFactory.java:207)
at javax.media.nativewindow.NativeWindowFactory.initSingleton(NativeWindowFactory.java:371)
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1545)
at javax.media.opengl.GLProfile.access$100(GLProfile.java:76)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:123)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:2063)
at javax.media.opengl.GLProfile.get(GLProfile.java:906)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:640)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:651)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.jogl.ceylon.run_.main(run_.java:29)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at ceylon.modules.api.runtime.SecurityActions.invokeRunInternal(SecurityActions.java:58)
at ceylon.modules.api.runtime.SecurityActions.invokeRun(SecurityActions.java:48)
at ceylon.modules.api.runtime.AbstractRuntime.invokeRun(AbstractRuntime.java:90)
at ceylon.modules.api.runtime.AbstractRuntime.execute(AbstractRuntime.java:144)
at ceylon.modules.api.runtime.AbstractRuntime.execute(AbstractRuntime.java:129)
at ceylon.modules.Main.execute(Main.java:69)
at ceylon.modules.Main.main(Main.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
at org.jboss.ceylon.test.modules.ModulesTest.execute(ModulesTest.java:207)
at org.jboss.ceylon.test.modules.nativex.test.NativeTestCase.execute(NativeTestCase.java:44)
at org.jboss.ceylon.test.modules.ModulesTest.execute(ModulesTest.java:185)
at org.jboss.ceylon.test.modules.ModulesTest.testArchive(ModulesTest.java:129)
at org.jboss.ceylon.test.modules.ModulesTest.testArchive(ModulesTest.java:90)
at org.jboss.ceylon.test.modules.nativex.test.NativeTestCase.testUsage(NativeTestCase.java:53)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment