SKHandler error on use : sk_current_regions(player()) snap #2848
LadyCailinBot opened this issue ยท 5 comments
CMDHELPER-3047 - Reported by sat
[12:07:12] [Server thread/WARN]: [CommandHelper] Task #2524 for CommandHelper v3.3.1-SNAPSHOT.2848- generated an exception
java.lang.NoClassDefFoundError: com/laytonsmith/commandhelper/SKHandler
at com.zeoldcraft.skcompat.SKWorldGuard$sk_current_regions.exec(SKWorldGuard.java:508) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:353) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:322) ~[?:?]
at com.laytonsmith.core.Script.seval(Script.java:240) ~[?:?]
at com.laytonsmith.core.functions.BasicLogic$and.execs(BasicLogic.java:1603) ~[?:?]
at com.laytonsmith.core.functions.BasicLogic$and.execs(BasicLogic.java:1574) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:312) ~[?:?]
at com.laytonsmith.core.Script.seval(Script.java:240) ~[?:?]
at com.laytonsmith.core.functions.BasicLogic$_if.execs(BasicLogic.java:84) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:312) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:322) ~[?:?]
at com.laytonsmith.core.Script.seval(Script.java:240) ~[?:?]
at com.laytonsmith.core.functions.BasicLogic$_if.execs(BasicLogic.java:85) ~[?:?]
at com.laytonsmith.core.Script.eval(Script.java:312) ~[?:?]
at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1908) ~[?:?]
at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1865) ~[?:?]
at com.laytonsmith.core.constructs.CClosure.execute(CClosure.java:161) ~[?:?]
at com.laytonsmith.core.functions.Scheduling$set_timeout$1.run(Scheduling.java:372) ~[?:?]
at com.laytonsmith.abstraction.bukkit.BukkitConvertor$1.call(BukkitConvertor.java:309) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftFuture.run(CraftFuture.java:89) ~[spigot.jar:git-Spigot-6ee12f6-33d5de3]
at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-6ee12f6-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709) [spigot.jar:git-Spigot-6ee12f6-33d5de3]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-6ee12f6-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot.jar:git-Spigot-6ee12f6-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot.jar:git-Spigot-6ee12f6-33d5de3]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
Caused by: java.lang.ClassNotFoundException: com.laytonsmith.commandhelper.SKHandler
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_75]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_75]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_75]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_75]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_75]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_75]
... 26 more
[12:07:35] [Server thread/INFO]: louloutchat issued server command: /back
Comment by sat
same issue on #2842
for information :
latest spigot, and worldguard 6 #1584
Comment by sat
Ok, i'm sorry, but it's not an error of commandhelper.
in my code i compare sk_current_regions(@event[player]) but on this event player is not set.
i'm sorry for this bad report.
Comment by PseudoKnight
It's still a bug, but the bug appears to be in SKCompat. However, I think you might be using an old build of SKCompat.
Comment by sat
i use SKCompat-1.1.0.jar, and i'm not found more recently :)
i think it's a worldguard issue due a newer version 6.
WorldGuard issues will be addressed in the next release.
on this time i'm removed all comparative on sk_current_region and i'm wait :)