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

Unable to create GLFW Window #984

Open
Cube5x59999 opened this issue May 26, 2024 · 2 comments
Open

Unable to create GLFW Window #984

Cube5x59999 opened this issue May 26, 2024 · 2 comments

Comments

@Cube5x59999
Copy link

Question

This is my first time using LWJGL to make a game, but it failed creating the window. but my other computer with the same specs can create a window like normal. what are the reasons which results in unable to create window?

@knokko
Copy link
Contributor

knokko commented Jun 11, 2024

I would recommend to try creating the minimal window, as shown in https://www.glfw.org/documentation.html

And could you be more specific about failed creating the window? What happens? Does glfwInit() return false? Does glfwCreateWindow return null?

@CiroZDP
Copy link

CiroZDP commented Aug 24, 2024

Did you link the natives?

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

No branches or pull requests

3 participants