We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › Exception in thread "run button watcher"
Page Index Toggle Pages: 1
Exception in thread "run button watcher" (Read 1858 times)
Exception in thread "run button watcher"
May 13th, 2005, 12:28am
 
Just happened to have this exception:

Code:
Exception in thread "run button watcher" java.lang.NullPointerException
at processing.app.Editor$RunButtonWatcher.run(Editor.java:1025)
at java.lang.Thread.run(Unknown Source)


Didn't cause me any problems, I think it happened when I closed the window runnign the program I was writing, processing continued to run fine. Probably just a timing issue, and I managed to hit the x in a tiny window between checks or something.
Re: Exception in thread "run button watcher"
Reply #1 - May 13th, 2005, 5:45am
 
what version of processing are you using? i need to be able to look up what that line number means.
Re: Exception in thread "run button watcher"
Reply #2 - May 13th, 2005, 7:52pm
 
Sorry, that was from 0087.
Re: Exception in thread "run button watcher"
Reply #3 - May 14th, 2005, 3:33pm
 
k, filed in the bugs db so closing the thread.
http://processing.org/bugs/show_bug.cgi?id=42
Page Index Toggle Pages: 1