← Back to team overview

gephi.team team mailing list archive

[Bug 616871] [NEW] Test display errors related to text encoding

 

Public bug reported:

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

** Affects: gephi
     Importance: Medium
         Status: Incomplete

** Affects: gephi/0.7
     Importance: Medium
         Status: New


** Tags: encoding font text

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi/0.7
   Importance: Undecided => Medium

-- 
Test display errors related to text encoding
https://bugs.launchpad.net/bugs/616871
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Incomplete
Status in Gephi 0.7 series: New

Bug description:
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





Follow ups

References