Skip to content

Instant crash #1553

Description

@rolandha

Most appropriate sub-area of Processing 4?

Core/Environment/Rendering

Processing version

4.5.6

Operating system

Windows 11 25H2 26200.8894

Bug description

After new install, regardless of which sketch (even for empty one) always the same exception upon play:

java.lang.RuntimeException: java.lang.ClassNotFoundException: --disable-awt
at processing.core.PApplet.runSketch(PApplet.java:10082)
at processing.core.PApplet.main(PApplet.java:9853)
Caused by: java.lang.ClassNotFoundException: --disable-awt
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at processing.core.PApplet.runSketch(PApplet.java:10075)
... 1 more
RuntimeException: java.lang.ClassNotFoundException: --disable-awt

Steps to reproduce this

  1. Download and install processing 4.5.6

  2. Start Processing

  3. Press Play

snippet

// Paste your code below :)

void setup() {

}

void draw() {

}

Additional context

No response

Would you like to work on the issue?

No, I’m just reporting the issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions