Guido
Guido copied to clipboard
NullPointer Exception
Hi,
I get the error below periodically. Over time Processing runs out of memory (garbage collection?). I am using a modified version of Button example. Great library by the way.
java.lang.NullPointerException at de.bezier.guido.Interactive$1.run(Unknown Source)
Scott
Hey, can you give a little more information? I think a sketch showing the problem would be helpful. Thanks.
Hi,
I resolved the issue by refactoring the code into a new project.
I was wondering if an update would be made that included the Remove method?
Also, I ran into a problem where the callback event MousePressed is being called. This may be caused by the depth of nesting as I’m building compound UIs. Is there a limit on the number of objects?
Thanks,
Scott
On Sep 6, 2016, at 12:20 AM, Florian Jenett [email protected] wrote:
Hey, can you give a little more information? I think a sketch showing the problem would be helpful. Thanks.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fjenett/Guido/issues/14#issuecomment-244869398, or mute the thread https://github.com/notifications/unsubscribe-auth/ADqyqwNsX8yfOI5i4_oo08nE7pBo3ORmks5qnRQsgaJpZM4J0bEJ.
@ForwardMetrics
I'm having the same issue now.
java.lang.NullPointerException at de.bezier.guido.Interactive$1.run(Unknown Source)
Could you share how you solve the problem with more details?