I am trying to run a playn project but I am getting the following exception:
[java] Exception in thread "main" java.lang.IllegalStateException: Function is not supported
[java] at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
[java] at org.lwjgl.opengl.EXTFramebufferObject.glBindFramebufferEXT(EXebufferObject.java:199)
[java] at playn.java.JavaGLContext.bindFramebufferImpl(JavaGLContext.java:150)
[java] at playn.core.gl.GLContext.viewWasResized(GLContext.java:250)
[java] at playn.java.JavaGLContext.initGL(JavaGLContext.java:174)
[java] at playn.java.JavaGraphics.init(JavaGraphics.java:155)
[java] at playn.java.JavaPlatform.run(JavaPlatform.java:218)
[java] at playn.core.PlayN.run(PlayN.java:37)
[java] at com.domain.project.java.GameLoopJava.main(GameLoopJava.java:13)
This is a custom project. I have run the command "mvn test" and got the above. Could someone please tell me what this means?
Thank you!