GUI Builder doesn't start, but works with a new sketch?
in
Contributed Library Questions
•
2 months ago
Hi, I have a few controls on my sketch. I didn't change any code in gui.pde (except places where editing is allowed). However, now when I try to open GUI Builder, it gives me this error:
- java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.apple.laf.AquaTreeUI
- at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1331)
- at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
- at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1893)
- at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1775)
- at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1327)
- at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
- and so on......
I searched on the forum for the same problem, but couldn't find a solution.
What could be wrong in here?
**update: if I add an options group, and then add Option controls, I don't get any error.
BUT, if I add an options group, and click on the options group (just to rename or simply click on it) and then add the option controls, it gives error. I am surprised, I didn't even change anything. Only clicking on the OptionsGroup creates this problem?
1