Skip to content

Instantly share code, notes, and snippets.

@Darkhax
Created November 21, 2015 16:45
Show Gist options
  • Save Darkhax/f3bd815e304381cc5acb to your computer and use it in GitHub Desktop.
Save Darkhax/f3bd815e304381cc5acb to your computer and use it in GitHub Desktop.
[TRACE 11/21/2015 9:42:42 AM]
com.shc.silenceengine.core.SilenceException: java.lang.NullPointerException
at org.lwjgl.system.Checks.checkPointer(Checks.java:103)
at org.lwjgl.opengl.GL.createCapabilities(GL.java:273)
at org.lwjgl.opengl.GL.createCapabilities(GL.java:225)
at com.shc.silenceengine.core.glfw.Window.makeCurrent(Window.java:760)
at com.shc.silenceengine.core.ResourceLoader.asyncLoadResources(ResourceLoader.java:274)
at java.lang.Thread.run(Unknown Source)
at com.shc.silenceengine.core.SilenceException.reThrow(SilenceException.java:73)
at com.shc.silenceengine.core.SilenceEngine.lambda$static$66(SilenceEngine.java:178)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.Thread.dispatchUncaughtException(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment