Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Thread: Server thread, state: RUNNABLE
  2. at java.io.FileOutputStream.write(FileOutputStream.java)
  3. at java.io.FileOutputStream.write(FileOutputStream.java:290)
  4. at java.io.DataOutputStream.writeInt(DataOutputStream.java:199)
  5. at net.minecraft.nbt.NBTTagInt.func_74734_a(SourceFile:25)
  6. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475)
  7. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35)
  8. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475)
  9. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35)
  10. at net.minecraft.nbt.NBTTagList.func_74734_a(NBTTagList.java:34)
  11. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475)
  12. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35)
  13. at net.minecraft.nbt.NBTTagList.func_74734_a(NBTTagList.java:34)
  14. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475)
  15. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35)
  16. at net.minecraft.nbt.NBTTagList.func_74734_a(NBTTagList.java:34)
  17. at net.minecraft.nbt.NBTTagCompound.func_150298_a(NBTTagCompound.java:475)
  18. at net.minecraft.nbt.NBTTagCompound.func_74734_a(NBTTagCompound.java:35)
  19. at net.minecraft.nbt.CompressedStreamTools.func_150663_a(CompressedStreamTools.java:112)
  20. at net.minecraft.nbt.CompressedStreamTools.func_74800_a(CompressedStreamTools.java:102)
  21. at net.minecraft.nbt.CompressedStreamTools.func_74795_b(CompressedStreamTools.java:152)
  22. at hellfirepvp.astralsorcery.common.data.world.WorldCacheManager.saveDataToFile(WorldCacheManager.java:203)
  23. at hellfirepvp.astralsorcery.common.data.world.WorldCacheManager.doSave(WorldCacheManager.java:230)
  24. at hellfirepvp.astralsorcery.common.event.listener.EventHandlerIO.onSave(EventHandlerIO.java:58)
  25. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1063_EventHandlerIO_onSave_Save.invoke(.dynamic)
  26. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  27. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753)
  28. at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostWorldSaveEvent(SpongeToForgeEventFactory.java:915)
  29. at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:283)
  30. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337)
  31. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:446)
  32. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:415)
  33. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465)
  34. at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:4282)
  35. at org.spongepowered.common.world.WorldManager.saveWorld(WorldManager.java:577)
  36. at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:4664)
  37. at net.minecraft.server.MinecraftServer.constant$zje000$getSaveTickInterval(MinecraftServer.java:4611)
  38. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:689)
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:528)
  40. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement