Intel HD Graphics 520 failure
Posted by charxie on Sep 10, 2018; 9:12pm
URL: https://forum.jogamp.org/Intel-HD-Graphics-520-failure-tp4039179.html
I updated the above driver on my computer today and Energy3D no longer works. Here is the stack trace. It seems no one can now run Energy3D, including myself. It is very very frustrating.
Any help would be much appreciated.
com.jogamp.opengl.GLException: java.lang.reflect.InvocationTargetException
at com.jogamp.opengl.awt.GLJPanel.display(GLJPanel.java:465)
at jogamp.opengl.GLDrawableHelper.invoke(GLDrawableHelper.java:912)
at com.jogamp.opengl.awt.GLJPanel.invoke(GLJPanel.java:1034)
at com.ardor3d.framework.jogl.awt.JoglSwingCanvas.draw(JoglSwingCanvas.java:100)
at com.ardor3d.framework.FrameHandler.updateFrame(FrameHandler.java:90)
at org.concord.energy3d.scene.SceneManager.run(SceneManager.java:440)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at com.jogamp.opengl.awt.GLJPanel.display(GLJPanel.java:463)
... 6 more
Caused by: com.jogamp.opengl.GLException: Caught RuntimeException: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant on thread AWT-EventQueue-0
at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:2095)
at com.jogamp.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:569)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at com.jogamp.opengl.awt.GLJPanel$12.run(GLJPanel.java:1535)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.RuntimeException: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant
at jogamp.opengl.GLRunnableTask.run(GLRunnableTask.java:67)
at jogamp.opengl.GLDrawableHelper.execGLRunnables(GLDrawableHelper.java:770)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:676)
at com.jogamp.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1446)
at com.jogamp.opengl.awt.GLJPanel$10.run(GLJPanel.java:1521)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
... 25 more
Caused by: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant
at com.ardor3d.renderer.jogl.JoglRenderer.checkCardError(JoglRenderer.java:689)
at com.ardor3d.renderer.jogl.JoglRenderer.flushFrame(JoglRenderer.java:237)
at com.ardor3d.framework.jogl.JoglCanvasRenderer.draw(JoglCanvasRenderer.java:265)
at com.ardor3d.framework.jogl.JoglDrawerRunnable.run(JoglDrawerRunnable.java:16)
at jogamp.opengl.GLRunnableTask.run(GLRunnableTask.java:61)
... 30 more
Caused by: com.jogamp.opengl.GLException: invalid enumerant
at com.ardor3d.renderer.jogl.JoglRenderer.checkCardError(JoglRenderer.java:686)
... 34 more
com.jogamp.opengl.GLException: java.lang.reflect.InvocationTargetException
at com.jogamp.opengl.awt.GLJPanel.display(GLJPanel.java:465)
at jogamp.opengl.GLDrawableHelper.invoke(GLDrawableHelper.java:912)
at com.jogamp.opengl.awt.GLJPanel.invoke(GLJPanel.java:1034)
at com.ardor3d.framework.jogl.awt.JoglSwingCanvas.draw(JoglSwingCanvas.java:100)
at com.ardor3d.framework.FrameHandler.updateFrame(FrameHandler.java:90)
at org.concord.energy3d.scene.SceneManager.run(SceneManager.java:440)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at com.jogamp.opengl.awt.GLJPanel.display(GLJPanel.java:463)
... 6 more
Caused by: com.jogamp.opengl.GLException: Caught RuntimeException: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant on thread AWT-EventQueue-0
at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:2095)
at com.jogamp.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:569)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at com.jogamp.opengl.awt.GLJPanel$12.run(GLJPanel.java:1535)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.RuntimeException: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant
at jogamp.opengl.GLRunnableTask.run(GLRunnableTask.java:67)
at jogamp.opengl.GLDrawableHelper.execGLRunnables(GLDrawableHelper.java:770)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:676)
at com.jogamp.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1446)
at com.jogamp.opengl.awt.GLJPanel$10.run(GLJPanel.java:1521)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
... 25 more
Caused by: com.ardor3d.util.Ardor3dException: Error in opengl: invalid enumerant
at com.ardor3d.renderer.jogl.JoglRenderer.checkCardError(JoglRenderer.java:689)
at com.ardor3d.renderer.jogl.JoglRenderer.flushFrame(JoglRenderer.java:237)
at com.ardor3d.framework.jogl.JoglCanvasRenderer.draw(JoglCanvasRenderer.java:265)
at com.ardor3d.framework.jogl.JoglDrawerRunnable.run(JoglDrawerRunnable.java:16)
at jogamp.opengl.GLRunnableTask.run(GLRunnableTask.java:61)
... 30 more
Caused by: com.jogamp.opengl.GLException: invalid enumerant
at com.ardor3d.renderer.jogl.JoglRenderer.checkCardError(JoglRenderer.java:686)
... 34 more