Jump to content

[1.14.4] RunClient: Driver does not appear to support OpenGL


Recommended Posts

Posted (edited)

So I have really been interested in joining the Minecraft Modding community, but I haven't been able to complete anything cause whether I'm in Eclipse or Intellij IDEA, one way or another Minecraft doesn't run.

 

For this specific issue, I am using IntelliJ IDEA and I have imported the forge MDK for 1.14.2. I've run genIntellijRuns, that worked over fine, everything builds and compiles correctly, but when I try to RunClient, Minecraft never actually runs and gives the same Exception over and over again:

 

"java.lang.IllegalStateException: GLFW error 65542: WGL: The driver does not appear to support OpenGL"

 

I've tried everything I can think of. I've scoured several forum discussions, read through the EAQ several times slowly, haven't found anything, and more importantly I triple checked that all of my Drivers were up to date (and they have all been updated accordingly) and I still get the same error every single time. I have not made any change to the Files in MDK, everything is the same exact way as it was downloaded with the ExampleMod and everything, not a single thing has been changed, except for me running genIntellijRuns and RunClient several times.

 

Here are the logs:

  Reveal hidden contents

 

Edited by MutantWafflez
Posted
  On 9/6/2019 at 5:24 PM, MutantWafflez said:

1.14.2

Expand  

First update to 1.14.4. If you are willing to use eclipse run "gradlew eclipse genEclipseRuns" then immediately "gradlew runClient" to see if it runs.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
  On 9/6/2019 at 6:30 PM, Animefan8888 said:

First update to 1.14.4. If you are willing to use eclipse run "gradlew eclipse genEclipseRuns" then immediately "gradlew runClient" to see if it runs.

Expand  

Alright I have updated to 1.14.4. I tried to use eclipse but that was crashing and causing problems and that's a whole other can of worms that isn't helping at the moment. So I stuck to IntelliJ if you don't mind, and I did the same thing I was doing before. Ran genIntelliJRuns and RunClient, and again, same exception occurred, here's the second log if it is any help to you:

  Reveal hidden contents

 

Posted
  On 9/6/2019 at 7:06 PM, MutantWafflez said:

Ran genIntelliJRuns and RunClient

Expand  

That's not how you set it up with intellij idea. I dont have much experience with it, but I believe you have to treat it as a gradle project in idea. It downloads all the dependencies including opengl. 

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
  On 9/6/2019 at 10:20 PM, Animefan8888 said:

It downloads all the dependencies including opengl. 

Expand  

Alright so I've tried all that I could, important all that I could, run all the Gradle tasks I could, and everything. So I took a long time troubleshooting with eclipse, and I finally got it working again, and I did what you told me earlier. I got a new instance of the 1.14.4 MDK, and I ran what you said "gradlew eclipse genEclipseRuns" then immediately after "gradlew runClient"

 

I got the same exact exception, Driver still "does not appear to support OpenGL"

Posted (edited)

Does your graphic card support the required OpenGL version?

Edited by DavidM

Some tips:

  Reveal hidden contents

 

Posted
  On 9/7/2019 at 12:33 AM, DavidM said:

Does your graphic card support the required OpenGL version?

Expand  

That's what I thought at first, it's really weird cause normal minecraft ran from the launcher works just fine, I never have any kind of errors with the normal minecraft launcher. I checked everything I could, my graphics card is pretty old but I strongly certain that It supports what is required. Awhile ago, I used to have a pixel format not accelerated issue, but that got fixed and replaced with this OpenGL issue. I just checked for the fourth time now and I can guarantee all my drivers are updated. 

 

If it's any help, my graphics card is simply named this: "Intel(R) HD Graphics" (that's all)

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.