View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0021271 | AI War 2 | Bug - Gameplay | Jun 4, 2019 6:30 pm | Jun 4, 2019 7:01 pm | |
Reporter | DEMOCRACY_DEMOCRACY | Assigned To | BadgerBadger | ||
Status | resolved | Resolution | fixed | ||
Product Version | BETA 0.865 The Return Of Deepstriking | ||||
Fixed in Version | BETA 0.866 Hotfix | ||||
Summary | 0021271: repeated wave notification without actual waves | ||||
Description | i 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. | ||||
Tags | No tags attached. | ||||
related to | 0021270 | resolved | Chris_McElligottPark | crash in stacking |
|
|
|
update! destroying the command station on planet sarr allows the ai to spam waves at the player. |
|
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 |
|
Fixed |
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 |