CommandHelper

CommandHelper

46.5k Downloads

Build #2608, errors on every event

LadyCailinBot opened this issue ยท 4 comments

commented

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/

commented

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:

http://paste.thezomg.com/13130/23446921/

commented

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.

commented

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.

commented

Comment by LadyCailin

Actually, the NPE is coming from CH itself. Having said that, I'm totally at a loss for what the actual problem is, because the stacktrace makes no sense, it's an impossible situation, from what I can tell.