Login  Register

Re: TextRenderer crash the JVM after removing then adding a canvas from a AWT or Swing layout

Posted by Martin on Nov 29, 2022; 6:07pm
URL: https://forum.jogamp.org/TextRenderer-crash-the-JVM-after-removing-then-adding-a-canvas-from-a-AWT-or-Swing-layout-tp4041660p4041950.html

I confirm this solved the problem, thank Julien.

In addition I tested the pending MR about TextRenderer you pointed me to some time ago and it is working great!

I extracted this MR in a separate project since it has never been merged : https://github.com/jzy3d/jogl-text-renderer

Anyone can use it, the only point is that it loads before the existing text renderer on my configuration, but it may happen differently for others. The text renderer in this module has the exact same name than the existing one.

Also reported here.