This one: After increasing a single ability(survival in this case) multiple times in a row (about 5 time), while having the craft window open on "Stone axe".
(also using Pyrite spark to flip craft window away, to than flip it back to see new Stone axe soft-cap value. Probebly not needed, not checked.)
- Code: Select all
java.util.ConcurrentModificationException
at java.base/java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:807)
at java.base/java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:840)
at java.base/java.lang.Iterable.forEach(Iterable.java:74)
at haven.Makewindow.invalidate(Makewindow.java:325)
at haven.Glob$CAttr.update(Glob.java:91)
at haven.Glob.cattr(Glob.java:332)
at haven.Session$RWorker.handlerel(Session.java:349)
at haven.Session$RWorker.getrel(Session.java:371)
at haven.Session$RWorker.run(Session.java:437)
(+Also triggered (of course) when fast-traveling (realm bonus change) (if related prerequisites are met).)
- - -
Previous error: (only last line value differs, by 2)
- Code: Select all
java.util.ConcurrentModificationException
at java.base/java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:807)
at java.base/java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:840)
at java.base/java.lang.Iterable.forEach(Iterable.java:74)
at haven.Makewindow.invalidate(Makewindow.java:325)
at haven.Glob$CAttr.update(Glob.java:91)
at haven.Glob.cattr(Glob.java:332)
at haven.Session$RWorker.handlerel(Session.java:349)
at haven.Session$RWorker.getrel(Session.java:371)
at haven.Session$RWorker.run(Session.java:435)