So when I run GL.createCapabilities, the thing throws an error saying that I have not made the context current via GLFW.glfwMakeContextCurrent. But I have. In fact, the line to make the context current is right above the line that runs GL.createCapabilities. What am I missing here?