Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. [20:22:24] [Server thread/ERROR] [Sponge]: /****************************************************************************************************************************************/
  2. [20:22:24] [Server thread/ERROR] [Sponge]: /* Completing incorrect phase */
  3. [20:22:24] [Server thread/ERROR] [Sponge]: /****************************************************************************************************************************************/
  4. [20:22:24] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system is very dependent on knowing when a change to any world */
  5. [20:22:24] [Server thread/ERROR] [Sponge]: /* takes place, however, we are attempting to complete a "phase" other than the one */
  6. [20:22:24] [Server thread/ERROR] [Sponge]: /* we most recently entered. This is an error usually on Sponge's part, so a report */
  7. [20:22:24] [Server thread/ERROR] [Sponge]: /* is required on the issue tracker on GitHub. */
  8. [20:22:24] [Server thread/ERROR] [Sponge]: /****************************************************************************************************************************************/
  9. [20:22:24] [Server thread/ERROR] [Sponge]: /* Expected to exit phase: PlayerTickPhase */
  10. [20:22:24] [Server thread/ERROR] [Sponge]: /* But instead found phase: GenerationPhase{}{BasicGenerationState:CHUNK_LOADING} */
  11. [20:22:24] [Server thread/ERROR] [Sponge]: /* StackTrace: */
  12. [20:22:24] [Server thread/ERROR] [Sponge]: /* java.lang.Exception: null */
  13. [20:22:24] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printIncorrectPhaseCompletion(PhaseTracker.java:275) */
  14. [20:22:24] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:188) */
  15. [20:22:24] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:439) */
  16. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zik000(NetHandlerPlayServer.java:2036) */
  17. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) */
  18. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) */
  19. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) */
  20. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) */
  21. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) */
  22. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
  23. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
  24. [20:22:24] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
  25. [20:22:24] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Thread.java:748) */
  26. [20:22:24] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
  27. [20:22:24] [Server thread/ERROR] [Sponge]: /* - Phase: GenerationPhase{}{BasicGenerationState:CHUNK_LOADING} */
  28. [20:22:24] [Server thread/ERROR] [Sponge]: /* Context: */
  29. [20:22:24] [Server thread/ERROR] [Sponge]: /* - Source: Chunk{World=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}, Position=95} */
  30. [20:22:24] [Server thread/ERROR] [Sponge]: /* - World: WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  31. [20:22:24] [Server thread/ERROR] [Sponge]: /* - Phase: PlayerTickPhase */
  32. [20:22:24] [Server thread/ERROR] [Sponge]: /* Context: */
  33. [20:22:24] [Server thread/ERROR] [Sponge]: /* - Source: EntityPlayerMP['BoneHunter03'/585, l='world', x=-1790.50, y=76.00, z=3328.50] */
  34. [20:22:24] [Server thread/ERROR] [Sponge]: /* */
  35. [20:22:24] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  36. [20:22:24] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-SNAPSHOT-d453c3e */
  37. [20:22:24] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2705-7.1.0-BETA-3216 */
  38. [20:22:24] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.4.2705 */
  39. [20:22:24] [Server thread/ERROR] [Sponge]: /****************************************************************************************************************************************/
  40. [20:22:24] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /<IP>
  41. net.minecraft.util.ReportedException: Ticking player
  42. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:459) ~[oq.class:?]
  43. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zik000(NetHandlerPlayServer.java:2035) ~[pa.class:?]
  44. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) ~[pa.class:?]
  45. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) ~[NetworkDispatcher$1.class:?]
  46. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) ~[gw.class:?]
  47. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
  48. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
  50. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  52. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  53. Caused by: java.lang.NullPointerException: type
  54. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[minecraft_server.1.12.2.jar:?]
  55. at org.spongepowered.common.mixin.plugin.tileentityactivation.TileEntityActivation.addTileEntityToConfig(TileEntityActivation.java:226) ~[TileEntityActivation.class:1.12.2-2705-7.1.0-BETA-3216]
  56. at net.minecraft.world.chunk.Chunk.handler$onAddTileEntity$zop000(Chunk.java:4012) ~[axw.class:?]
  57. at net.minecraft.world.chunk.Chunk.func_177426_a(Chunk.java:836) ~[axw.class:?]
  58. at net.minecraft.world.World.func_175690_a(World.java:2454) ~[amu.class:?]
  59. at codechicken.multipart.handler.MultipartSaveLoad$TileNBTContainer.onLoad(MultipartSaveLoad.scala:30) ~[MultipartSaveLoad$TileNBTContainer.class:?]
  60. at net.minecraft.world.World.func_175700_a(World.java:1918) ~[amu.class:?]
  61. at net.minecraft.world.World.func_147448_a(World.java:1945) ~[amu.class:?]
  62. at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:854) ~[axw.class:?]
  63. at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:105) ~[ChunkIOProvider.class:?]
  64. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94) ~[ChunkIOExecutor.class:?]
  65. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118) ~[on.class:?]
  66. at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89) ~[on.class:?]
  67. at net.minecraft.world.gen.ChunkProviderServer.redirect$onProvideChunkHead$zmd000(ChunkProviderServer.java:674) ~[on.class:?]
  68. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135) ~[on.class:?]
  69. at net.minecraft.world.World.func_72964_e(World.java:309) ~[amu.class:?]
  70. at net.minecraft.world.World.func_175726_f(World.java:304) ~[amu.class:?]
  71. at net.minecraft.world.WorldServer.func_180495_p(WorldServer.java:3197) ~[oo.class:?]
  72. at tterrag.treesimulator.TickHandlerTGS.getNearestBlocks(TickHandlerTGS.java:166) ~[TickHandlerTGS.class:?]
  73. at tterrag.treesimulator.TickHandlerTGS.onPlayerTick(TickHandlerTGS.java:56) ~[TickHandlerTGS.class:?]
  74. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1108_TickHandlerTGS_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
  75. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  76. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:662) ~[EventBus.class:?]
  77. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:597) ~[EventBus.class:?]
  78. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:369) ~[FMLCommonHandler.class:?]
  79. at net.minecraft.entity.player.EntityPlayer.func_184808_cD(EntityPlayer.java:378) ~[aed.class:?]
  80. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288) ~[aed.class:?]
  81. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:382) ~[oq.class:?]
  82. ... 10 more
  83. [20:22:24] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: BoneHunter03 lost connection: Internal server error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement