View Issue Details

IDProjectCategoryLast Update
0026242AI War 2Bug - OtherFeb 3, 2022 9:48 pm
Reporterhabakuk Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.791 Network Defragmentation 
Fixed in VersionBeta 3.792 Thread And Entity Sanity 
Summary0026242: Debug log
DescriptionA debug log that popped up. The game seems to run fine.
TagsNo tags attached.

Relationships

related to 0026238 resolvedChris_McElligottPark DoShotHitLogic error at debugStage 4000: System.Exception: Passed in duplicate key 

Activities

habakuk

Feb 3, 2022 12:09 pm

reporter  

ArcenDebugLog.txt (1,109,451 bytes)

BadgerBadger

Feb 3, 2022 12:16 pm

manager   ~0064072

The error in question was
2/3/2022 5:08:21 PM 3.791 SINGLEP Finish load save in 1,019ms
2/3/2022 5:55:42 PM 3.791 SINGLEP DELAYED4 TID55 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

For the director of music.

Chris_McElligottPark

Feb 3, 2022 9:48 pm

administrator   ~0064097

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 3, 2022 12:09 pm habakuk New Issue
Feb 3, 2022 12:09 pm habakuk File Added: ArcenDebugLog.txt
Feb 3, 2022 12:16 pm BadgerBadger Note Added: 0064072
Feb 3, 2022 12:26 pm BadgerBadger Relationship added related to 0026238
Feb 3, 2022 9:48 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 3, 2022 9:48 pm Chris_McElligottPark Status new => resolved
Feb 3, 2022 9:48 pm Chris_McElligottPark Resolution open => fixed
Feb 3, 2022 9:48 pm Chris_McElligottPark Fixed in Version => Beta 3.792 Thread And Entity Sanity
Feb 3, 2022 9:48 pm Chris_McElligottPark Note Added: 0064097