Monster Hunter Frontier Craft

Monster Hunter Frontier Craft

157k Downloads

Crash with Entity AI

WorldSEnder opened this issue ยท 0 comments

commented

I was trying to have the mobs fight each other and the same crash kept happening. Here's the report:

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 7/7/16 10:49 AM
Description: Ticking entity

java.lang.IllegalArgumentException: The vector may not have zero length
at mhfc.net.common.ai.general.AIUtils.lookVecToYaw(AIUtils.java:230)
at mhfc.net.common.ai.general.AIUtils.getViewingAngle(AIUtils.java:305)
at mhfc.net.common.ai.general.provider.simple.IMovementProvider$TurnThenMoveAdapter.getMoveSpeed(IMovementProvider.java:58)
at mhfc.net.common.ai.general.actions.AIGeneralWander.getMoveSpeed(AIGeneralWander.java:132)
at mhfc.net.common.ai.general.actions.AIGeneralMovement.update(AIGeneralMovement.java:28)
at mhfc.net.common.ai.ActionAdapter.updateAction(ActionAdapter.java:63)
at mhfc.net.common.ai.manager.ActionManagerAdapter.updateTask(ActionManagerAdapter.java:87)
at mhfc.net.common.entity.type.EntityMHFCBase.func_70071_h_(EntityMHFCBase.java:88)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)