Advertisement
Guest User

maple error log

a guest
Oct 18th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Exception in thread "AWT-EventQueue-0" com.jogamp.opengl.GLException: Profile GL2 is not available on X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x0, owner false, ResourceToolkitLock[obj 0x59762f83, isOwner false, <2f6e9a46, 36a3b139>[count 0, qsz 0, owner <NULL>]]], but: [GLProfile[GL4ES3/GL4.hw], GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GL3/GL4.hw], GLProfile[GL2GL3/GL4.hw]]
  2. at com.jogamp.opengl.GLProfile.get(GLProfile.java:991)
  3. at com.jogamp.opengl.GLProfile.get(GLProfile.java:1004)
  4. at com.maplesoft.mathdoc.view.plot.Plot3DCanvasView.draw(Unknown Source)
  5. at com.maplesoft.mathdoc.view.WmiArrayCompositeView.drawChildren(Unknown Source)
  6. at com.maplesoft.mathdoc.view.WmiArrayCompositeView.draw(Unknown Source)
  7. at com.maplesoft.mathdoc.view.WmiResizableContainerView.draw(Unknown Source)
  8. at com.maplesoft.mathdoc.view.plot.PlotMainView.drawPlotWithoutRollover(Unknown Source)
  9. at com.maplesoft.mathdoc.view.plot.PlotMainView.draw(Unknown Source)
  10. at com.maplesoft.mathdoc.view.WmiInlineView.draw(Unknown Source)
  11. at com.maplesoft.mathdoc.view.WmiRowView.draw(Unknown Source)
  12. at com.maplesoft.mathdoc.view.WmiParagraphView.draw(Unknown Source)
  13. at com.maplesoft.worksheet.view.WmiTextFieldView.draw(Unknown Source)
  14. at com.maplesoft.mathdoc.view.WmiRowView.draw(Unknown Source)
  15. at com.maplesoft.mathdoc.view.WmiRowView.draw(Unknown Source)
  16. at com.maplesoft.worksheet.view.WmiExecutionGroupView.draw(Unknown Source)
  17. at com.maplesoft.mathdoc.view.WmiRowView.draw(Unknown Source)
  18. at com.maplesoft.mathdoc.view.WmiMathDocumentView.draw(Unknown Source)
  19. at com.maplesoft.mathdoc.view.WmiMathDocumentView.paint(Unknown Source)
  20. at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210)
  21. at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:290)
  22. at javax.swing.RepaintManager.paint(RepaintManager.java:1272)
  23. at javax.swing.JComponent._paintImmediately(JComponent.java:5158)
  24. at javax.swing.JComponent.paintImmediately(JComponent.java:4969)
  25. at javax.swing.RepaintManager$4.run(RepaintManager.java:831)
  26. at javax.swing.RepaintManager$4.run(RepaintManager.java:814)
  27. at java.security.AccessController.doPrivileged(Native Method)
  28. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
  29.  
Tags: log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement