Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

Python mode doesn't work.

Open saltwater2015 opened this issue 1 year ago • 2 comments

Win 11 home. Processing 4.3.

I just tried a very simple code:

def setup():
    size(640, 360, P3D)
    fill(204)


def draw():
    lights()
    background(0)

But I got the following output: java.lang.NullPointerException at jycessing.Runner.runSketchBlocking(Unknown Source) at jycessing.mode.run.SketchRunner.lambda$startSketch$3(Unknown Source) at java.base/java.lang.Thread.run(Thread.java:833) But I am in the java mode. All things goes all right. I cant run all types of Examples in the python mode. I got the same output as the above.

saltwater2015 avatar May 22 '24 03:05 saltwater2015