Re: Canvas3D resize problem
Posted by
Sven Gothel on
Feb 21, 2014; 7:26pm
URL: https://forum.jogamp.org/Canvas3D-resize-problem-tp4031602p4031675.html
On 02/21/2014 06:41 PM, gouessej [via jogamp] wrote:
> Ok but it was rather between January 25 and January 31, this regression has
> been caused by this change:
>
https://github.com/sgothel/jogl/commit/b7fafd30ffc5eac73880b264043582d74175a394>
>
https://github.com/hharrison/java3d-core/blob/master/src/classes/share/javax/media/j3d/JoglPipeline.java#L6374>
> Your stack trace clearly shows that you pass in the constructor of
> JAWTComponentListener. You can fill a bug report. I don't understand why I
> don't succeed in reproducing it with existing demos.
This NPE exception is not a bug of ours
and due to the later 'zip' thingy shown .. I doubt it is the cause.
+++
Caused by: java.lang.NullPointerException
at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
at sun.awt.SunToolkit.getSystemEventQueueImpl(Unknown Source)
at java.awt.Toolkit.getEventQueue(Unknown Source)
at java.awt.EventQueue.isDispatchThread(Unknown Source)
at
com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:48)
+++
~Sven