Advertisement
Guest User

XXXX

a guest
Sep 22nd, 2019
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. [00:11:27] [Server thread/INFO]: [STDERR]: java.io.EOFException
  2. [00:11:27] [Server thread/INFO]: [STDERR]: at java.io.DataInputStream.readFully(DataInputStream.java:197)
  3. [00:11:27] [Server thread/INFO]: [STDERR]: at java.io.DataInputStream.readUTF(DataInputStream.java:609)
  4. [00:11:27] [Server thread/INFO]: [STDERR]: at java.io.DataInputStream.readUTF(DataInputStream.java:564)
  5. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.nbt.CompoundTag.readString(CompoundTag.java:395)
  6. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.nbt.CompoundTag.read(CompoundTag.java:53)
  7. [00:11:27] [Server thread/INFO]: [STDERR]: at net.fabricmc.example.ExampleMod.blockRestore(ExampleMod.java:141)
  8. [00:11:27] [Server thread/INFO]: [STDERR]: at net.fabricmc.example.ExampleMod.lambda$6(ExampleMod.java:108)
  9. [00:11:27] [Server thread/INFO]: [STDERR]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262)
  10. [00:11:27] [Server thread/INFO]: [STDERR]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176)
  11. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.command.CommandManager.execute(CommandManager.java:136)
  12. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.network.ServerPlayNetworkHandler.executeCommand(ServerPlayNetworkHandler.java:981)
  13. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.network.ServerPlayNetworkHandler.onChatMessage(ServerPlayNetworkHandler.java:966)
  14. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.network.packet.ChatMessageC2SPacket.method_12115(ChatMessageC2SPacket.java:31)
  15. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.network.packet.ChatMessageC2SPacket.apply(ChatMessageC2SPacket.java:12)
  16. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:20)
  17. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.ServerTask.run(ServerTask.java:17)
  18. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.util.ThreadExecutor.runSafely(ThreadExecutor.java:136)
  19. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.util.NonBlockingThreadExecutor.runSafely(NonBlockingThreadExecutor.java:22)
  20. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.util.ThreadExecutor.executeQueuedTask(ThreadExecutor.java:109)
  21. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:706)
  22. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.executeQueuedTask(MinecraftServer.java:700)
  23. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.util.ThreadExecutor.waitFor(ThreadExecutor.java:119)
  24. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:686)
  25. [00:11:27] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641)
  26. [00:11:27] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement