Posted February 24, 201510 yr Hello all! I have a fun one here... I'll try to provide as much information as possible... # Problem: ## Server console is being spammed by this error: http://pastebin.com/9kMWU5KG [server thread/ERROR]: "Silently" catching entity tracking error. net.minecraft.util.ReportedException: Adding entity to track at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?] at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?] at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?] at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?] at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?] at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:844) [mt.class:?] at net.minecraft.world.World.func_72868_a(World.java:3304) [ahb.class:?] at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?] at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) [ms.class:?] at net.minecraft.world.World.func_72964_e(World.java:419) [ahb.class:?] at net.minecraft.world.World.func_147439_a(World.java:345) [ahb.class:?] at net.minecraft.block.BlockVine.func_149674_a(BlockVine.java:231) [aoh.class:?] at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391) [mt.class:?] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183) [mt.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.lang.IllegalStateException: Entity is already tracked! at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?] ... 25 more # Custom Modpack: On Technic Launcher: http://www.technicpack.net/modpack/zitcraft.581606 Homepage: http://steamtrade.me/projects/zc/zitcraft # Server hardware: Intel Hex Core Xeon E5-1650v3 - 6x3.5 GHz 4GB of dedicated RAM ECC DDR4 RAM Samsung 843 SSD # Forge (sever and client) version: forge-1.7.10-10.13.2.1291-universal # Current Modlist: http://i.imgur.com/himyon2.png # latest.log: https://gist.github.com/warezit/cc920d7237733df10263 # fml-server-latest.log: (too big for Gist [~10MB]) https://www.dropbox.com/s/j0ksy01wpwenwq6/fml-server-latest.log?dl=0 # Current world file: !!WARNING: 2.7 GB zipped and ~4GB un-zipped!! https://www.dropbox.com/s/pzuc7kbskyk7rvs/Backup-world-2015-2-23--15-49.zip?dl=0 # I have not installed either ModLoader or MCPatcher. # The client OR server IS NOT cracked. # Research: ## Found this "related" post in the forums here: http://www.minecraftforge.net/forum/index.php/topic,27644.msg141768.html#msg141768 ### No "fix"/help listed there... ## Also, found this "related" issue with ExtraUtilites: http://forums.technicpack.net/topic/115546-silently-catching-entity-tracking-error-what-to-do/ ### So, I removed all 5 of our EnderThermic Pumps AND chunk loaders from the Nether, and still having console spam. ## Also, noticed a massive amount (6,000+) of Wither Skeletons spawning in the Nether, regarding this "related" issue with Ender IO: https://github.com/CrazyPants/EnderIO/issues/1899 and https://github.com/CrazyPants/EnderIO/issues/1958 and https://github.com/CrazyPants/EnderIO/issues?q=wither ### So, I have updated Ender IO and Mekanism to: EnderIO-1.7.10-2.2.8.349 Mekanism-1.7.10-7.1.2.179 MekanismGenerators-1.7.10-7.1.2.179 MekanismTools-1.7.10-7.1.2.179 ### Updating these mods also did NOT fix the console spam. # Pack history: ## This is a custom made modpack, by myself. The modpack was origianlly mirrored from ModSauce 1.0.1.1 (mods and configs), then I started to removed/add mods. ## The world file is also brought over from our ModSauce 1.0.1.1 server. Not sure if this is causing any console spam/chunk loading issues. ## This custom modpack has gone through many changes (too many to list) since I have taken it over, and only recently have I been running into this Console Spam Issue. For those interested, the custom modpack changelog is here: http://www.technicpack.net/modpack/zitcraft.581606/changelog # Summary / TL;DR: ## I am having Console Spam errors, causing 100% CPU & RAM useage, and lag spikes every 10-15 seconds. As far as I can tell it's from a chunk loading/entity tracker error somewhere. Thank you all for any/all help regarding this matter! If you would like any more information, please ask! I am more than willing to provide whatever information is requested! Cheers! - warezit
February 25, 201510 yr Author Found & fixed the problem... I had to change the Ender IO config for Wither Skeletons (from TRUE to FALSE) on line 786 of EnderIO.cfg: replacewitherskeletons { # Separates wither and normal skeletons into different entities, enables the powered spawner to treat them differently [EXPERIMENTAL - MAY CAUSE ISSUES WITH OTHER MODS] B:Misc=false }
May 15, 201510 yr Thank you so much! If you hadn't practiced proper internet etiquette I would have looked for hours for the problem if I even found it at all!
September 11, 201510 yr This just literally saved me a ton of time too. Although I also had another issue with wither skeletons... [22:16:43] [server thread/INFO]: [J0nis: Removed 19634 entities. (§c1§fx§eSkeleton§f, §c19633§fx§ewitherSkeleton§f)] Put false for: replacewitherskeletons and got rid of this: [22:38:35] [server thread/ERROR]: "Silently" catching entity tracking error. net.minecraft.util.ReportedException: Adding entity to track at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:230) [mn.class:?] at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:364) [EntityRegistry.class:?] at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:61) [mn.class:?] at net.minecraft.world.WorldManager.func_72703_a(SourceFile:31) [mp.class:?] at net.minecraft.world.World.func_72923_a(World.java:1347) [ahb.class:?] at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:844) [mt.class:?] at net.minecraft.world.World.func_72868_a(World.java:3304) [ahb.class:?] at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:921) [apx.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) [ChunkIOProvider.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) [ChunkIOProvider.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:?] at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:?] at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:?] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) [ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) [ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) [ms.class:?] at net.minecraft.world.World.func_72964_e(World.java:419) [ahb.class:?] at net.minecraft.world.World.func_147439_a(World.java:345) [ahb.class:?] at net.minecraft.block.BlockMushroom.func_149674_a(BlockMushroom.java:36) [amc.class:?] at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391) [mt.class:?] at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:183) [mt.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] Caused by: java.lang.IllegalStateException: Entity is already tracked! at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:196) ~[mn.class:?] ... 25 more I love forums.. hah
December 2, 20159 yr I have the same error: BUT [20:56:26 ERROR]: "Silently" catching entity tracking error. net.minecraft.util.ReportedException: Adding entity to track at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:234) [mn.class:?] at cpw.mods.fml.common.registry.EntityRegistry.tryTrackingEntity(EntityRegistry.java:404) [EntityRegistry.class:1.7.10-1492.152] at net.minecraft.entity.EntityTracker.func_72786_a(EntityTracker.java:62) [mn.class:?] at net.minecraft.world.WorldManager.func_72703_a(WorldManager.java:28) [mp.class:?] at net.minecraft.world.World.func_72923_a(World.java:1832) [ahb.class:?] at net.minecraft.world.WorldServer.func_72923_a(WorldServer.java:1086) [mt.class:?] at net.minecraft.world.World.func_72868_a(World.java:3964) [ahb.class:?] at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:1020) [apx.class:?] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49) [ChunkIOProvider.class:1.7.10-1492.152] at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15) [ChunkIOProvider.class:1.7.10-1492.152] at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) [AsynchronousExecutor.class:1.7.10-1492.152] at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) [AsynchronousExecutor.class:1.7.10-1492.152] at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) [ChunkIOExecutor.class:1.7.10-1492.152] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:184) [ms.class:?] at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:157) [ms.class:?] at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:480) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:445) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60] Caused by: java.lang.IllegalStateException: Entity is already tracked! at net.minecraft.entity.EntityTracker.func_72785_a(EntityTracker.java:198) ~[mn.class:?] ... 19 more BUT... I'm really set to FALSE on the Whiter thing... DAMN!!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.