View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024198 | AI War 2 | Bug - Gameplay | Dec 6, 2020 12:10 pm | Dec 6, 2020 12:27 pm | |
Reporter | NRSirLimbo | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.647 Planet Names, Notes, And Priorities | ||||
Fixed in Version | 2.700 Multiplayer Shared-Faction Reaches Beta | ||||
Summary | 0024198: Multiplayer (Host) Exception Popup: "GameEntity_Squad serialization error at stage 3100" | ||||
Description | Exception 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 | ||||
Tags | No tags attached. | ||||
|
|
|
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. |
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 |