plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.57k stars 65 forks source link

Bug: settings always corrupt #1941

Open dromer opened 9 hours ago

dromer commented 9 hours ago

On latest develop 3b91ea01d24dc8fa14b227aad30d8c792fa8dcf7 - every time when opening the program we get the corrupt settings dialog:

2024-11-14_11-29

dromer commented 9 hours ago

Hmm, I completely removed the settings file and now it started correctly.

Now wondering if this was because I was working on https://github.com/plugdata-team/plugdata/pull/1928 which of course modifies the settings :thinking:

timothyschoen commented 8 hours ago

Hmm, you're only adding things to HeavyState though right? It should be able to manage that

dromer commented 8 hours ago

Yup, and this worked alright until today (I switch between branches regularly). It's only an additional field in the array that should be ignored if not used, right?

Ok, without doing anything the settings are corrupt again, so this is not about that additional field.