CommandHelper

CommandHelper

46.5k Downloads

chvirtualchest error

LadyCailinBot opened this issue ยท 4 comments

commented

CMDHELPER-2867 - Reported by Josh.vdub

http://pastebin.com/9QL3a6LD

commented

Comment by EntityReborn

This almost seems like a ABI issue, everything seems fine, code-wise. Says he updated from build 2471 to 2485 and had this issue. My code in CHVC is extremely light, no shenanigans, so I doubt that code is to blame. I recompiled both CH and CHVC, and we're testing it to see if that helps.

commented

Comment by EntityReborn

And of course, the important bits are not included in the stacktrace.
What wasn't included was the following:

{{Caused by: java.lang.NullPointerException
at com.laytonsmith.core.events.EventUtils.GetMatchingEvents(EventUtils.j
ava:182) ~[?:?]
at com.laytonsmith.core.events.EventUtils.TriggerListener(EventUtils.jav
a:212) ~[?:?]
at com.laytonsmith.extensions.chvc.Events.onOpen(Events.java:57) ~[?:?]
... 47 more}}

In this case, line 211 of EventUtils is being set to {{null}} for some reason.

commented

Comment by EntityReborn

Gah, I found the issue, my own incompetence. I renamed something and forgot to rename all instances of it.

commented

Comment by EntityReborn

This has been fixed, and can be closed now.