View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0026067 | AI War 2 | Crash/Exception | Jan 6, 2022 12:21 am | Jan 6, 2022 4:11 pm | |
Reporter | BadgerBadger | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 3.780 Nomadic Ark Empires And The Hull System | ||||
Fixed in Version | Beta 3.781 Tachyon Healing Reversal | ||||
Summary | 0026067: Exception in ADCB.ToString | ||||
Description | 1/5/2022 10:20:21 PM 3.781 SINGLEP DELAYED3 TID29 Hit exception in UpdateWatchtowers debugCode 200 System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: chunkLength at System.Text.StringBuilder.ToString () [0x000a6] in <695d1cc93cca45069c528c15c9fdd749>:0 at Arcen.Universal.ArcenDoubleCharacterBuffer.GetStringAndResetForNextUpdate () [0x0008b] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenBuffers/ArcenDoubleCharacterBuffer.cs:317 at Arcen.AIW2.External.SappersPerUnitBaseInfo.UpdateShipsInside_ForUI (Arcen.AIW2.Core.GameEntity_Squad entity) [0x0006a] in <28c4751194964a969970768f2a4a7c8e>:0 at Arcen.AIW2.External.SappersFactionDeepInfo.UpdateWatchtowers (Arcen.AIW2.Core.ArcenHostOnlySimContext Context) [0x00350] in <2e803f2c30d443819b7c95e23dcd5d5a>:0 This is on the giant scourge save | ||||
Tags | No tags attached. | ||||
|
Another classic cross threading error, part of this fix: * Found a further place where the simulation was able to double-run on multiple threads if it was running slowly enough because of an extremely bogged-down sim world. ** I thought I had gotten all of these yesterday, and indeed it was better, but one area slipped through and was the genesis of a ton of random-seeming bugs. Thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
Jan 6, 2022 12:21 am | BadgerBadger | New Issue | |
Jan 6, 2022 4:11 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Jan 6, 2022 4:11 pm | Chris_McElligottPark | Status | new => resolved |
Jan 6, 2022 4:11 pm | Chris_McElligottPark | Resolution | open => fixed |
Jan 6, 2022 4:11 pm | Chris_McElligottPark | Fixed in Version | => Beta 3.781 Tachyon Healing Reversal |
Jan 6, 2022 4:11 pm | Chris_McElligottPark | Note Added: 0063668 |