View Issue Details

IDProjectCategoryLast Update
0021271AI War 2Bug - GameplayJun 4, 2019 7:01 pm
ReporterDEMOCRACY_DEMOCRACY Assigned ToBadgerBadger  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBETA 0.865 The Return Of Deepstriking 
Fixed in VersionBETA 0.866 Hotfix 
Summary0021271: repeated wave notification without actual waves
Descriptioni keep geting wave notices in textboxes on the top right, but no actual waves spawn. there's also a negative wave at the top left.

included are auto saves that have the game at earlier states.
TagsNo tags attached.

Relationships

related to 0021270 resolvedChris_McElligottPark crash in stacking 

Activities

DEMOCRACY_DEMOCRACY

Jun 4, 2019 6:30 pm

reporter  

Autosave.19500.save (766,071 bytes)
Autosave.18300.save (672,642 bytes)
Autosave.18600.save (639,970 bytes)
Autosave.18900.save (813,369 bytes)
Autosave.19200.save (651,084 bytes)
ok 2.save (782,508 bytes)
ok 2.savemet (66 bytes)
ok.save (772,696 bytes)
ok.savemet (66 bytes)
wtf.save (633,596 bytes)
wtf.savemet (66 bytes)

DEMOCRACY_DEMOCRACY

Jun 4, 2019 6:34 pm

reporter   ~0051840

update! destroying the command station on planet sarr allows the ai to spam waves at the player.

BadgerBadger

Jun 4, 2019 6:42 pm

manager   ~0051841

This is caused by checking the StackingCutoff in DeployComposition. Recall that waves arrive pre-stacked for performance reasons

  at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Arcen.Universal.ArcenSparseLookup`2[K,T].GetItemForKey (K Key) [0x00001] in <fc614261afaa479792cf92200d3ddc4c>:0
  at Arcen.Universal.ArcenSparseLookup`2[K,T].get_Item (K key) [0x00001] in <fc614261afaa479792cf92200d3ddc4c>:0
  at Arcen.Universal.GameSettings.GetIntBySetting (Arcen.Universal.ArcenSetting setting) [0x00037] in <fc614261afaa479792cf92200d3ddc4c>:0
  at Arcen.Universal.GameSettings.GetIntBySetting (System.String setting) [0x00012] in <fc614261afaa479792cf92200d3ddc4c>:0
  at Arcen.AIW2.External.BaseAIFaction.DeployComposition (Arcen.AIW2.Core.ArcenSimContext Context, Arcen.AIW2.Core.Faction faction, Arcen.AIW2.Core.GameEntity_Base entityToSpawnAt, System.Int32 TargetFactionIndex, Arcen.Universal.ArcenSparseLookup`2[K,T] compo\
sition, System.Collections.Generic.List`1[Arcen.AIW2.Core.GameEntity_Squad]& EntitiesForDeployment) [0x00054] in <2e3cce15f59c4957a865fcaba188c21c>:0
  at Arcen.AIW2.External.SpecialFaction_AI.SpawnWave (Arcen.AIW2.Core.ArcenSimContext Context, Arcen.AIW2.Core.Faction faction, Arcen.AIW2.External.PlannedWave wave, System.Int32 TargetFactionIndex, Arcen.AIW2.Core.GameEntity_Squad overrideSpawnLocation) [0x00\
2f1] in <2e3cce15f59c4957a865fcaba188c21c>:0
  at Arcen.AIW2.External.SpecialFaction_AI.DoPerSimStepLogic_OnMainThread (Arcen.AIW2.Core.Faction faction, Arcen.AIW2.Core.ArcenSimContext Context) [0x005a8] in <2e3cce15f59c4957a865fcaba188c21c>:0


The wave never gets removed from the "QueuedWaves" list because it crashes deploying the wave, so it keeps trying to launch the wave (and crashing) each SimStep

BadgerBadger

Jun 4, 2019 7:01 pm

manager   ~0051842

Fixed

Issue History

Date Modified Username Field Change
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY New Issue
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.19200.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.19500.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.19500.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18300.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18300.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18600.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18600.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18900.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.18900.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: Autosave.19200.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: ok 2.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: ok 2.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: ok.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: ok.savemet
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: wtf.save
Jun 4, 2019 6:30 pm DEMOCRACY_DEMOCRACY File Added: wtf.savemet
Jun 4, 2019 6:34 pm DEMOCRACY_DEMOCRACY File Added: kill command station for waves.save
Jun 4, 2019 6:34 pm DEMOCRACY_DEMOCRACY File Added: kill command station for waves.savemet
Jun 4, 2019 6:34 pm DEMOCRACY_DEMOCRACY Note Added: 0051840
Jun 4, 2019 6:42 pm BadgerBadger Note Added: 0051841
Jun 4, 2019 6:42 pm BadgerBadger Relationship added related to 0021270
Jun 4, 2019 7:01 pm BadgerBadger Assigned To => BadgerBadger
Jun 4, 2019 7:01 pm BadgerBadger Status new => resolved
Jun 4, 2019 7:01 pm BadgerBadger Resolution open => fixed
Jun 4, 2019 7:01 pm BadgerBadger Fixed in Version => BETA 0.866 Hotfix
Jun 4, 2019 7:01 pm BadgerBadger Note Added: 0051842