You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throwable thrown hit my AI, crashed on invoking Agent.RegisterBlow
Steps to reproduce
Throw a spear and pray?
Relevant log output
[(4280) 20:37:10 VRB] Publishing NetworkDamageAgent to 68.117.137.52:56288
[(4280) 20:37:10 VRB] Publishing AgentDied from Agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:10 WRN] 057ae0b4-37c3-4b86-b058-14ae513bdc80 has not been registered as a controlled agent
[(4280) 20:37:11 VRB] Publishing AgentShoot from Agent
[(4280) 20:37:11 DBG] Sending Agent Shoot with index 15
[(4280) 20:37:11 VRB] Publishing NetworkAgentShoot to all clients from PublishNetworkEvent
[(4280) 20:37:12 INF] Received network event from 68.117.137.52:56288 of NetworkAgentShoot
[(4280) 20:37:12 VRB] Publishing NetworkAgentShoot from NetPeer
[(4280) 20:37:12 DBG] Firing missile with id 14
[(4280) 20:37:12 VRB] Publishing PeerMissileAdded from MissileHandler
[(4280) 20:37:12 INF] Received network event from 68.117.137.52:56288 of NetworkDamageAgent
[(4280) 20:37:12 VRB] Publishing NetworkDamageAgent from NetPeer
[(4280) 20:37:12 VRB] Publishing NetworkAgentDamaged to all client but 68.117.137.52:56288
[(4280) 20:37:12 ERR] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at TaleWorlds.MountAndBlade.Mission.OnAgentHit(Agent affectedAgent, Agent affectorAgent, Blow& b, AttackCollisionData& collisionData, Boolean isBlocked, Single damagedHp) at TaleWorlds.MountAndBlade.Agent.HandleBlow(Blow& b, AttackCollisionData& collisionData) at TaleWorlds.MountAndBlade.Agent.RegisterBlow(Blow blow, AttackCollisionData& collisionData) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) at Missions.Services.Agents.Patches.AgentDamagePatch.<>c__DisplayClass1_0.<OverrideAgentDamage>b__0() at Common.GameLoopRunner.Update(TimeSpan frameTime) at Common.UpdateableList.UpdateAll(TimeSpan frameTime) at MissionTestMod.TestMod.OnApplicationTick(Single dt) at TaleWorlds.MountAndBlade.Module.OnApplicationTick(Single dt) at TaleWorlds.DotNet.Managed.ApplicationTick(Single dt)
The text was updated successfully, but these errors were encountered:
What happened?
Throwable thrown hit my AI, crashed on invoking Agent.RegisterBlow
Steps to reproduce
Throw a spear and pray?
Relevant log output
The text was updated successfully, but these errors were encountered: