Open VelazcoJD opened 8 years ago
This fix does not work for me. I had to revert to processing 3.0.2 to get the normal behavior back.
How do you revert to 3.0.2? I really need to run my sketch ASAP! Thanks
you can download it here:
https://github.com/processing/processing/releases
Cheers, Bob
On Mon, Jun 6, 2016 at 8:46 PM, michelezaccagnini notifications@github.com wrote:
How do you revert to 3.0.2? I really need to run my sketch ASAP! Thanks
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jdf/Processing.py-Bugs/issues/163#issuecomment-224051017, or mute the thread https://github.com/notifications/unsubscribe/AB1BlxkcdpjcNFT-0Zr2A4O6hFI9EAPvks5qJGsigaJpZM4IglVm .
Hello, I have been working on a little project. In it, I have about 10 tabs (one for each class). I continued to get this "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException ". This error occurs when I open the project, and I don't open the tabs individually at least once. Hence, to get this error to go away, I cycle through the tabs at the time I open the project (just click once in each tab). Unless this is a normal behavior, it looks like a bug to me. I figured I'd let everyone know in case someone encounters this error.