benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.33k stars 239 forks source link

Processing IDE not checking for errors after startup #680

Open ngelpie opened 1 year ago

ngelpie commented 1 year ago

Description

Even though i have enabled "Continuosly check for errors" and "Show warnings" in my preferences, Processing does not show any errors or warnings when i am writing new code directly after startup.

Screenshot 2023-03-02 141302 Preferences settings

Expected Behavior

Processing should always display user feedback before I run the program, i.e. for incorrect datatypes, type mismatches or missing brackets.

Current Behavior

Instead, I dont or inconsistently get errors and warnings before I try to run code after startup.

Screenshot 2023-03-02 142002

No warnings or errors displayed before running code

After that, it correctly displays errors and warnings.

Screenshot 2023-03-02 142159 Screenshot 2023-03-02 142149

Correct error and warnings display

I´ve deleted the preferences.txt file and even reinstalled Processing, which didn´t fix the issue.

Steps to Reproduce

Your Environment

Possible Causes / Solutions

I suspect it is caused by something like a corrupted preference file which was not deleted, even after reinstalling.

sharmaachintya08 commented 1 year ago

you should check for any remaining folders or any saved data which contains the corrupted file and clean that data. Take a backup of your data before that.