Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. Server thread/ERROR "Silently" catching entity tracking error.
  2. 26.07 12:11:10 [Server] INFO net.minecraft.util.ReportedException: Adding entity to track
  3. 26.07 12:11:10 [Server] INFO at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:225) [la.class:?]
  4. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:474) [EntityRegistry.class:?]
  5. 26.07 12:11:10 [Server] INFO at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:59) [la.class:?]
  6. 26.07 12:11:10 [Server] INFO at net.minecraft.world.WorldManager.func_72703_a(SourceFile:30) [lb.class:?]
  7. 26.07 12:11:10 [Server] INFO at net.minecraft.world.World.func_72923_a(World.java:1135) [adm.class:?]
  8. 26.07 12:11:10 [Server] INFO at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:945) [le.class:?]
  9. 26.07 12:11:10 [Server] INFO at net.minecraft.world.World.onSpongeEntityAdded(World.java:613) [adm.class:?]
  10. 26.07 12:11:10 [Server] INFO at org.spongepowered.common.event.CauseTracker.processSpawnEntity(CauseTracker.java:1089) [CauseTracker.class:1.8.9-1890-4.2.0-BETA-1595]
  11. 26.07 12:11:10 [Server] INFO at net.minecraft.world.World.spawnEntity(World.java:1294) [adm.class:?]
  12. 26.07 12:11:10 [Server] INFO at net.minecraft.world.World.handler$onSpawnEntityInWorld$0(World.java:1283) [adm.class:?]
  13. 26.07 12:11:10 [Server] INFO at net.minecraft.world.World.func_72838_d(World.java) [adm.class:?]
  14. 26.07 12:11:10 [Server] INFO at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.releaseFromPokeball(EntityPixelmon.java:167) [EntityPixelmon.class:?]
  15. 26.07 12:11:10 [Server] INFO at com.pixelmonmod.pixelmon.battles.controller.BattleControllerBase.update(BattleControllerBase.java:280) [BattleControllerBase.class:?]
  16. 26.07 12:11:10 [Server] INFO at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:144) [BattleRegistry.class:?]
  17. 26.07 12:11:10 [Server] INFO at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:13) [BattleTickHandler.class:?]
  18. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_37_BattleTickHandler_tickStart_WorldTickEvent.invoke(.dynamic) [?:?]
  19. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) [ASMEventHandler.class:?]
  20. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:110) [EventBus.class:?]
  21. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:81) [EventBus.class:?]
  22. 26.07 12:11:10 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:274) [FMLCommonHandler.class:?]
  23. 26.07 12:11:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:686) [MinecraftServer.class:?]
  24. 26.07 12:11:10 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344) [ko.class:?]
  25. 26.07 12:11:10 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?]
  26. 26.07 12:11:10 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?]
  27. 26.07 12:11:10 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  28. 26.07 12:11:10 [Server] INFO Caused by: java.lang.IllegalStateException: Entity is already tracked!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement