I don't know why this is happening. Another dev is going to have to help.
currentRuleSet = se.ruleSet;
message = se.message;
se is null, causing the NRE.
I've tried several times to fix this and just can't figure it out.
Merged post
I've added a null check in 1.1.4 but I don't believe this will fix the issue.
currentRuleSet = se.ruleSet;
message = se.message;
se is null, causing the NRE.
I've tried several times to fix this and just can't figure it out.
Merged post
I've added a null check in 1.1.4 but I don't believe this will fix the issue.