Re: [piccolo2d-dev] Exception

2011-12-18 Thread Aaron Dixon
Beccari, It appears that this is because null activity is being added to the activity scheduler. The typical way to add activities is through PNode.addActivity(), or PRoot.addActivity(). Are you sure that your code isn't adding a null activity? I would recommend checking for null wherever you ar

Re: [piccolo2d-dev] Exception

2011-12-18 Thread Michael Heuer
Hello Beccari, It would be helpful if we could create a unit test that reproduces this error. Are you adding activities from a thread other than the AWT event thread? michael On Fri, Dec 16, 2011 at 10:31 AM, beccari.francesco wrote: > Sometimes, when i run my application, I have this exce