Skip to content
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

Windows XP 32bit Problems #1051

Open
Bestsoft101 opened this issue Mar 18, 2025 · 0 comments
Open

Windows XP 32bit Problems #1051

Bestsoft101 opened this issue Mar 18, 2025 · 0 comments

Comments

@Bestsoft101
Copy link

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:
Image

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:
Image

Using LWJGL 3.3.3, it shows this error:
Image

Using LWJGL 3.3.6, it shows this error:
Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant