Bug related to JOGL text display, could be related to text encoding issues. Please provide sample dataset.
Stack trace:
java.lang.ArrayIndexOutOfBoundsException: -10
at com.sun.opengl.util.j2d.TextRenderer$GlyphProducer.getGlyph(TextRenderer.java:1643)
at com.sun.opengl.util.j2d.TextRenderer$GlyphProducer.getGlyphs(TextRenderer.java:1573)
at com.sun.opengl.util.j2d.TextRenderer.internal_draw3D(TextRenderer.java:799)
at com.sun.opengl.util.j2d.TextRenderer.draw3D(TextRenderer.java:516)
at org.gephi.visualization.opengl.text.TextManager$Renderer2D.drawTextNode(TextManager.java:357)
at org.gephi.visualization.opengl.compatibility.CompatibilityEngine.display(CompatibilityEngine.java:331)
at org.gephi.visualization.opengl.compatibility.CompatibilityScheduler.display(CompatibilityScheduler.java:256)
at org.gephi.visualization.swing.GraphDrawableImpl.render3DScene(GraphDrawableImpl.java:166)
at org.gephi.visualization.swing.GraphCanvas.render3DScene(GraphCanvas.java:84)
at org.gephi.visualization.swing.GLAbstractListener.display(GLAbstractListener.java:210)
at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
at sun.awt.RepaintArea.paintComponent(RepaintArea.java:276)
at sun.awt.RepaintArea.paint(RepaintArea.java:241)
at apple.awt.ComponentModel.handleEvent(ComponentModel.java:263)
at java.awt.Component.dispatchEventImpl(Component.java:4790)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java