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: