Error code

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

ImMathi

Member
Jan 26, 2017
30
0
0
23
Some one can tell me why i get this error code some times?
Java:
25.07 14:25:45 [Server] WARN java.util.concurrent.ExecutionException: java.lang.NullPointerException
25.07 14:25:45 [Server] WARN at java.util.concurrent.FutureTask.report(FutureTask.java:122)
25.07 14:25:45 [Server] WARN at java.util.concurrent.FutureTask.get(FutureTask.java:192)
25.07 14:25:45 [Server] WARN at com.w00tmast3r.skquery.elements.effects.EffOptionThread$1.run(EffOptionThread.java:43)
25.07 14:25:45 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
25.07 14:25:45 [Server] WARN at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
25.07 14:25:45 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
25.07 14:25:45 [Server] WARN at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
25.07 14:25:45 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
25.07 14:25:45 [Server] WARN at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
25.07 14:25:45 [Server] WARN at java.lang.Thread.run(Thread.java:745)
25.07 14:25:45 [Server] WARN Caused by: java.lang.NullPointerException
25.07 14:25:45 [Server] WARN at sun.reflect.GeneratedMethodAccessor186.invoke(Unknown Source)
25.07 14:25:45 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
25.07 14:25:45 [Server] WARN at java.lang.reflect.Method.invoke(Method.java:498)
25.07 14:25:45 [Server] WARN at com.w00tmast3r.skquery.elements.effects.EffOptionThread$2.call(EffOptionThread.java:61)
25.07 14:25:45 [Server] WARN at com.w00tmast3r.skquery.elements.effects.EffOptionThread$2.call(EffOptionThread.java:58)
25.07 14:25:45 [Server] WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266)
25.07 14:25:45 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
25.07 14:25:45 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 
Can you provide a bit more information? What your version is, what you're doing when it happens etc. :emoji_slight_smile: I see Skquery in that error, what version do you run of that too and are any of your skripts using it throwing errors on reload right now?
 
Can you provide a bit more information? What your version is, what you're doing when it happens etc. :emoji_slight_smile: I see Skquery in that error, what version do you run of that too and are any of your skripts using it throwing errors on reload right now?
The error code does randomly come up in the console.
Versions:
SkQuery 3.21.4
Skript: 2.1.2
Server: git-Spigot-1646 (1.7.10)
 
Status
Not open for further replies.