System for saving objects

I don’t really know because I don’t have your full code (you don’t have to post it here).

Which objects are you saving with the saves function? It might be that controlP5 is accessing that object at the same time…

You might want to investigate yourself by commenting parts of your code and identifying where the error comes from (from the stack trace, this is made for that :wink: )