View Issue Details

IDProjectCategoryLast Update
0026522AI War 2Crash/ExceptionFeb 25, 2022 5:27 pm
ReporterBadgerBadger Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.903 Multiplayer Polish 
Fixed in VersionBeta 3.904 Release Candidate 1 
Summary0026522: MP: Exception in DoOnDeath
DescriptionFrom MP client

2/24/2022 10:54:34 PM 3.903 CLIENT DELAYED29 TID24 Hit exception in DoOnAnyDeathInCombatLogic_AfterFullDeathOrPartOfStackDeath debugCode 1100 System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.EntitySimLogicImplementation_BaseInfo.DoSystemOnDeathEffect (Arcen.AIW2.Core.ArcenSimContextAnyStatus Context, Arcen.AIW2.Core.EntitySystem System) [0x00036] in <6a53b8395a114073ab7cb5abf4b836d4>:0
  at Arcen.AIW2.Core.GameEntity_Squad.DoOnAnyDeathInCombatLogic_AfterFullDeathOrPartOfStackDeath (System.Boolean IsFromOnlyPartOfStackDying, Arcen.AIW2.Core.DamageSource Damage, Arcen.AIW2.Core.EntitySystem FiringSystemOrNull, System.Int32 numStacksKilled, Arcen.AIW2.Core.ArcenSimContextAnyStatus Context) [0x00120] in /data/Games/arcengames_aiw-ultra/CodeMain/ArcenAIW2Core/src/Logic/GameState/GameEntity/GameEntity_Squad.cs:7510
2/24/2022 10:55:57 PM 3.903 CLIENT DELAYED30 TID23 Hit exception in DoOnAnyDeathInCombatLogic_AfterFullDeathOrPartOfStackDeath debugCode 1100 System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.EntitySimLogicImplementation_BaseInfo.DoSystemOnDeathEffect (Arcen.AIW2.Core.ArcenSimContextAnyStatus Context, Arcen.AIW2.Core.EntitySystem System) [0x00036] in <6a53b8395a114073ab7cb5abf4b836d4>:0
  at Arcen.AIW2.Core.GameEntity_Squad.DoOnAnyDeathInCombatLogic_AfterFullDeathOrPartOfStackDeath (System.Boolean IsFromOnlyPartOfStackDying, Arcen.AIW2.Core.DamageSource Damage, Arcen.AIW2.Core.EntitySystem FiringSystemOrNull, System.Int32 numStacksKilled, Arcen.AIW2.Core.ArcenSimContextAnyStatus Context) [0x00120] in /data/Games/arcengames_aiw-ultra/CodeMain/ArcenAIW2Core/src/Logic/GameState/GameEntity/GameEntity_Squad.cs:7510
TagsNo tags attached.

Activities

Chris_McElligottPark

Feb 25, 2022 5:27 pm

administrator   ~0064854

Thanks!

* Fixed a rare exception that could happen in DoSystemOnDeathEffect on MP clients. Also improved the instrumentation all around this area.

Issue History

Date Modified Username Field Change
Feb 25, 2022 1:07 am BadgerBadger New Issue
Feb 25, 2022 1:07 am BadgerBadger Status new => assigned
Feb 25, 2022 1:07 am BadgerBadger Assigned To => Chris_McElligottPark
Feb 25, 2022 5:27 pm Chris_McElligottPark Status assigned => resolved
Feb 25, 2022 5:27 pm Chris_McElligottPark Resolution open => fixed
Feb 25, 2022 5:27 pm Chris_McElligottPark Fixed in Version => Beta 3.904 Release Candidate 1
Feb 25, 2022 5:27 pm Chris_McElligottPark Note Added: 0064854