View Issue Details

IDProjectCategoryLast Update
0024543AI War 2Crash/ExceptionMar 18, 2021 11:47 am
ReporterSigma7 Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 2.756 Choice Of Injury 
Fixed in VersionBeta 2.760 Xenophiles And Overlords 
Summary0024543: Exception - Helper_SendExoGalacticAttack_SingleExoTarget
DescriptionThe attached saved game have the human faction shut down because of an exception, rather than the human faction being shut down because the home command station was destroyed.

3/12/2021 4:43:53 PM 2.756 SINGLEP Hit exception in Helper_SendExoGalacticAttack_SingleExoTarget debugCode 700 System.Exception: This is probably too paranoid
  at Arcen.AIW2.External.ExoGalacticAttackManager.Helper_SendExoGalacticAttack_SingleExoTarget (Arcen.AIW2.Core.GameEntity_Squad Target, System.Boolean& GiveAnnouncement, System.Int32 TargetCount, System.Boolean debug, System.Int32 AttackStrength, Arcen.AIW2.Core.Planet ForceOrigin, Arcen.AIW2.Core.Faction spawningFaction, Arcen.AIW2.Core.Faction invokingFaction, Arcen.AIW2.Core.ArcenSimContext Context, Arcen.AIW2.External.ExoGalacticAttackType type, System.Int32 distanceFromTargetOverride, System.Int32 defaultDistanceFromTarget, Arcen.AIW2.External.ExoOptions options) [0x002fc] in <6f44fb7c3beb4b688c669860dd9ad255>:0
3/12/2021 4:43:53 PM 2.756 SINGLEP Unknown Exception in DoOnAnyDeathLogic for faction Sigma7(Index 6), so will not run any more of those until a reload of the save. Check error log to see prior recorded exception.

TagsNo tags attached.

Relationships

has duplicate 0024570 resolvedChris_McElligottPark Error on player defeat 

Activities

Sigma7

Mar 12, 2021 5:46 pm

reporter  

Autosave at 9m 44s.save (192,602 bytes)

Chris_McElligottPark

Mar 18, 2021 11:47 am

administrator   ~0060821

Thanks!

* Removed a couple of exceptions that we were throwing as a sort of self-check in Helper_SendExoGalacticAttack_SingleExoTarget.
** Essentially, the only time that these could fire is if an exo was just launching against a target right as that target died. In those cases it was leading to an exception, but that wasn't actually an error state, so there was no real point to this check at this point. In the past, it helped identify some edge case errors, but we're all good now.

Issue History

Date Modified Username Field Change
Mar 12, 2021 5:46 pm Sigma7 New Issue
Mar 12, 2021 5:46 pm Sigma7 File Added: Autosave at 9m 44s.save
Mar 17, 2021 12:13 pm Sigma7 Relationship added has duplicate 0024570
Mar 18, 2021 11:47 am Chris_McElligottPark Assigned To => Chris_McElligottPark
Mar 18, 2021 11:47 am Chris_McElligottPark Status new => resolved
Mar 18, 2021 11:47 am Chris_McElligottPark Resolution open => fixed
Mar 18, 2021 11:47 am Chris_McElligottPark Fixed in Version => Beta 2.760 Xenophiles And Overlords
Mar 18, 2021 11:47 am Chris_McElligottPark Note Added: 0060821