-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This console error crashes my server and says to report to PaperSpigot! #789
Labels
resolution: unsupported
Software version is no longer supported by PaperMC.
Comments
|
Well what can I do, because I need Skript. PaperSpigot is the only version that supports skript on my server without lagging out. |
Update to 1.12, update your plugins, test again. If the issue persists, report to the Skript authors. |
zachbr
added
the
resolution: unsupported
Software version is no longer supported by PaperMC.
label
Jul 15, 2017
Camotoy
pushed a commit
to Camotoy/Paper
that referenced
this issue
Mar 1, 2021
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 08de467 PaperMC#789: Call EntityDropItemEvent when a wither rose is dropped
ExcessiveAmountsOfZombies
pushed a commit
to ExcessiveAmountsOfZombies/Paper
that referenced
this issue
Apr 12, 2021
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 08de467 PaperMC#789: Call EntityDropItemEvent when a wither rose is dropped
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THE TITLE SAYS IT ALL!!
[19:25:01] [ERROR] The server has stopped responding!
[19:25:01] [ERROR] Please report this to PaperSpigot directly!
[19:25:01] [ERROR] Be sure to include ALL relevant console errors and Minecraft crash reports
[19:25:01] [ERROR] PaperSpigot version: git-PaperSpigot-"4c7641d" (MC: 1.8.8)
[19:25:01] [ERROR] ------------------------------
[19:25:01] [ERROR] Server thread dump (Look for plugins here before reporting to PaperSpigot!):
[19:25:01] [ERROR] ------------------------------
[19:25:01] [ERROR] Current Thread: Server thread
[19:25:01] [ERROR] PID: 16 | Suspended: false | Native: false | State: WAITING
[19:25:01] [ERROR] Stack:
[19:25:01] [ERROR] java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
[19:25:02] [ERROR] ch.njol.skript.variables.Variables.setVariable(Variables.java:322)
[19:25:02] [ERROR] ch.njol.skript.variables.Variables.setVariable(Variables.java:316)
[19:25:02] [ERROR] ch.njol.skript.lang.Variable.set(Variable.java:340)
[19:25:02] [ERROR] ch.njol.skript.lang.Variable.change(Variable.java:384)
[19:25:02] [ERROR] ch.njol.skript.effects.EffChange.execute(EffChange.java:273)
[19:25:02] [ERROR] ch.njol.skript.lang.Effect.run(Effect.java:54)
[19:25:02] [ERROR] ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63)
[19:25:02] [ERROR] ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[19:25:02] [ERROR] ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[19:25:02] [ERROR] ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:150)
[19:25:02] [ERROR] ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[19:25:02] [ERROR] co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[19:25:02] [ERROR] org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:25:02] [ERROR] org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
[19:25:02] [ERROR] org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:273)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[19:25:02] [ERROR] java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[19:25:02] [ERROR] java.util.concurrent.FutureTask.run(FutureTask.java:266)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[19:25:02] [ERROR] java.lang.Thread.run(Thread.java:748)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Entire Thread Dump:
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: pool-7-thread-72
[19:25:02] [ERROR] PID: 763 | Suspended: false | Native: false | State: TIMED_WAITING
[19:25:02] [ERROR] Stack:
[19:25:02] [ERROR] sun.misc.Unsafe.park(Native Method)
[19:25:02] [ERROR] java.util.TimerThread.run(Timer.java:505)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: pool-5-thread-1
[19:25:02] [ERROR] PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
[19:25:02] [ERROR] Stack:
[19:25:02] [ERROR] sun.misc.Unsafe.park(Native Method)
[19:25:02] [ERROR] java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[19:25:02] [ERROR] java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[19:25:02] [ERROR] java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[19:25:02] [ERROR] java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[19:25:02] [ERROR] java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[19:25:02] [ERROR] java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[19:25:02] [ERROR] java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[19:25:02] [ERROR] java.lang.Thread.run(Thread.java:748)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: Netty Epoll Server IO #3
[19:25:02] [ERROR] PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[19:25:02] [ERROR] Stack:
[19:25:02] [ERROR] io.netty.channel.epoll.Native.epollWait(Native Method)
[19:25:02] [ERROR] io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[19:25:02] [ERROR] io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[19:25:02] [ERROR] io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[19:25:02] [ERROR] java.lang.Thread.run(Thread.java:748)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: Netty Epoll Server IO #2
[19:25:02] [ERROR] PID: 29 | Suspended: false | Native: false | State: RUNNABLE
[19:25:02] [ERROR] Stack:
[19:25:02] [ERROR] io.netty.channel.epoll.Native.epollWait(Native Method)
[19:25:02] [ERROR] io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[19:25:02] [ERROR] io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[19:25:02] [ERROR] io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[19:25:02] [ERROR] java.lang.Thread.run(Thread.java:748)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: Netty Epoll Server IO #1
[19:25:02] [ERROR] PID: 28 | Suspended: false | Native: false | State: RUNNABLE
[19:25:02] [ERROR] ch.njol.skript.variables.Variables.setVariable(Variables.java:322)
[19:25:02] [ERROR] ch.njol.skript.variables.Variables.setVariable(Variables.java:316)
[19:25:02] [ERROR] ch.njol.skript.lang.Variable.set(Variable.java:340)
[19:25:02] [ERROR] ch.njol.skript.lang.Variable.change(Variable.java:384)
[19:25:02] [ERROR] ch.njol.skript.effects.EffChange.execute(EffChange.java:273)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[19:25:02] [ERROR] java.lang.Thread.run(Thread.java:748)
[19:25:02] [ERROR] ------------------------------
[19:25:02] [ERROR] Current Thread: Server Infinisleeper
[19:25:02] [ERROR] PID: 17 | Suspended: false | Native: false | State: TIMED_WAITING
[19:25:02] [ERROR] Stack:
[19:25:02] [ERROR] java.lang.Thread.sleep(Native Method)
[19:25:02] [ERROR] net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
The text was updated successfully, but these errors were encountered: