View Issue Details

IDProjectCategoryLast Update
0025796AI War 2Crash/ExceptionNov 9, 2021 1:12 am
ReporterEluthena Assigned To 
Severityminor 
Status newResolutionopen 
Product VersionBeta 3.746 Phantom Ship Syndrome 
Summary0025796: Broken and partially broken map types - 1 has an exception, the others just completely freeze up
DescriptionTwo of these happen when the desired planet count is raised to or above a certain amount, the other two happen at any planet count.

The exception-raising one:
* Clusters Microcosm - Desired planet count >= 160; map generation fails, giving the exception attached below

The ones causing freeze-ups:
* Encapsulated - Planet count >= 250 (I'm not sure if this one is actually trying to generate or not, but if it is, then it takes WAY too long to be worth waiting for)
* Linked Rings & Swirl - Any planet count (even 40) (Update: These ones are causing massive memory usage/leaks. Like the "AIW2 is up to 9GB of RAM usage in seconds" kind)
TagsNo tags attached.

Activities

Eluthena

Nov 9, 2021 12:58 am

reporter  

ArcenDebugLog Exception.txt (1,251 bytes)   
11/8/2021 10:29:22 PM	3.746	SINGLEP	CreateGalaxies exception at debugStage 1200, exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.BadgerUtilityMethods.isGalaxyFullyConnected (Arcen.Universal.IList`1[T] planetsForMap, Arcen.Universal.ThrowawayListCanMemLeak`1[Arcen.AIW2.Core.Planet]& connectedPlanets) [0x00039] in <137b78ebc7d9421db004e67c75ec0670>:0 
  at Arcen.AIW2.External.BadgerUtilityMethods.makeSureGalaxyIsFullyConnected (Arcen.Universal.IList`1[T] planetsForMap) [0x00105] in <137b78ebc7d9421db004e67c75ec0670>:0 
  at Arcen.AIW2.External.BadgerUtilityMethods.makeSureGalaxyIsFullyConnected (Arcen.AIW2.Core.Galaxy galaxy) [0x00007] in <137b78ebc7d9421db004e67c75ec0670>:0 
  at Arcen.AIW2.External.Mapgen_ClustersRoot.GenerateMapStructureOnly (Arcen.AIW2.Core.Galaxy galaxy, Arcen.AIW2.Core.ArcenHostOnlySimContext Context, Arcen.AIW2.Core.MapConfiguration mapConfig, Arcen.AIW2.Core.MapTypeData mapType) [0x000aa] in <137b78ebc7d9421db004e67c75ec0670>:0 
  at Arcen.AIW2.Core.World_AIW2.CreateGalaxies (Arcen.AIW2.Core.ArcenHostOnlySimContext BroadContext, Arcen.AIW2.Core.ArcenHostOnlySimContext DetailsContext) [0x001e1] in <ce4249eb374f4381b8b635dd7051de4b>:0 
ArcenDebugLog Exception.txt (1,251 bytes)   

Issue History

Date Modified Username Field Change
Nov 9, 2021 12:58 am Eluthena New Issue
Nov 9, 2021 12:58 am Eluthena File Added: ArcenDebugLog Exception.txt
Nov 9, 2021 1:12 am Eluthena Description Updated