Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at java.awt.EventQueue.invokeAndWait(Unknown Source)
  3. at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
  4. at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:89)
  5. at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:142)
  6. at com.jogamp.opengl.util.FPSAnimator$1.run(FPSAnimator.java:128)
  7. at java.util.TimerThread.mainLoop(Unknown Source)
  8. at java.util.TimerThread.run(Unknown Source)
  9. Caused by: javax.media.opengl.GLException: Should not call this
  10. at jogamp.opengl.windows.wgl.WindowsWGLContext.getOffscreenContextPixelDataType(WindowsWGLContext.java:542)
  11. at javax.media.opengl.awt.GLJPanel$SoftwareBackend.getGLPixelType(GLJPanel.java:1119)
  12. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.postGL(GLJPanel.java:912)
  13. at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:705)
  14. at javax.media.opengl.awt.GLJPanel$5.run(GLJPanel.java:750)
  15. at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
  16. at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
  17. at javax.media.opengl.awt.GLJPanel$SoftwareBackend.doPaintComponentImpl(GLJPanel.java:1114)
  18. at javax.media.opengl.awt.GLJPanel$AbstractReadbackBackend.doPaintComponent(GLJPanel.java:1002)
  19. at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:361)
  20. at javax.swing.JComponent.paint(Unknown Source)
  21. at javax.swing.JComponent.paintChildren(Unknown Source)
  22. at javax.swing.JSplitPane.paintChildren(Unknown Source)
  23. at javax.swing.JComponent.paint(Unknown Source)
  24. at javax.swing.JComponent.paintChildren(Unknown Source)
  25. at javax.swing.JComponent.paint(Unknown Source)
  26. at javax.swing.JComponent.paintChildren(Unknown Source)
  27. at javax.swing.JComponent.paint(Unknown Source)
  28. at javax.swing.JLayeredPane.paint(Unknown Source)
  29. at javax.swing.JComponent.paintChildren(Unknown Source)
  30. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  31. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  32. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  33. at javax.swing.RepaintManager.paint(Unknown Source)
  34. at javax.swing.JComponent.paint(Unknown Source)
  35. at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
  36. at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
  37. at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
  38. at java.awt.Container.paint(Unknown Source)
  39. at java.awt.Window.paint(Unknown Source)
  40. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  41. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  42. at com.jogamp.opengl.util.AWTAnimatorImpl$1.run(AWTAnimatorImpl.java:160)
  43. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  44. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  45. at java.awt.EventQueue.access$400(Unknown Source)
  46. at java.awt.EventQueue$2.run(Unknown Source)
  47. at java.awt.EventQueue$2.run(Unknown Source)
  48. at java.security.AccessController.doPrivileged(Native Method)
  49. at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
  50. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  51. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  52. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  53. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  54. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  55. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  56. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement