Rabbitowner Posted August 27, 2020 Share Posted August 27, 2020 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. Quote Link to comment Share on other sites More sharing options...
Hidden rage Posted October 1, 2022 Share Posted October 1, 2022 (edited) 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 October 1, 2022 by Hidden rage Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.