Jump to content

Failing to create GLFW Window


Rabbitowner

Recommended Posts

I am new to modding, and am learning how to create a mod in Forge.
I used this video: https://www.youtube.com/watch?v=DAozGc0aW04
I did every step from the video (Install JDK, Minecraft, Forge and run Forge), and when I tried running the code, i got an error message in the console (https://pastebin.com/J0SwF9QK)
In line 40/41 it said, that my driver appears to not support OpenGL.
Then, in line 58, it said that it failed to create the GLFW Window.

I know that my driver supports OpenGL, as it can run Minecraft without problems.

mods.toml: https://pastebin.com/xsdsFpsL
FirstMod.java: https://pastebin.com/Z89gsv0M

I use Windows 10 and Eclipse, and my graphics card is Intel® HD Graphics 3000, on a Lenovo Thinkpad T420.

Link to comment
Share on other sites

  • 2 years later...

I also use hd graphics 3000

apparently Minecraft fully supports only 4000 and above 🥲


All you need to do is right click on the project folder(if you’re using the eclipse ide)

select the build path option in the context menu

click on the java build path on the left hand side of the screen

go to the top of the screen and select the libraries tab

scroll down through all your dependencies

and click on jre system library

select edit on the right hand side 

and click on “use workspace jre which should be jre_1.80_51”

 

select apply and close the. Run the client again

should fix your problem 

Edited by Hidden rage
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.