[LWJGL] GLFW_VERSION_UNAVAILABLE error
Description : NSGL: The targeted version of OS X only supports forward-compatible contexts for OpenGL 3.2 and above
Stacktrace :
org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1168)
org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1251)
org.jayware.skyshard.graphics.impl.GraphicsContextServiceImpl.init(GraphicsContextServiceImpl.java:216)
org.jayware.skyshard.graphics.impl.GraphicsContextServiceImpl.lambda$activate$0(GraphicsContextServiceImpl.java:164)
org.jayware.skyshard.launcher.Main$MainThreadExecutionService.run(Main.java:452)
org.jayware.skyshard.launcher.Main.offerExecutionService(Main.java:416)
org.jayware.skyshard.launcher.Main.main(Main.java:100)
java.lang.RuntimeException: Failed to create the GLFW window
at org.jayware.skyshard.graphics.impl.GraphicsContextServiceImpl.init(GraphicsContextServiceImpl.java:218)
at org.jayware.skyshard.graphics.impl.GraphicsContextServiceImpl.lambda$activate$0(GraphicsContextServiceImpl.java:164)
at org.jayware.skyshard.launcher.Main$MainThreadExecutionService.run(Main.java:452)
at org.jayware.skyshard.launcher.Main.offerExecutionService(Main.java:416)
at org.jayware.skyshard.launcher.Main.main(Main.java:100)