View Issue Details

IDProjectCategoryLast Update
0024198AI War 2Bug - GameplayDec 6, 2020 12:27 pm
ReporterNRSirLimbo Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.647 Planet Names, Notes, And Priorities 
Fixed in Version2.700 Multiplayer Shared-Faction Reaches Beta 
Summary0024198: Multiplayer (Host) Exception Popup: "GameEntity_Squad serialization error at stage 3100"
DescriptionException right at the start of the 3-player multiplayer game. Happened 6 times in quick succession.

There's Marauder debug in there, but this doesn't seem related.

12/6/2020 6:02:44 PM GameEntity_Squad serialization error at stage 3100, error: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.GameEntity_Squad.SerializeTo (Arcen.Universal.ArcenSerializationBuffer Buffer, Arcen.Universal.UltraEfficientStyle StyleForPKIDsIfNetworkSyncData, System.Boolean isDoingPartialNetworkSync) [0x0018b] in <67bb5fb086884306b44d3f398a4c97a8>:0
TagsNo tags attached.

Activities

NRSirLimbo

Dec 6, 2020 12:10 pm

developer  

ArcenDebugLog.txt (406,671 bytes)

Chris_McElligottPark

Dec 6, 2020 12:27 pm

administrator   ~0059864

Thanks!

* A further continuation of the bug that Badger was running into last night in multiplayer, it was still possible for the fast blast process to try to send squad info from the server to the clients before the fleet membership was assigned. It now detects that, waits up to 2 seconds, and then discards the data if the squad was never fully set up correctly.
** There are two scenarios here. One of them is that sometimes we might start trying to create a squad which then we decide to discard, and those need to just get junked.
** The other is that we are having a race condition within a few milliseconds or even microseconds one thread and another, and thus the main thread just needs to wait a bit. It tries every 50 milliseconds or so for 2 seconds.

Issue History

Date Modified Username Field Change
Dec 6, 2020 12:10 pm NRSirLimbo New Issue
Dec 6, 2020 12:10 pm NRSirLimbo File Added: ArcenDebugLog.txt
Dec 6, 2020 12:27 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Dec 6, 2020 12:27 pm Chris_McElligottPark Status new => resolved
Dec 6, 2020 12:27 pm Chris_McElligottPark Resolution open => fixed
Dec 6, 2020 12:27 pm Chris_McElligottPark Fixed in Version => 2.700 Multiplayer Shared-Faction Reaches Beta
Dec 6, 2020 12:27 pm Chris_McElligottPark Note Added: 0059864