Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointer Exception #14

Open
ForwardMetrics opened this issue Sep 3, 2016 · 3 comments
Open

NullPointer Exception #14

ForwardMetrics opened this issue Sep 3, 2016 · 3 comments

Comments

@ForwardMetrics
Copy link

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

@fjenett
Copy link
Owner

fjenett commented Sep 6, 2016

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

@ForwardMetrics
Copy link
Author

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 #14 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ADqyqwNsX8yfOI5i4_oo08nE7pBo3ORmks5qnRQsgaJpZM4J0bEJ.

@YishiO-O
Copy link

YishiO-O commented Apr 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants