Guido icon indicating copy to clipboard operation
Guido copied to clipboard

NullPointer Exception

Open ForwardMetrics opened this issue 8 years ago • 3 comments

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

ForwardMetrics avatar Sep 03 '16 23:09 ForwardMetrics

Hey, can you give a little more information? I think a sketch showing the problem would be helpful. Thanks.

fjenett avatar Sep 06 '16 07:09 fjenett

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 avatar Sep 11 '16 22:09 ForwardMetrics

@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?

YishiO-O avatar Apr 07 '19 11:04 YishiO-O