Unable to create GLFW Window
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?
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?
Did you link the natives?
I'm closing this as there is no information to work with. If you're still facing this issue, please report back with more information.