You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered some problems trying to run a LWJGL3 program on Windows XP SP3 32bit
To better isolate the issue, I have created the following program, which creates a window and draws a triangle: Main.java
I have set up the files like this:
Using this command to run: java -cp lwjgl.jar;lwjgl-glfw.jar;lwjgl-opengl.jar;Test.jar Main
Using LWJGL 3.3.0, it works perfectly:
Using LWJGL 3.3.3, it shows this error:
Using LWJGL 3.3.6, it shows this error:
I am using a Virtual Machine running in VMware Workstation Player (VirtualBox doesn't have 3D drivers anymore),
but the problem exists on real hardware as well
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered:
Version
3.3.6
Platform
Windows x86
JDK
Java 8 update 51
Module
LWJGL, GLFW, OpenGL
Bug description
I have encountered some problems trying to run a LWJGL3 program on Windows XP SP3 32bit
To better isolate the issue, I have created the following program, which creates a window and draws a triangle:
Main.java
I have set up the files like this:

Using this command to run:
java -cp lwjgl.jar;lwjgl-glfw.jar;lwjgl-opengl.jar;Test.jar Main
Using LWJGL 3.3.0, it works perfectly:

Using LWJGL 3.3.3, it shows this error:

Using LWJGL 3.3.6, it shows this error:

I am using a Virtual Machine running in VMware Workstation Player (VirtualBox doesn't have 3D drivers anymore),
but the problem exists on real hardware as well
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: