-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LWJGL 3.3.2 There is no OpenGL context #880
Comments
Hey @rafi612, Could you please post the output when running with |
Hey @Spasi, Here's first output:
And second output with
|
@rafi612 Thanks! What happens if you also pass |
@Spasi Here's output with
And without (window also works):
|
Version
3.3.2 (nightly)
Platform
Linux x64
JDK
OpenJDK 17.0.6
Module
OpenGL, GLFW
Bug description
Hi!
When I tried to create window using GLFW and call
GL.createCapabilities
to create capabilities, LWJGL throw exception with messageThere is no OpenGL context current in the current thread.
This issue only occurs in LWJGL 3.3.2. When I used lwjgl3-awt library everything works. I also compiled latest GLFW and tested similar code, and it work, it can't be upstream issue.My hardware:
GPU: Nvidia Quadro FX 880m
Driver: 340.108
I know this card is very old.
I also tested it on my old laptop with Intel GPU (also with Linux) and everything works.
Sample code giving me this error:
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: