Re: Crash when creating more than ~15 jogl/awt windows
Posted by
gouessej on
Jun 12, 2011; 12:23pm
URL: https://forum.jogamp.org/Crash-when-creating-more-than-15-jogl-awt-windows-tp3054540p3055395.html
Hi!
Your error is about context switching on Windows, it is windows-specific and I'm almost sure a bug about that has been filled. I found a problem of high memory consumption when using GLCanvas with auto swap buffer mode disabled.
Anyway, if you want to handle many windows without locking problems, rather use NEWT.