View Issue Details

IDProjectCategoryLast Update
0026066AI War 2Crash/ExceptionJan 6, 2022 4:17 pm
ReporterBadgerBadger Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.780 Nomadic Ark Empires And The Hull System 
Fixed in VersionBeta 3.781 Tachyon Healing Reversal 
Summary0026066: Exception in NonClosure_PerTachyonSource
DescriptionThis was hit when loading the giant scourge save

1/5/2022 9:56:57 PM 3.781 SINGLEP DELAYED4 TID35 Exception in NonClosure_PerTachyonSource at stage 5300:System.InvalidOperationException: Failed to compare two elements in an array. ---> System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.TachyonPlanning.DelegateHelper_SortTachyonTargets (Arcen.AIW2.Core.GameEntity_Squad Left, Arcen.AIW2.Core.GameEntity_Squad Right) [0x00008] in <28c4751194964a969970768f2a4a7c8e>:0
  at Arcen.Universal.FunctorComparer`1[T].Compare (T x, T y) [0x00009] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/List.cs:1131
  at Arcen.Universal.Collections.GenericArraySortHelper`1[T].SwapIfGreaterWithItems (T[] keys, System.Int32 a, System.Int32 b, Arcen.Universal.Collections.IComparer`1[T] comparer) [0x00029] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/Support/GenericArraySortHelper.cs:82
  at Arcen.Universal.Collections.GenericArraySortHelper`1[T].PickPivotAndPartition (T[] keys, System.Int32 lo, System.Int32 hi, Arcen.Universal.Collections.IComparer`1[T] comparer) [0x00016] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/Support/GenericArraySortHelper.cs:246
  at Arcen.Universal.Collections.GenericArraySortHelper`1[T].IntroSort (T[] keys, System.Int32 lo, System.Int32 hi, System.Int32 depthLimit, Arcen.Universal.Collections.IComparer`1[T] comparer) [0x00097] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/Support/GenericArraySortHelper.cs:226
  at Arcen.Universal.Collections.GenericArraySortHelper`1[T].IntrospectiveSort (T[] keys, System.Int32 left, System.Int32 length, Arcen.Universal.Collections.IComparer`1[T] comparer) [0x0001f] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/Support/GenericArraySortHelper.cs:184
  at Arcen.Universal.Collections.GenericArraySortHelper`1[T].Sort (T[] keys, System.Int32 index, System.Int32 length, Arcen.Universal.Collections.IComparer`1[T] comparer) [0x00007] in /home/arcengames_aiw-ultra/CodeCrossProject/ArcenUniversal/src/ArcenCollections/Replacements/Support/GenericArraySortHelper.cs:18
TagsNo tags attached.

Activities

Chris_McElligottPark

Jan 6, 2022 4:17 pm

administrator   ~0063671

Thanks!

* Fixed a rare exception that could happen in the TachyonPlanning thread when data changed while it was in the middle of a sort.

Issue History

Date Modified Username Field Change
Jan 5, 2022 11:57 pm BadgerBadger New Issue
Jan 6, 2022 4:17 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Jan 6, 2022 4:17 pm Chris_McElligottPark Status new => resolved
Jan 6, 2022 4:17 pm Chris_McElligottPark Resolution open => fixed
Jan 6, 2022 4:17 pm Chris_McElligottPark Fixed in Version => Beta 3.781 Tachyon Healing Reversal
Jan 6, 2022 4:17 pm Chris_McElligottPark Note Added: 0063671