Advertisement
Hightension

Untitled

Oct 17th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. [20:13:30 WARN]: Could not pass incoming plugin message to ScoreboardStats v0.9.14
  2. java.lang.IllegalStateException: java.io.EOFException
  3. at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readUTF(ByteStreams.java:449) ~[spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  4. at com.github.games647.scoreboardstats.variables.defaults.BungeeCordVariables.onPluginMessageReceived(BungeeCordVariables.java:63) ~[?:?]
  5. at org.bukkit.plugin.messaging.StandardMessenger.dispatchIncomingMessage(StandardMessenger.java:427) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  6. at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:2507) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  7. at net.minecraft.server.v1_10_R1.PacketPlayInCustomPayload.a(SourceFile:58) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  8. at net.minecraft.server.v1_10_R1.PacketPlayInCustomPayload.a(SourceFile:8) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  9. at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  10. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_74]
  11. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_74]
  12. at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  13. at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  14. at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  15. at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  16. at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  17. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
  18. Caused by: java.io.EOFException
  19. at java.io.DataInputStream.readUnsignedShort(DataInputStream.java:340) ~[?:1.8.0_74]
  20. at java.io.DataInputStream.readUTF(DataInputStream.java:589) ~[?:1.8.0_74]
  21. at java.io.DataInputStream.readUTF(DataInputStream.java:564) ~[?:1.8.0_74]
  22. at com.google.common.io.ByteStreams$ByteArrayDataInputStream.readUTF(ByteStreams.java:447) ~[spigot-1.10.2_31.07.jar:git-Spigot-90f61bc-83a9dbd]
  23. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement