Build #2608, errors on every event
LadyCailinBot opened this issue ยท 4 comments
CMDHELPER-2902 - Reported by MariuszT
After update CH to build #2608 I have mass of errors on my test server. Here are some stacktrace examples: http://paste.thezomg.com/13045/91912756/
Comment by PseudoKnight
I know it's coming from CH, but the only time I get those is when I start my server with build 2602+ with the CHVirtualChests extension. (ruled out all other extensions) Here's another example from my test server:
Comment by LadyCailin
This should be fixed now.
808e5bf#diff-6873927b4c1c0c98ddc5beee168ed406L13
For those interested, that's the change that fixes it. Bumping that version up to 2 will invalidate all the caches, and make them rescan. The parent field is a new addition, and was ending up null, because that field wasn't there before, and therefore not in the caches. This was an interesting bug to fix, because the only way that the "parent" field could be null is through reflection... in this case, re-serialization.
Comment by PseudoKnight
I believe this is an extension failure. It happens when I use CHVirtualChests with builds 2602 and higher. I already notified them of the issue to see if someone can track down what's happening.