You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py5 encountered an error in your code:
File "PSurfaceNone.java", line 356, in processing.core.PSurfaceNone$AnimationThread.run
Exception: Java Exception
The above exception was the direct cause of the following exception:
java.lang.NullPointerException: java.lang.NullPointerException: Cannot invoke "processing.core.PGraphics.background(int)" because "this.g" is null
Expected behavior
No error
System information:
p5==0.8.4
Python 3.11.0
Operating system: MacOs 14.6.1 (23G93)
The text was updated successfully, but these errors were encountered:
Describe the bug
I get a java error when I try to render a frame.
To Reproduce
Either running a python script or using the notebook extension
I get this error
Expected behavior
No error
System information:
The text was updated successfully, but these errors were encountered: