I started using LibGDX a month ago and it works great! But yesterday, after upgrading to Java 8, I launched two desktops that previously worked, it showed me this error:
OpenGL is not supported by the video driver
I searched on the Internet and I found that someone posted this code:
System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true");
Well, he works with one of the projects, a zombie bird tutorial that I studied, but with a different project. He shows:
Requires OpenGL 2.0 or higher with the FBO extension. OpenGL Version: 1.1.0 Microsoft GDI Generic 1.1.0
PS: My OpenGl device version: 3.1, Intel HD Graphics 3000, LibGDX Release: 1.6.5, & amp; I am using Eclipse Juno.
Sarah source share