View Issue Details

IDProjectCategoryLast Update
0026238AI War 2Crash/ExceptionFeb 3, 2022 9:49 pm
Reporterslake-moth Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.791 Network Defragmentation 
Fixed in VersionBeta 3.792 Thread And Entity Sanity 
Summary0026238: DoShotHitLogic error at debugStage 4000: System.Exception: Passed in duplicate key
Description3.791 SINGLEP DELAYED15 TID11 DoShotHitLogic error at debugStage 4000: System.Exception: Passed in duplicate key! LocationNameForTracing:Squad-DeathEffectCausingDamageReceivedToEntity
  at Arcen.AIW2.External.EntitySimLogicImplementation_BaseInfo.DoShotHitLogic_Inner (Arcen.AIW2.Core.IShotHitSource ShotHitNeverNull, System.Int32 CompressedShots, Arcen.AIW2.Core.EntitySystem OriginSystemForShotOrNull, Arcen.AIW2.Core.GameEntity_Squad Target, System.Boolean HonorFiniteHitCountAOE, Arcen.Universal.FInt PercentOfTotalAttackPowerForThisHitOutOf100, System.Int32& TotalDamageDealt, System.Int32& ActualCompressedShotsHit, Arcen.AIW2.Core.ArcenSimContextAnyStatus Context) [0x003a5] in <0f1ff40de9d4412e8ed7e3864488302d>:0

After reloading saved game the error didn't reappear.
TagsNo tags attached.

Relationships

related to 0026242 resolvedChris_McElligottPark Debug log 

Activities

Chris_McElligottPark

Feb 3, 2022 9:49 pm

administrator   ~0064098

Thanks!

* Passing in a duplicate key to Add() methods on dictionaries is no longer an error. It just overwrites.
** This is a general semantic difference that never has really mattered, especially not for our purposes here.

Issue History

Date Modified Username Field Change
Feb 2, 2022 8:29 pm slake-moth New Issue
Feb 3, 2022 12:26 pm BadgerBadger Relationship added related to 0026242
Feb 3, 2022 9:49 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 3, 2022 9:49 pm Chris_McElligottPark Status new => resolved
Feb 3, 2022 9:49 pm Chris_McElligottPark Resolution open => fixed
Feb 3, 2022 9:49 pm Chris_McElligottPark Fixed in Version => Beta 3.792 Thread And Entity Sanity
Feb 3, 2022 9:49 pm Chris_McElligottPark Note Added: 0064098