Re: Trident exception in Amber
- From: Kirill Grouchnikov <kirillcool@yahoo.com>
- To: dev@trident.kenai.com
- Subject: Re: Trident exception in Amber
- Date: Thu, 9 Jul 2009 07:29:51 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=3qi709LKTTKTQJ3SzGxyl9UwATwkXAF8sk2b93rfeVsFFW6S2bG8F4GZrunjwNgn4NftccZ+OIpgB+wNDg831n/i24SqsA60xZkYpprREAYF3LEyHGzs7U2rXCOA6rNOYG7vziCS4OIN1h1yADpL4cugfCM2HbuzLXNIZpy+pr8=;
Looks like you're using an older Trident version. The TimelineEngine.enqueueTimelineOperation is in lines 1333-1338, and line 1263 is a return statement in resumeTimeline.
Thanks
Kirill
Thanks
Kirill
From: "remy.rakic@gmail.com" <remy.rakic@gmail.com>
To: dev@trident.kenai.com
Sent: Thursday, July 9, 2009 1:08:07 AM
Subject: Trident exception in Amber
Hey Kirill,
I mentioned i was seeing some weird exceptions with Amber for my recent
effects demo, and your latest changes removed 50% of them, one of the
two :)
Here's the other stacktrace of a NPE, however i don't know if it's
because the trident behavior changed when Amber hasn't. It's all using
the regular Amber code, i had those before adding the decora effects so
hopefully you can reproduce it if need be.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at
org.pushingpixels.trident.TimelineEngine.enqueueTimelineOperation(Timel
ineEngine.java:1263)
at
org.pushingpixels.trident.Timeline.playSkipping(Timeline.java:570)
at org.pushingpixels.trident.Timeline.play(Timeline.java:562)
at
org.pushingpixels.amber.components.ImageHolder$2.done(ImageHolder.java:
102)
at javax.swing.SwingWorker$5.run(Unknown Source)
at
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown
Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Un
known Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
| remy.rakic | 07/09/2009 | |
|
Re: Trident exception in Amber |
Kirill Grouchnikov | 07/09/2009 |
|
<Possible follow-up(s)> |
||
| remy.rakic | 07/09/2009 | |
| Kirill Grouchnikov | 07/10/2009 | |
| remy.rakic | 07/10/2009 |





