Processing Bugs
Processing Bugs
_From [email protected] on June 07, 2010 01:04:11_ Comment from fry, 2008-06-05 04:56 hm, will check into it, thanks for posting along with the attachment.
_From [email protected] on June 07, 2010 01:04:12_ Comment from MrFeinberg, 2009-09-05 11:25 See my patch for #866; I believe that will fix this, too. http://dev.processing.org/bugs/attachment.cgi?id=336
_From [email protected] on December 04, 2010 11:54:39_ As of Processing 0191, at least on MacOSX 10.6, the problem persists. It is most apparent in Java2D mode, although in P2D and...
**Comment by [codeanticode](https://github.com/codeanticode)** _Wednesday Jan 08, 2014 at 16:16 GMT_ --- Looking at the stack trace, seems that the NPE originates from the following line processing.core.PApplet$RegisteredMethods.handle(PApplet.java:1160) in Processing. Do you...
**Comment by [h2oop](https://github.com/h2oop)** _Thursday Jan 09, 2014 at 12:24 GMT_ --- tnx for the tip… really appreciated. I use - movieEvent(Movie m) - Backgroundloop + folder with different movies... -...
**Comment by [codeanticode](https://github.com/codeanticode)** _Sunday Jan 26, 2014 at 14:36 GMT_ --- You shouldn't need the if/else structure in movieEvent, the read() method will be called on the appropriate Movie object....
**Comment by [h2oop](https://github.com/h2oop)** _Sunday Jan 26, 2014 at 19:33 GMT_ --- looks fine for now. but this error came after a few days… i let you know if it happens...
**Comment by [segabor](https://github.com/segabor)** _Sunday Feb 02, 2014 at 12:37 GMT_ --- I'm having the same issue. It occurs when SMT lib is enabled. Stack trace: --- java.lang.RuntimeException: java.lang.NullPointerException at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)...
**Comment by [codeanticode](https://github.com/codeanticode)** _Sunday Feb 02, 2014 at 23:16 GMT_ --- Ok, thanks for the update, I'm able to reproduce the crash with the SMT library using the latest revision...
**Comment by [segabor](https://github.com/segabor)** _Monday Feb 03, 2014 at 08:34 GMT_ --- Thank you!