TangoTek / TekTopia-Community

Bug/Issue tracking for TekTopia testing
36 stars 12 forks source link

PhaseState Error in console #1055

Closed rdster closed 3 years ago

rdster commented 4 years ago

Describe the bug Getting an error in console.

To Reproduce Not sure how to reproduce...haven't tracked down what the trigger is yet.

`[03:42:38] [Server thread/ERROR] [Sponge]: /**/ [03:42:38] [Server thread/ERROR] [Sponge]: / Exception occurred during a PhaseState /

[03:42:38] [Server thread/ERROR] [Sponge]: / Sponge's tracking system makes a best / [03:42:38] [Server thread/ERROR] [Sponge]: / effort to not throw exceptions randomly / [03:42:38] [Server thread/ERROR] [Sponge]: / but sometimes it is inevitable. In most / [03:42:38] [Server thread/ERROR] [Sponge]: / cases, something else triggered this / [03:42:38] [Server thread/ERROR] [Sponge]: / exception and Sponge prevented a crash / [03:42:38] [Server thread/ERROR] [Sponge]: / by catching it. The following stacktrace / [03:42:38] [Server thread/ERROR] [Sponge]: / can be used to help pinpoint the cause. /

[03:42:38] [Server thread/ERROR] [Sponge]: / The PhaseState having an exception: Tick{Entity} / [03:42:38] [Server thread/ERROR] [Sponge]: / The PhaseContext: / [03:42:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.asm.util.PrettyPrinter@56e80a1f / [03:42:38] [Server thread/ERROR] [Sponge]: / / [03:42:38] [Server thread/ERROR] [Sponge]: / StackTrace : / [03:42:38] [Server thread/ERROR] [Sponge]: / java.lang.ArithmeticException: / by / [03:42:38] [Server thread/ERROR] [Sponge]: / zero / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.structures.VillageStructure.getCrowdedFactor(VillageStructure.java:384) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.entities.EntityVillagerTek.crowdingCheck(EntityVillagerTek.java:509) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.entities.EntityVillagerTek.lambda$setupServerJobs$13(EntityVillagerTek.java:422) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.tickjob.TickJob.tick(TickJob.java:31) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.tickjob.TickJobQueue.tick(TickJobQueue.java:30) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.entities.EntityVillageNavigator.func_70636_d(EntityVillageNavigator.java:309) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.entities.EntityVillagerTek.func_70636_d(EntityVillagerTek.java:818) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.tangotek.tektopia.entities.EntityRancher.func_70636_d(EntityRancher.java:99) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLivingBase.func_70071h(EntityLivingBase.java:2172) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.entity.EntityLiving.func_70071h(EntityLiving.java:295) / [03:42:38] [Server thread/ERROR] [Sponge]: / org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.redirect$zlj000$onCallEntityUpdate(WorldServer.java:4738) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72866_a(World.java:1993) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72870_g(World.java:1955) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.World.func_72939_s(World.java:1759) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) / [03:42:38] [Server thread/ERROR] [Sponge]: / net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) / [03:42:38] [Server thread/ERROR] [Sponge]: / java.lang.Thread.run(Thread.java:748) / [03:42:38] [Server thread/ERROR] [Sponge]: / / [03:42:38] [Server thread/ERROR] [Sponge]: / Minecraft : 1.12.2 / [03:42:38] [Server thread/ERROR] [Sponge]: / SpongeAPI : 7.1.0-ea50f0c2 / [03:42:38] [Server thread/ERROR] [Sponge]: / Sponge : 1.12.2-7.1.9 / [03:42:38] [Server thread/ERROR] [Sponge]: / SpongeForge : 1.12.2-2838-7.1.9 / [03:42:38] [Server thread/ERROR] [Sponge]: / Minecraft Forge : 14.23.5.2768 /

rdster commented 4 years ago

Here is the pastebin...https://pastebin.com/Tdf4KpFY

rdster commented 3 years ago

For anyone else that gets this error... It was because of the wrong Forge version. Use 2768...