Advertisement
OmegaPaladin

20210515 error message

May 15th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Failed to save chunk
  2.  
  3. java.io.UTFDataFormatException: encoded string too long: 65538 bytes
  4.  
  5. at java.io.DataOutputStream.writeUTF(DataOutputStream.java:364) ~[?:1.8.0_111]
  6.  
  7. at java.io.DataOutputStream.writeUTF(DataOutputStream.java:323) ~[?:1.8.0_111]
  8.  
  9. at net.minecraft.nbt.NBTTagString.func_74734_a(NBTTagString.java:25) ~[gm.class:?]
  10.  
  11. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475) ~[fy.class:?]
  12.  
  13. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35) ~[fy.class:?]
  14.  
  15. at net.minecraft.nbt.NBTTagList.func_74734_a(NBTTagList.java:34) ~[ge.class:?]
  16.  
  17. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475) ~[fy.class:?]
  18.  
  19. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35) ~[fy.class:?]
  20.  
  21. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475) ~[fy.class:?]
  22.  
  23. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35) ~[fy.class:?]
  24.  
  25. at net.minecraft.nbt.CompressedStreamTools.func_150663_a(CompressedStreamTools.java:112) ~[gi.class:?]
  26.  
  27. at net.minecraft.nbt.CompressedStreamTools.func_74800_a(CompressedStreamTools.java:102) ~[gi.class:?]
  28.  
  29. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_183013_b(AnvilChunkLoader.java:242) ~[aye.class:?]
  30.  
  31. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75814_c(AnvilChunkLoader.java:220) [aye.class:?]
  32.  
  33. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:37) [bgx.class:?]
  34.  
  35. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30) [bgx.class:?]
  36.  
  37. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement