View Issue Details

IDProjectCategoryLast Update
0026126AI War 2Bug - GameplayJan 15, 2022 12:50 pm
ReporterTuntematon Assigned ToBadgerBadger  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.785 Just Bugfixes 
Fixed in VersionBeta 3.786 A Very Intense Patch 
Summary0026126: Cliking deepstrike icon gives error. When there are currently 0 wormholes that can spawn
Description1/15/2022 4:40:08 PM 3.785 SINGLEP Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0
TagsNo tags attached.

Activities

Tuntematon

Jan 15, 2022 9:45 am

reporter  

20220115164206_1.jpg (563,975 bytes)
20220115164216_1.jpg (580,197 bytes)
20220115163912_1.jpg (601,091 bytes)
ArcenDebugLog.txt (242,365 bytes)   
1/10/2022 6:19:33 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:19:33 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:19:33 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 900 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelper16 (Arcen.Universal.ReadStyle RStyle) [0x00032] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadInt16 (Arcen.Universal.ReadStyle RStyle, System.String FieldNameForErrors) [0x00097] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00187] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:19:54 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3227 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:20:27 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:20:27 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:20:27 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 900 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.TryReadBool (System.Boolean& WasSuccessful, System.Boolean ThrowExceptionOnFailure) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadBool (System.String FieldNameForErrors) [0x00083] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0014c] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:20:49 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3225 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:21:10 PM	3.782	CLIENT	DELAYED28 TID32 squad still existed in planetfaction despite being in death registry: 2603 (DiedOnTimeFromZeroHealth)
1/10/2022 6:21:22 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:21:22 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:21:22 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 900 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelper16 (Arcen.Universal.ReadStyle RStyle) [0x00032] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadInt16 (Arcen.Universal.ReadStyle RStyle, System.String FieldNameForErrors) [0x00097] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00187] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:21:44 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3227 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:22:17 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:22:17 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:22:17 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 200 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelper8 (Arcen.Universal.ReadStyleByte RStyle) [0x00023] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadByte (Arcen.Universal.ReadStyleByte RStyle, System.String FieldNameForErrors) [0x000be] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00123] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:22:39 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3228 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:23:12 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:23:12 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:23:12 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 900 from serialized version 3.782 loading into new version 3.782, error: System.Exception: How could we not find a faction from 17 factions?
  at Arcen.AIW2.Core.Fleet.get_Faction () [0x0006d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00169] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:23:34 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3228 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:24:07 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:24:07 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:24:07 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 200 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelper8 (Arcen.Universal.ReadStyleByte RStyle) [0x00023] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadByte (Arcen.Universal.ReadStyleByte RStyle, System.String FieldNameForErrors) [0x000be] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00123] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:24:28 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3228 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:25:02 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:25:02 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:25:02 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 900 from serialized version 3.782 loading into new version 3.782, error: System.Exception: How could we not find a faction from 17 factions?
  at Arcen.AIW2.Core.Fleet.get_Faction () [0x0006d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00169] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:25:24 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3226 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:25:57 PM	3.782	CLIENT	Fleet 655386 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:25:57 PM	3.782	CLIENT	Fleet 101414 deserialized faction index -1 was deserialized when the faction count was 17
1/10/2022 6:25:57 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicFleetSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 5632 Exception: System.Exception: 
Fleet deserialization error at stage 200 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Tried to read more bits from a deserialization buffer than we had! Requested byte index to pull bit from was 5632, but the number of bytes in this buffer was only 5632 (Chunk Index was 0 out of 1 chunks)
  at Arcen.Universal.ArcenDeserializationBufferModern.GetNextBit () [0x00190] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelper8 (Arcen.Universal.ReadStyleByte RStyle) [0x00023] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadByte (Arcen.Universal.ReadStyleByte RStyle, System.String FieldNameForErrors) [0x000be] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00123] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializedIntoSelf (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x0064d] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.Fleet.DeserializeNewFrom (System.Int32 FleetID, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate, Arcen.Universal.SerializationCommandType SerializationCmdType, System.Boolean HideErrors) [0x00007] in <07cc0f254478437980b23637979b473c>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicFleetSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x0011b] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00298] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:26:18 PM	3.782	CLIENT	Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicWorldSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 3228 Exception: System.Exception: World_AIW2 deserialization error at stage 1000 from serialized version 3.782 loading into new version 3.782, error: System.Exception: Could not read string 'MapType', but did get this partial one: 'b'.
Was for field with name: 'MapType'  Exception: System.Exception: Tried to read condensed string format index 117 which is >= the length of 107 supported characters.  Some bad data just happened prior to this!
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperChar (System.Boolean ReadFullUnicode) [0x000c1] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x000ff] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadString_Condensed (System.String FieldNameForErrors) [0x0028e] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeFrom_Inner (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String& NameFound, System.Boolean DoByIndex, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x0029d] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, Arcen.Universal.LookupSwapAllowed SwapAllowed, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.Universal.ArcenDynamicTable`1[T].DeserializeByInternalName (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x00001] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at Arcen.AIW2.Core.WorldSetup.DeserializeInto (Arcen.AIW2.Core.WorldSetup result, Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean IsLoadingForTemplate) [0x00001] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x001ac] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.World_AIW2.DeserializeWorldFrom (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, Arcen.Universal.SerializationCommandType SerializationType) [0x00b3a] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.Universal.World.DeserializedIntoSelf (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean LoadAsTemplate, System.Boolean IsLoadingFromQuickstartOrLastLobbySettings, System.Boolean HideErrors, System.String& ErrorText, System.Boolean IgnoreAnyMissingExpansionsOrMods, Arcen.Universal.SerializationCommandType SerializationType) [0x00721] in <5fb3fe7c25514275a9940a0f2a810b78>:0 
  at AIWar2NetworkSync.Client_AcceptPeriodicWorldSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00087] in <07cc0f254478437980b23637979b473c>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x002bf] in <07cc0f254478437980b23637979b473c>:0 
1/10/2022 6:26:59 PM	3.782	CLIENT	STEAM RELAY SOCKET NETWORK:  Disconnected ProblemDetectedLocally
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed ProblemDetectedLocally
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/10/2022 6:26:59 PM	3.782	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/10/2022 6:26:59 PM	3.782	SINGLEP	Clearing player accounts.
1/12/2022 8:01:53 PM	SINGLEP	Current directory used: F:/SteamLibrary/steamapps/common/AI War 2/
PlayerDataDirectory used: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/
1/12/2022 8:01:53 PM	SINGLEP	Boot up FleetOS (0.1430s)
1/12/2022 8:01:53 PM	SINGLEP	graphicsDeviceType in use: Direct3D11
graphicsDeviceVersion in use: Direct3D 11.0 [level 11.1]
graphicsMultiThreaded: False
graphicsShaderLevel: 50
operatingSystem: Windows 10  (10.0.19043) 64bit
graphicsDeviceName: NVIDIA GeForce RTX 2070
graphicsDeviceID: 7943
graphicsDeviceVendor: NVIDIA
graphicsDeviceVendorID: 4318
graphicsDeviceVersion: Direct3D 11.0 [level 11.1]
graphicsMemorySize: 8031
maxTextureSize: 16384
npotSupport: Full
processorType: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
processorCount: 8
processorFrequency: 3600
systemMemorySize: 32683
supportedRenderTargetCount: 8
supportsComputeShaders: True
supportsShadows: True
usesReversedZBuffer: True
1/12/2022 8:01:53 PM	3.783	SINGLEP	Game Version: 3.783
1/12/2022 8:01:53 PM	3.783	SINGLEP	Check System Logs For Rogue Intelligence (0.3100s)
1/12/2022 8:01:53 PM	3.783	SINGLEP	Inspect Aft Hatches (0.1525s)
1/12/2022 8:01:53 PM	3.783	SINGLEP	Found 501 xml files in 132 folders in 25ms
1/12/2022 8:01:54 PM	3.783	SINGLEP	Check For Extra Modules (1.0975s)
1/12/2022 8:01:54 PM	3.783	SINGLEP	501 Xml Files Parsed in 1,068ms
1/12/2022 8:01:54 PM	3.783	SINGLEP	Gather Ancient Lifeforms (0.0005s)
1/12/2022 8:01:54 PM	3.783	SINGLEP	Eject Trash Into Hyperspace (0.0025s)
1/12/2022 8:01:54 PM	3.783	SINGLEP	Bring Cloaking Systems Online (0.0165s)
1/12/2022 8:01:54 PM	3.783	SINGLEP	Update mod and expansion statuses!
1/12/2022 8:01:54 PM	3.783	SINGLEP	Expansions:  The Spire Rises (Installed And Enabled!)  Zenith Onslaught (Installed And Enabled!)  The Neinzul Abyss (Installed And Enabled!)  
1/12/2022 8:01:54 PM	3.783	SINGLEP	Mods:  CapturableDreadnoughts (Disabled)  ExtendedShipVariants (Disabled)  FrigatesFocus (Disabled)  FromSpireFrigateToDreadnought (Disabled)  MicroModCollection (Disabled)  MoreFrigates (Disabled)  MoreStartingFleets (Disabled)  MoreSystemDefenders (Disabled)  PowerfulCommandStations (Disabled)  RaisingTheFloorMultiAIAdjustment (Disabled)  SKCivilianIndustry (Disabled)  StrategicRebalance (Disabled)  StrategicRebalanceDLC1 (Disabled)  StrategicRebalanceDLC2 (Disabled)  SuperchargeRaid (Disabled)  TameDarkSpire (Disabled)  
1/12/2022 8:01:54 PM	3.783	SINGLEP	Check Nearby Stellar Masses (0.0260s)
1/12/2022 8:01:54 PM	3.783	SINGLEP	501 Xml Files Checked For Exp/Mod Status in 6ms
1/12/2022 8:01:54 PM	3.783	SINGLEP	Pruning Excess Brain Cells (0.2345s)
1/12/2022 8:01:55 PM	3.783	SINGLEP	Resolution changed to fullscreen 1440x2560
1/12/2022 8:01:55 PM	3.783	SINGLEP	Applied graphics settings: 
AntialiasingMode:x2
UseSoftParticles:False
BillboardsFaceCameraPosition:False
AnisotropicMode:ForceEnable
TextureQuality:Full
1/12/2022 8:01:55 PM	3.783	SINGLEP	Applied Framerate Type: 144 FPS (vsync: 0 targetFPS:144)
1/12/2022 8:01:55 PM	3.783	SINGLEP	Remembering Alamo (0.3358s)
1/12/2022 8:01:55 PM	3.783	SINGLEP	Calculate Odds Of Success (0.3285s)
1/12/2022 8:01:55 PM	3.783	SINGLEP	Briefly Panic (0.2700s)
1/12/2022 8:01:56 PM	3.783	SINGLEP	Install Confidence Routines (0.3060s)
1/12/2022 8:01:56 PM	3.783	SINGLEP	Warning Only: No entries found for table 'ExtraDamageModifiers'.
1/12/2022 8:01:56 PM	3.783	SINGLEP	Late Axionic Computations (0.6689s)
1/12/2022 8:01:56 PM	3.783	SINGLEP	Acquiring Towel (0.0155s)
1/12/2022 8:01:56 PM	3.783	SINGLEP	Inhibiting Visual Scans (0.0335s)
1/12/2022 8:01:57 PM	3.783	SINGLEP	Ejecting Tactical Core (0.0805s)
1/12/2022 8:01:57 PM	3.783	SINGLEP	Grouping Flow Fields (0.0280s)
1/12/2022 8:01:57 PM	3.783	SINGLEP	Surrounding Starfields (0.6226s)
1/12/2022 8:01:58 PM	3.783	SINGLEP	Cleaning Distant Planets (0.5029s)
1/12/2022 8:01:58 PM	3.783	SINGLEP	Calculating Firing Cones (0.0080s)
1/12/2022 8:01:58 PM	3.783	SINGLEP	Scrapping Extra Ship Parts (0.5295s)
1/12/2022 8:01:58 PM	3.783	SINGLEP	Re-Aligning Objectives (0.0990s)
1/12/2022 8:02:03 PM	3.783	SINGLEP	Overwrote old entry for AIEnviousElderling in ElderlingGuardians
1/12/2022 8:02:03 PM	3.783	SINGLEP	Overwrote old entry for OrbitalDireConcussionGuardPost in OrbitalDireGuardPosts_FreeforAll
1/12/2022 8:02:03 PM	3.783	SINGLEP	Upgrade Blast Capacity (4.9909s)
1/12/2022 8:02:03 PM	3.783	SINGLEP	Post-Proton Surge (0.0125s)
1/12/2022 8:02:03 PM	3.783	SINGLEP	DELAYED1 TID29 We have 30 sapper difficulties
1/12/2022 8:02:03 PM	3.783	SINGLEP	DELAYED2 TID29 We have 10 sapper difficulties
1/12/2022 8:02:03 PM	3.783	SINGLEP	Background Radiation Taste Test (0.0195s)
1/12/2022 8:02:03 PM	3.783	SINGLEP	Shuffling Chairs On Command Deck (0.0180s)
1/12/2022 8:02:04 PM	3.783	SINGLEP	Windshield Wiping (0.1425s)
1/12/2022 8:02:04 PM	3.783	SINGLEP	Last Organizational Modeling (0.6370s)
1/12/2022 8:02:05 PM	3.783	SINGLEP	Stimulate Modulation (0.4240s)
1/12/2022 8:02:05 PM	3.783	SINGLEP	ArcenAssetBundleCache.InstantiatedObjects: 0
1/12/2022 8:02:05 PM	3.783	SINGLEP	Order Cores By Seniority (0.0090s)
1/12/2022 8:02:04 PM	3.783	SINGLEP	DELAYED3 TID53 Info: will dump 1863 rows for GameEntityReferenceData.csv and GameEntityStrengthList.txt.
1/12/2022 8:02:05 PM	3.783	SINGLEP	We got 24 campaign's data when deserializing
1/12/2022 8:02:05 PM	3.783	SINGLEP	Final Checks (0.2975s)
1/12/2022 8:02:05 PM	3.783	SINGLEP	Load Historical Documents (0.0025s)
1/12/2022 8:02:05 PM	3.783	SINGLEP	12.4 seconds total load time.
Check System Logs For Rogue Intelligence (0.3s)
Check For Extra Modules (1.1s)
Remembering Alamo (0.3s)
Calculate Odds Of Success (0.3s)
Briefly Panic (0.3s)
Install Confidence Routines (0.3s)
Late Axionic Computations (0.7s)
Surrounding Starfields (0.6s)
Cleaning Distant Planets (0.5s)
Scrapping Extra Ship Parts (0.5s)
Upgrade Blast Capacity (5.0s)
Last Organizational Modeling (0.6s)
Stimulate Modulation (0.4s)
Final Checks (0.3s)
1/12/2022 8:02:05 PM	3.783	SINGLEP	Hello Steam user 'Tuntematon'
1/12/2022 8:02:12 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Attempting connection to Bummeri.
1/12/2022 8:02:12 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connecting
1/12/2022 8:02:12 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connecting
1/12/2022 8:02:12 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connecting
1/12/2022 8:02:12 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connecting
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed FindingRoute
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed FindingRoute
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed FindingRoute
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed FindingRoute
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection Main success to Bummeri
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connected
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection Frequent success to Bummeri
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connected
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection Bulky1 success to Bummeri
1/12/2022 8:02:13 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connected
1/12/2022 8:02:14 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection Bulky2 success to Bummeri
1/12/2022 8:02:14 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK: Connection changed Connected
1/12/2022 8:02:14 PM	3.783	CLIENT	Asking to join hosted game with the name 'Tuntematon'
1/12/2022 8:02:14 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:02:14 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:02:14 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>

1/12/2022 8:02:14 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:02:14 PM	3.783	CLIENT	Multiplayer Connection Time Taken: Establishing_Connection - 1.4s
1/12/2022 8:02:14 PM	3.783	CLIENT	Multiplayer Connection Time Taken: Sending_Profile_Name_Expansions_And_Mods - 0.8s
1/12/2022 8:03:26 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:03:26 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:03:26 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>

1/12/2022 8:03:26 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:03:37 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:03:37 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:03:37 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#1f11fa>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:03:37 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:04:18 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:04:18 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:04:18 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#0bda51>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:04:18 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:04:40 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:04:40 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:04:40 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#7fff00>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:04:40 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:04:59 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:04:59 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:04:59 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#1f11fa>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:04:59 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:03 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:03 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:03 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#32cd32>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:03 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:33 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:33 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:33 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#007fff>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#32cd32>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:33 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:38 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:38 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:38 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#32cd32>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:38 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:40 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:40 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:40 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#32cd32>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:40 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:43 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:43 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:43 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#32cd32>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:43 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:47 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:47 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:47 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:47 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:54 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:54 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:54 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:54 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:05:58 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:05:58 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:05:58 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:05:58 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:06:06 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:06:06 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:06:06 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:06:06 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:08:31 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:08:31 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:08:31 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Bummeri (Necro Sidekick))</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:08:31 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:10:20 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:10:20 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:10:20 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:10:20 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:10:41 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:10:41 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:10:41 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:10:41 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:10:52 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:10:52 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:10:52 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:10:52 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:10:57 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:10:57 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:10:57 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:10:57 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:11:10 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:11:10 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:11:10 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:11:10 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:11:19 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:11:19 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:11:19 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa (Necro Empire))</color>

1/12/2022 8:11:19 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:11:23 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:11:23 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:11:23 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa (Necro Sidekick))</color>

1/12/2022 8:11:23 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:11:45 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:11:45 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:11:45 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa (Necro Sidekick))</color>

1/12/2022 8:11:45 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:12:10 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:12:10 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:12:10 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:12:10 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:12:32 PM	3.783	CLIENT	Start loading the world (client PlayerAccount ID will be 1)
1/12/2022 8:12:32 PM	3.783	CLIENT	Clearing player accounts.
1/12/2022 8:12:32 PM	3.783	CLIENT	Accounts in this MP game:
<color=#adff2f>Bummeri (Host - Faction #1, Nero)</color>
<color=#e5e5e5>Tuntematon (You)</color>
<color=#7df9ff>KaleR (Open - Faction #4, KaleR)</color>
<color=#ffffff>Jusa (Open - Faction #5, Jusa)</color>

1/12/2022 8:12:32 PM	3.783	CLIENT	Loaded the world in charge of a faction. Letting the host know that worked.
1/12/2022 8:18:52 PM	3.783	CLIENT	DELAYED4 TID132 squad still existed in planetfaction despite being in death registry: 3000 (GettingIntoTransport)
1/12/2022 8:19:08 PM	3.783	CLIENT	DELAYED5 TID98 squad still existed in planetfaction despite being in death registry: 2393 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:24 PM	3.783	CLIENT	DELAYED6 TID109 squad still existed in planetfaction despite being in death registry: 3792 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:33 PM	3.783	CLIENT	DELAYED7 TID134 squad still existed in planetfaction despite being in death registry: 3003 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:46 PM	3.783	CLIENT	DELAYED8 TID131 squad still existed in planetfaction despite being in death registry: 305 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:46 PM	3.783	CLIENT	DELAYED9 TID131 squad still existed in planetfaction despite being in death registry: 3970 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:48 PM	3.783	CLIENT	DELAYED10 TID134 squad still existed in planetfaction despite being in death registry: 3944 (DiedOnTimeFromZeroHealth)
1/12/2022 8:19:48 PM	3.783	CLIENT	DELAYED11 TID134 squad still existed in planetfaction despite being in death registry: 2859 (DiedOnTimeFromZeroHealth)
1/12/2022 8:21:09 PM	3.783	CLIENT	DELAYED12 TID126 squad still existed in planetfaction despite being in death registry: 4135 (DiedOnTimeFromZeroHealth)
1/12/2022 8:22:21 PM	3.783	CLIENT	DELAYED13 TID119 squad still existed in planetfaction despite being in death registry: 4822 (DiedOnTimeFromZeroHealth)
1/12/2022 8:22:47 PM	3.783	CLIENT	DELAYED14 TID99 squad still existed in planetfaction despite being in death registry: 2861 (GettingIntoTransport)
1/12/2022 8:22:48 PM	3.783	CLIENT	DELAYED15 TID100 squad still existed in planetfaction despite being in death registry: 3267 (GettingIntoTransport)
1/12/2022 8:24:30 PM	3.783	CLIENT	DELAYED16 TID112 squad still existed in planetfaction despite being in death registry: 3015 (GettingIntoTransport)
1/12/2022 8:24:31 PM	3.783	CLIENT	DELAYED17 TID101 squad still existed in planetfaction despite being in death registry: 3367 (GettingIntoTransport)
1/12/2022 8:24:57 PM	3.783	CLIENT	DELAYED18 TID136 squad still existed in planetfaction despite being in death registry: 4824 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:05 PM	3.783	CLIENT	DELAYED19 TID138 squad still existed in planetfaction despite being in death registry: 4905 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:06 PM	3.783	CLIENT	DELAYED20 TID99 squad still existed in planetfaction despite being in death registry: 4821 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:06 PM	3.783	CLIENT	DELAYED21 TID99 squad still existed in planetfaction despite being in death registry: 3001 (GettingIntoTransport)
1/12/2022 8:25:07 PM	3.783	CLIENT	DELAYED22 TID126 squad still existed in planetfaction despite being in death registry: 5518 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:13 PM	3.783	CLIENT	DELAYED23 TID117 squad still existed in planetfaction despite being in death registry: 5000 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:25 PM	3.783	CLIENT	DELAYED24 TID129 squad still existed in planetfaction despite being in death registry: 5160 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:25 PM	3.783	CLIENT	DELAYED25 TID129 squad still existed in planetfaction despite being in death registry: 5695 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:26 PM	3.783	CLIENT	DELAYED26 TID127 squad still existed in planetfaction despite being in death registry: 4016 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:28 PM	3.783	CLIENT	DELAYED27 TID130 squad still existed in planetfaction despite being in death registry: 18 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:29 PM	3.783	CLIENT	DELAYED28 TID103 squad still existed in planetfaction despite being in death registry: 5698 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:30 PM	3.783	CLIENT	DELAYED29 TID139 squad still existed in planetfaction despite being in death registry: 5704 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:33 PM	3.783	CLIENT	DELAYED30 TID124 squad still existed in planetfaction despite being in death registry: 5886 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:33 PM	3.783	CLIENT	DELAYED31 TID124 squad still existed in planetfaction despite being in death registry: 5847 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:38 PM	3.783	CLIENT	DELAYED32 TID101 squad still existed in planetfaction despite being in death registry: 2966 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:39 PM	3.783	CLIENT	DELAYED33 TID125 squad still existed in planetfaction despite being in death registry: 6003 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:41 PM	3.783	CLIENT	DELAYED34 TID115 squad still existed in planetfaction despite being in death registry: 2925 (GettingIntoTransport)
1/12/2022 8:25:41 PM	3.783	CLIENT	DELAYED35 TID115 squad still existed in planetfaction despite being in death registry: 6026 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:42 PM	3.783	CLIENT	DELAYED36 TID103 squad still existed in planetfaction despite being in death registry: 3346 (GettingIntoTransport)
1/12/2022 8:25:42 PM	3.783	CLIENT	DELAYED37 TID103 squad still existed in planetfaction despite being in death registry: 117 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:43 PM	3.783	CLIENT	DELAYED38 TID136 squad still existed in planetfaction despite being in death registry: 3470 (GettingIntoTransport)
1/12/2022 8:25:43 PM	3.783	CLIENT	DELAYED39 TID136 squad still existed in planetfaction despite being in death registry: 6036 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:45 PM	3.783	CLIENT	DELAYED40 TID128 squad still existed in planetfaction despite being in death registry: 6066 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:51 PM	3.783	CLIENT	DELAYED41 TID120 squad still existed in planetfaction despite being in death registry: 6136 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:55 PM	3.783	CLIENT	DELAYED42 TID113 squad still existed in planetfaction despite being in death registry: 6186 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:56 PM	3.783	CLIENT	DELAYED43 TID117 squad still existed in planetfaction despite being in death registry: 5769 (DiedOnTimeFromZeroHealth)
1/12/2022 8:25:57 PM	3.783	CLIENT	DELAYED44 TID98 squad still existed in planetfaction despite being in death registry: 6209 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:01 PM	3.783	CLIENT	DELAYED45 TID116 squad still existed in planetfaction despite being in death registry: 5794 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:02 PM	3.783	CLIENT	DELAYED46 TID128 squad still existed in planetfaction despite being in death registry: 6256 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:03 PM	3.783	CLIENT	DELAYED47 TID96 squad still existed in planetfaction despite being in death registry: 3120 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:03 PM	3.783	CLIENT	DELAYED48 TID96 squad still existed in planetfaction despite being in death registry: 5459 (GettingIntoTransport)
1/12/2022 8:26:09 PM	3.783	CLIENT	DELAYED49 TID116 squad still existed in planetfaction despite being in death registry: 5716 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:12 PM	3.783	CLIENT	DELAYED50 TID113 squad still existed in planetfaction despite being in death registry: 5797 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:20 PM	3.783	CLIENT	DELAYED51 TID99 squad still existed in planetfaction despite being in death registry: 5713 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:24 PM	3.783	CLIENT	DELAYED52 TID115 squad still existed in planetfaction despite being in death registry: 6417 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:34 PM	3.783	CLIENT	DELAYED53 TID124 squad still existed in planetfaction despite being in death registry: 6506 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:40 PM	3.783	CLIENT	DELAYED54 TID118 squad still existed in planetfaction despite being in death registry: 5828 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:41 PM	3.783	CLIENT	DELAYED55 TID116 squad still existed in planetfaction despite being in death registry: 5807 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:42 PM	3.783	CLIENT	DELAYED56 TID133 squad still existed in planetfaction despite being in death registry: 6547 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:44 PM	3.783	CLIENT	DELAYED57 TID115 squad still existed in planetfaction despite being in death registry: 5836 (DiedOnTimeFromZeroHealth)
1/12/2022 8:26:59 PM	3.783	CLIENT	DELAYED58 TID102 squad still existed in planetfaction despite being in death registry: 3000 (GettingIntoTransport)
1/12/2022 8:27:00 PM	3.783	CLIENT	DELAYED59 TID121 squad still existed in planetfaction despite being in death registry: 2950 (GettingIntoTransport)
1/12/2022 8:27:01 PM	3.783	CLIENT	DELAYED60 TID128 squad still existed in planetfaction despite being in death registry: 3990 (GettingIntoTransport)
1/12/2022 8:27:24 PM	3.783	CLIENT	DELAYED61 TID97 squad still existed in planetfaction despite being in death registry: 6600 (DiedOnTimeFromZeroHealth)
1/12/2022 8:27:25 PM	3.783	CLIENT	DELAYED62 TID108 squad still existed in planetfaction despite being in death registry: 112 (DiedOnTimeFromZeroHealth)
1/12/2022 8:27:30 PM	3.783	CLIENT	DELAYED63 TID101 squad still existed in planetfaction despite being in death registry: 6603 (DiedOnTimeFromZeroHealth)
1/12/2022 8:27:39 PM	3.783	CLIENT	DELAYED64 TID114 squad still existed in planetfaction despite being in death registry: 3683 (DiedOnTimeFromZeroHealth)
1/12/2022 8:27:44 PM	3.783	CLIENT	DELAYED65 TID101 squad still existed in planetfaction despite being in death registry: 6454 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:10 PM	3.783	CLIENT	DELAYED66 TID135 squad still existed in planetfaction despite being in death registry: 6399 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:11 PM	3.783	CLIENT	DELAYED67 TID102 squad still existed in planetfaction despite being in death registry: 3263 (GettingIntoTransport)
1/12/2022 8:28:16 PM	3.783	CLIENT	DELAYED68 TID123 squad still existed in planetfaction despite being in death registry: 5485 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:17 PM	3.783	CLIENT	DELAYED69 TID101 squad still existed in planetfaction despite being in death registry: 6771 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:42 PM	3.783	CLIENT	DELAYED70 TID125 squad still existed in planetfaction despite being in death registry: 7088 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:43 PM	3.783	CLIENT	DELAYED71 TID139 squad still existed in planetfaction despite being in death registry: 6824 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:52 PM	3.783	CLIENT	DELAYED72 TID96 squad still existed in planetfaction despite being in death registry: 170 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:53 PM	3.783	CLIENT	DELAYED73 TID100 squad still existed in planetfaction despite being in death registry: 5659 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:56 PM	3.783	CLIENT	DELAYED74 TID100 squad still existed in planetfaction despite being in death registry: 7025 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:58 PM	3.783	CLIENT	DELAYED75 TID123 squad still existed in planetfaction despite being in death registry: 5595 (DiedOnTimeFromZeroHealth)
1/12/2022 8:28:58 PM	3.783	CLIENT	DELAYED76 TID123 squad still existed in planetfaction despite being in death registry: 5658 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:10 PM	3.783	CLIENT	DELAYED77 TID138 squad still existed in planetfaction despite being in death registry: 5597 (GettingIntoTransport)
1/12/2022 8:29:13 PM	3.783	CLIENT	DELAYED78 TID105 squad still existed in planetfaction despite being in death registry: 113 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:13 PM	3.783	CLIENT	DELAYED79 TID105 squad still existed in planetfaction despite being in death registry: 2900 (GettingIntoTransport)
1/12/2022 8:29:15 PM	3.783	CLIENT	DELAYED80 TID112 squad still existed in planetfaction despite being in death registry: 6805 (GettingIntoTransport)
1/12/2022 8:29:18 PM	3.783	CLIENT	DELAYED81 TID132 squad still existed in planetfaction despite being in death registry: 7213 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:19 PM	3.783	CLIENT	DELAYED82 TID118 squad still existed in planetfaction despite being in death registry: 3206 (GettingIntoTransport)
1/12/2022 8:29:26 PM	3.783	CLIENT	DELAYED83 TID137 squad still existed in planetfaction despite being in death registry: 7263 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:27 PM	3.783	CLIENT	DELAYED84 TID107 squad still existed in planetfaction despite being in death registry: 6716 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:27 PM	3.783	CLIENT	DELAYED85 TID107 squad still existed in planetfaction despite being in death registry: 7274 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:33 PM	3.783	CLIENT	DELAYED86 TID133 squad still existed in planetfaction despite being in death registry: 7374 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:34 PM	3.783	CLIENT	DELAYED87 TID129 squad still existed in planetfaction despite being in death registry: 7309 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:34 PM	3.783	CLIENT	DELAYED88 TID129 squad still existed in planetfaction despite being in death registry: 7376 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:35 PM	3.783	CLIENT	DELAYED89 TID102 squad still existed in planetfaction despite being in death registry: 6768 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:45 PM	3.783	CLIENT	DELAYED90 TID124 squad still existed in planetfaction despite being in death registry: 6724 (DiedOnTimeFromZeroHealth)
1/12/2022 8:29:47 PM	3.783	CLIENT	DELAYED91 TID106 squad still existed in planetfaction despite being in death registry: 5656 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:01 PM	3.783	CLIENT	DELAYED92 TID134 squad still existed in planetfaction despite being in death registry: 7420 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:01 PM	3.783	CLIENT	DELAYED93 TID134 squad still existed in planetfaction despite being in death registry: 7578 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:01 PM	3.783	CLIENT	DELAYED94 TID134 squad still existed in planetfaction despite being in death registry: 7703 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:02 PM	3.783	CLIENT	DELAYED95 TID126 squad still existed in planetfaction despite being in death registry: 7486 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:03 PM	3.783	CLIENT	DELAYED96 TID133 squad still existed in planetfaction despite being in death registry: 7448 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:04 PM	3.783	CLIENT	DELAYED97 TID136 squad still existed in planetfaction despite being in death registry: 7540 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:05 PM	3.783	CLIENT	DELAYED98 TID128 squad still existed in planetfaction despite being in death registry: 7840 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:05 PM	3.783	CLIENT	DELAYED99 TID128 squad still existed in planetfaction despite being in death registry: 7436 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:06 PM	3.783	CLIENT	DELAYED100 TID108 squad still existed in planetfaction despite being in death registry: 7860 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:11 PM	3.783	CLIENT	DELAYED101 TID117 squad still existed in planetfaction despite being in death registry: 7663 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:11 PM	3.783	CLIENT	DELAYED102 TID117 squad still existed in planetfaction despite being in death registry: 7901 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:19 PM	3.783	CLIENT	DELAYED103 TID126 squad still existed in planetfaction despite being in death registry: 8026 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:20 PM	3.783	CLIENT	DELAYED104 TID111 squad still existed in planetfaction despite being in death registry: 7807 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:20 PM	3.783	CLIENT	DELAYED105 TID111 squad still existed in planetfaction despite being in death registry: 8048 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:21 PM	3.783	CLIENT	DELAYED106 TID130 squad still existed in planetfaction despite being in death registry: 7907 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:22 PM	3.783	CLIENT	DELAYED107 TID134 squad still existed in planetfaction despite being in death registry: 8011 (DiedOnTimeFromZeroHealth)
1/12/2022 8:30:30 PM	3.783	CLIENT	DELAYED108 TID100 squad still existed in planetfaction despite being in death registry: 7951 (TransformedIntoAnotherEntityType)
1/12/2022 8:31:00 PM	3.783	CLIENT	DELAYED109 TID111 squad still existed in planetfaction despite being in death registry: 8037 (GettingIntoTransport)
1/12/2022 8:31:01 PM	3.783	CLIENT	DELAYED110 TID122 squad still existed in planetfaction despite being in death registry: 5484 (GettingIntoTransport)
1/12/2022 8:31:28 PM	3.783	CLIENT	DELAYED111 TID97 squad still existed in planetfaction despite being in death registry: 594 (DiedOnTimeFromZeroHealth)
1/12/2022 8:32:12 PM	3.783	CLIENT	DELAYED112 TID114 squad still existed in planetfaction despite being in death registry: 6205 (DiedOnTimeFromZeroHealth)
1/12/2022 8:32:16 PM	3.783	CLIENT	DELAYED113 TID109 squad still existed in planetfaction despite being in death registry: 5581 (DiedOnTimeFromZeroHealth)
1/12/2022 8:32:45 PM	3.783	CLIENT	DELAYED114 TID107 squad still existed in planetfaction despite being in death registry: 8789 (DiedOnTimeFromZeroHealth)
1/12/2022 8:33:28 PM	3.783	CLIENT	DELAYED115 TID117 squad still existed in planetfaction despite being in death registry: 9097 (DiedOnTimeFromZeroHealth)
1/12/2022 8:34:02 PM	3.783	CLIENT	DELAYED116 TID104 squad still existed in planetfaction despite being in death registry: 611 (DiedOnTimeFromZeroHealth)
1/12/2022 8:34:30 PM	3.783	CLIENT	DELAYED117 TID114 squad still existed in planetfaction despite being in death registry: 3100 (GettingIntoTransport)
1/12/2022 8:34:43 PM	3.783	CLIENT	DELAYED118 TID99 squad still existed in planetfaction despite being in death registry: 9804 (DiedOnTimeFromZeroHealth)
1/12/2022 8:34:44 PM	3.783	CLIENT	DELAYED119 TID106 squad still existed in planetfaction despite being in death registry: 9807 (DiedOnTimeFromZeroHealth)
1/12/2022 8:34:47 PM	3.783	CLIENT	DELAYED120 TID108 squad still existed in planetfaction despite being in death registry: 9993 (TransformedIntoAnotherEntityType)
1/12/2022 8:34:48 PM	3.783	CLIENT	DELAYED121 TID116 squad still existed in planetfaction despite being in death registry: 9999 (TransformedIntoAnotherEntityType)
1/12/2022 8:35:20 PM	3.783	CLIENT	DELAYED122 TID102 squad still existed in planetfaction despite being in death registry: 10267 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:20 PM	3.783	CLIENT	DELAYED123 TID102 squad still existed in planetfaction despite being in death registry: 10121 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:21 PM	3.783	CLIENT	DELAYED124 TID136 Sim repair: removing duplicate copy of squad: 10268, a TeslaTorpedo
1/12/2022 8:35:22 PM	3.783	CLIENT	DELAYED125 TID121 squad still existed in planetfaction despite being in death registry: 10253 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:23 PM	3.783	CLIENT	DELAYED126 TID105 squad still existed in planetfaction despite being in death registry: 10436 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:23 PM	3.783	CLIENT	DELAYED127 TID105 Sim repair: removing duplicate copy of squad: 10250, a Raptor
1/12/2022 8:35:24 PM	3.783	CLIENT	DELAYED128 TID129 squad still existed in planetfaction despite being in death registry: 10434 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:26 PM	3.783	CLIENT	DELAYED129 TID112 squad still existed in planetfaction despite being in death registry: 10395 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:27 PM	3.783	CLIENT	DELAYED130 TID112 squad still existed in planetfaction despite being in death registry: 10469 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:28 PM	3.783	CLIENT	DELAYED131 TID100 squad still existed in planetfaction despite being in death registry: 10567 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:28 PM	3.783	CLIENT	DELAYED132 TID100 squad still existed in planetfaction despite being in death registry: 10211 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:29 PM	3.783	CLIENT	DELAYED133 TID117 squad still existed in planetfaction despite being in death registry: 10149 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:30 PM	3.783	CLIENT	DELAYED134 TID132 squad still existed in planetfaction despite being in death registry: 10718 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:35 PM	3.783	CLIENT	DELAYED135 TID115 squad still existed in planetfaction despite being in death registry: 10814 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:35 PM	3.783	CLIENT	DELAYED136 TID115 squad still existed in planetfaction despite being in death registry: 10132 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:36 PM	3.783	CLIENT	DELAYED137 TID108 squad still existed in planetfaction despite being in death registry: 10102 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:37 PM	3.783	CLIENT	DELAYED138 TID126 squad still existed in planetfaction despite being in death registry: 10573 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:38 PM	3.783	CLIENT	DELAYED139 TID132 squad still existed in planetfaction despite being in death registry: 10707 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:39 PM	3.783	CLIENT	DELAYED140 TID96 squad still existed in planetfaction despite being in death registry: 10971 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:39 PM	3.783	CLIENT	DELAYED141 TID96 squad still existed in planetfaction despite being in death registry: 10939 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:40 PM	3.783	CLIENT	DELAYED142 TID139 squad still existed in planetfaction despite being in death registry: 11003 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:40 PM	3.783	CLIENT	DELAYED143 TID139 squad still existed in planetfaction despite being in death registry: 10953 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:40 PM	3.783	CLIENT	DELAYED144 TID139 squad still existed in planetfaction despite being in death registry: 10637 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:41 PM	3.783	CLIENT	DELAYED145 TID121 squad still existed in planetfaction despite being in death registry: 10883 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:41 PM	3.783	CLIENT	DELAYED146 TID121 squad still existed in planetfaction despite being in death registry: 10607 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:41 PM	3.783	CLIENT	DELAYED147 TID121 squad still existed in planetfaction despite being in death registry: 10459 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:42 PM	3.783	CLIENT	DELAYED148 TID109 squad still existed in planetfaction despite being in death registry: 10557 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:43 PM	3.783	CLIENT	DELAYED149 TID103 squad still existed in planetfaction despite being in death registry: 10960 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:45 PM	3.783	CLIENT	DELAYED150 TID128 squad still existed in planetfaction despite being in death registry: 11051 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:46 PM	3.783	CLIENT	DELAYED151 TID109 squad still existed in planetfaction despite being in death registry: 11043 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:47 PM	3.783	CLIENT	DELAYED152 TID138 squad still existed in planetfaction despite being in death registry: 10487 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:48 PM	3.783	CLIENT	DELAYED153 TID107 squad still existed in planetfaction despite being in death registry: 11104 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:48 PM	3.783	CLIENT	DELAYED154 TID107 squad still existed in planetfaction despite being in death registry: 10074 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:49 PM	3.783	CLIENT	DELAYED155 TID125 squad still existed in planetfaction despite being in death registry: 11085 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:50 PM	3.783	CLIENT	DELAYED156 TID116 squad still existed in planetfaction despite being in death registry: 10076 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:51 PM	3.783	CLIENT	DELAYED157 TID112 squad still existed in planetfaction despite being in death registry: 10822 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:53 PM	3.783	CLIENT	DELAYED158 TID116 Sim repair: removing duplicate copy of squad: 11159, a TeslaTorpedo
1/12/2022 8:35:53 PM	3.783	CLIENT	DELAYED159 TID116 squad still existed in planetfaction despite being in death registry: 10131 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:54 PM	3.783	CLIENT	DELAYED160 TID125 squad still existed in planetfaction despite being in death registry: 10422 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:55 PM	3.783	CLIENT	DELAYED161 TID96 squad still existed in planetfaction despite being in death registry: 10148 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:56 PM	3.783	CLIENT	DELAYED162 TID98 squad still existed in planetfaction despite being in death registry: 11122 (DiedOnTimeFromZeroHealth)
1/12/2022 8:35:57 PM	3.783	CLIENT	DELAYED163 TID96 squad still existed in planetfaction despite being in death registry: 11197 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:02 PM	3.783	CLIENT	DELAYED164 TID129 squad still existed in planetfaction despite being in death registry: 11201 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:03 PM	3.783	CLIENT	DELAYED165 TID101 squad still existed in planetfaction despite being in death registry: 11095 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:04 PM	3.783	CLIENT	DELAYED166 TID110 squad still existed in planetfaction despite being in death registry: 11354 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:04 PM	3.783	CLIENT	DELAYED167 TID110 squad still existed in planetfaction despite being in death registry: 11405 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:06 PM	3.783	CLIENT	DELAYED168 TID122 squad still existed in planetfaction despite being in death registry: 11407 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:10 PM	3.783	CLIENT	DELAYED169 TID139 squad still existed in planetfaction despite being in death registry: 11503 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:12 PM	3.783	CLIENT	DELAYED170 TID103 squad still existed in planetfaction despite being in death registry: 11478 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:15 PM	3.783	CLIENT	DELAYED171 TID135 squad still existed in planetfaction despite being in death registry: 10623 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:15 PM	3.783	CLIENT	DELAYED172 TID135 squad still existed in planetfaction despite being in death registry: 11306 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:17 PM	3.783	CLIENT	DELAYED173 TID119 squad still existed in planetfaction despite being in death registry: 10195 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:18 PM	3.783	CLIENT	DELAYED174 TID137 squad still existed in planetfaction despite being in death registry: 10174 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:19 PM	3.783	CLIENT	DELAYED175 TID128 squad still existed in planetfaction despite being in death registry: 10181 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:21 PM	3.783	CLIENT	DELAYED176 TID120 squad still existed in planetfaction despite being in death registry: 11716 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:22 PM	3.783	CLIENT	DELAYED177 TID121 squad still existed in planetfaction despite being in death registry: 10200 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:23 PM	3.783	CLIENT	DELAYED178 TID100 squad still existed in planetfaction despite being in death registry: 11787 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:24 PM	3.783	CLIENT	DELAYED179 TID112 squad still existed in planetfaction despite being in death registry: 10893 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:24 PM	3.783	CLIENT	DELAYED180 TID112 squad still existed in planetfaction despite being in death registry: 11723 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:28 PM	3.783	CLIENT	DELAYED181 TID109 squad still existed in planetfaction despite being in death registry: 11906 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:28 PM	3.783	CLIENT	DELAYED182 TID109 squad still existed in planetfaction despite being in death registry: 11755 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:29 PM	3.783	CLIENT	DELAYED183 TID101 squad still existed in planetfaction despite being in death registry: 10210 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:30 PM	3.783	CLIENT	DELAYED184 TID136 squad still existed in planetfaction despite being in death registry: 11911 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:33 PM	3.783	CLIENT	DELAYED185 TID110 squad still existed in planetfaction despite being in death registry: 11962 (DiedOnTimeFromZeroHealth)
1/12/2022 8:36:34 PM	3.783	CLIENT	DELAYED186 TID120 squad still existed in planetfaction despite being in death registry: 3043 (GettingIntoTransport)
1/12/2022 8:36:35 PM	3.783	CLIENT	DELAYED187 TID122 squad still existed in planetfaction despite being in death registry: 3280 (GettingIntoTransport)
1/12/2022 8:36:36 PM	3.783	CLIENT	DELAYED188 TID100 squad still existed in planetfaction despite being in death registry: 2935 (GettingIntoTransport)
1/12/2022 8:37:15 PM	3.783	CLIENT	DELAYED189 TID100 squad still existed in planetfaction despite being in death registry: 12020 (DiedOnTimeFromZeroHealth)
1/12/2022 8:37:16 PM	3.783	CLIENT	DELAYED190 TID138 squad still existed in planetfaction despite being in death registry: 12025 (DiedOnTimeFromZeroHealth)
1/12/2022 8:37:17 PM	3.783	CLIENT	DELAYED191 TID96 squad still existed in planetfaction despite being in death registry: 11357 (TransformedIntoAnotherEntityType)
1/12/2022 8:37:21 PM	3.783	CLIENT	DELAYED192 TID112 squad still existed in planetfaction despite being in death registry: 530 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:02 PM	3.783	CLIENT	DELAYED193 TID114 squad still existed in planetfaction despite being in death registry: 12446 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:12 PM	3.783	CLIENT	DELAYED194 TID120 squad still existed in planetfaction despite being in death registry: 12588 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:13 PM	3.783	CLIENT	DELAYED195 TID96 squad still existed in planetfaction despite being in death registry: 10918 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:13 PM	3.783	CLIENT	DELAYED196 TID96 squad still existed in planetfaction despite being in death registry: 12589 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:14 PM	3.783	CLIENT	DELAYED197 TID129 squad still existed in planetfaction despite being in death registry: 12405 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:14 PM	3.783	CLIENT	DELAYED198 TID129 squad still existed in planetfaction despite being in death registry: 12604 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:16 PM	3.783	CLIENT	DELAYED199 TID125 squad still existed in planetfaction despite being in death registry: 12714 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:22 PM	3.783	CLIENT	DELAYED200 TID128 squad still existed in planetfaction despite being in death registry: 12802 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:25 PM	3.783	CLIENT	DELAYED201 TID135 squad still existed in planetfaction despite being in death registry: 9785 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:32 PM	3.783	CLIENT	DELAYED202 TID124 squad still existed in planetfaction despite being in death registry: 12921 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:33 PM	3.783	CLIENT	DELAYED203 TID114 squad still existed in planetfaction despite being in death registry: 13013 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:36 PM	3.783	CLIENT	DELAYED204 TID100 squad still existed in planetfaction despite being in death registry: 12746 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:36 PM	3.783	CLIENT	DELAYED205 TID100 squad still existed in planetfaction despite being in death registry: 13139 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:37 PM	3.783	CLIENT	DELAYED206 TID127 squad still existed in planetfaction despite being in death registry: 12971 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:44 PM	3.783	CLIENT	DELAYED207 TID133 squad still existed in planetfaction despite being in death registry: 13359 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:45 PM	3.783	CLIENT	DELAYED208 TID96 squad still existed in planetfaction despite being in death registry: 13274 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:50 PM	3.783	CLIENT	DELAYED209 TID120 squad still existed in planetfaction despite being in death registry: 6861 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:51 PM	3.783	CLIENT	DELAYED210 TID130 squad still existed in planetfaction despite being in death registry: 13353 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:51 PM	3.783	CLIENT	DELAYED211 TID130 squad still existed in planetfaction despite being in death registry: 13430 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:53 PM	3.783	CLIENT	DELAYED212 TID135 squad still existed in planetfaction despite being in death registry: 13230 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:53 PM	3.783	CLIENT	DELAYED213 TID135 squad still existed in planetfaction despite being in death registry: 13452 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:54 PM	3.783	CLIENT	DELAYED214 TID112 squad still existed in planetfaction despite being in death registry: 12401 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:57 PM	3.783	CLIENT	DELAYED215 TID134 squad still existed in planetfaction despite being in death registry: 13613 (DiedOnTimeFromZeroHealth)
1/12/2022 8:38:58 PM	3.783	CLIENT	DELAYED216 TID138 squad still existed in planetfaction despite being in death registry: 13635 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:02 PM	3.783	CLIENT	DELAYED217 TID113 Sim repair: removing duplicate copy of squad: 13833, a DarkMirror
1/12/2022 8:39:03 PM	3.783	CLIENT	DELAYED218 TID118 2490Perm: Error! Stalker should have 2 systems, but instead has 0
1/12/2022 8:39:03 PM	3.783	CLIENT	DELAYED219 TID110 squad still existed in planetfaction despite being in death registry: 13874 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:05 PM	3.783	CLIENT	DELAYED220 TID117 squad still existed in planetfaction despite being in death registry: 13378 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:05 PM	3.783	CLIENT	DELAYED221 TID117 squad still existed in planetfaction despite being in death registry: 13838 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:06 PM	3.783	CLIENT	DELAYED222 TID103 squad still existed in planetfaction despite being in death registry: 14034 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:06 PM	3.783	CLIENT	DELAYED223 TID103 squad still existed in planetfaction despite being in death registry: 13866 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:08 PM	3.783	CLIENT	DELAYED224 TID111 squad still existed in planetfaction despite being in death registry: 13717 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:12 PM	3.783	CLIENT	DELAYED225 TID113 squad still existed in planetfaction despite being in death registry: 14324 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:13 PM	3.783	CLIENT	DELAYED226 TID134 squad still existed in planetfaction despite being in death registry: 13788 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:16 PM	3.783	CLIENT	DELAYED227 TID132 squad still existed in planetfaction despite being in death registry: 14124 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:17 PM	3.783	CLIENT	DELAYED228 TID111 squad still existed in planetfaction despite being in death registry: 14038 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:17 PM	3.783	CLIENT	DELAYED229 TID111 squad still existed in planetfaction despite being in death registry: 14545 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:17 PM	3.783	CLIENT	DELAYED230 TID111 squad still existed in planetfaction despite being in death registry: 5865 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:18 PM	3.783	CLIENT	DELAYED231 TID100 squad still existed in planetfaction despite being in death registry: 14510 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:18 PM	3.783	CLIENT	DELAYED232 TID100 squad still existed in planetfaction despite being in death registry: 13822 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:21 PM	3.783	CLIENT	DELAYED233 TID105 squad still existed in planetfaction despite being in death registry: 13829 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:22 PM	3.783	CLIENT	DELAYED234 TID97 squad still existed in planetfaction despite being in death registry: 14672 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:22 PM	3.783	CLIENT	DELAYED235 TID97 squad still existed in planetfaction despite being in death registry: 14851 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:31 PM	3.783	CLIENT	DELAYED236 TID137 squad still existed in planetfaction despite being in death registry: 11572 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:31 PM	3.783	CLIENT	DELAYED237 TID137 squad still existed in planetfaction despite being in death registry: 15045 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:31 PM	3.783	CLIENT	DELAYED238 TID137 squad still existed in planetfaction despite being in death registry: 14659 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:33 PM	3.783	CLIENT	DELAYED239 TID133 squad still existed in planetfaction despite being in death registry: 15062 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:33 PM	3.783	CLIENT	DELAYED240 TID133 squad still existed in planetfaction despite being in death registry: 3221 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:33 PM	3.783	CLIENT	DELAYED241 TID133 squad still existed in planetfaction despite being in death registry: 15032 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:34 PM	3.783	CLIENT	DELAYED242 TID118 squad still existed in planetfaction despite being in death registry: 15052 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:37 PM	3.783	CLIENT	DELAYED243 TID98 squad still existed in planetfaction despite being in death registry: 15096 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:37 PM	3.783	CLIENT	DELAYED244 TID98 squad still existed in planetfaction despite being in death registry: 15236 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:41 PM	3.783	CLIENT	DELAYED245 TID132 squad still existed in planetfaction despite being in death registry: 15410 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:42 PM	3.783	CLIENT	DELAYED246 TID110 squad still existed in planetfaction despite being in death registry: 15411 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:43 PM	3.783	CLIENT	DELAYED247 TID139 squad still existed in planetfaction despite being in death registry: 15409 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:43 PM	3.783	CLIENT	DELAYED248 TID139 squad still existed in planetfaction despite being in death registry: 14974 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:44 PM	3.783	CLIENT	DELAYED249 TID107 squad still existed in planetfaction despite being in death registry: 15453 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:45 PM	3.783	CLIENT	DELAYED250 TID97 2490Perm: Error! Stalker should have 2 systems, but instead has 0
1/12/2022 8:39:51 PM	3.783	CLIENT	DELAYED251 TID124 squad still existed in planetfaction despite being in death registry: 15489 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:51 PM	3.783	CLIENT	DELAYED252 TID124 squad still existed in planetfaction despite being in death registry: 15563 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:52 PM	3.783	CLIENT	DELAYED253 TID100 squad still existed in planetfaction despite being in death registry: 15560 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:53 PM	3.783	CLIENT	DELAYED254 TID103 squad still existed in planetfaction despite being in death registry: 15382 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:53 PM	3.783	CLIENT	DELAYED255 TID103 squad still existed in planetfaction despite being in death registry: 15549 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:53 PM	3.783	CLIENT	DELAYED256 TID103 squad still existed in planetfaction despite being in death registry: 13900 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:54 PM	3.783	CLIENT	DELAYED257 TID120 squad still existed in planetfaction despite being in death registry: 15403 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:55 PM	3.783	CLIENT	DELAYED258 TID129 squad still existed in planetfaction despite being in death registry: 15544 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:58 PM	3.783	CLIENT	DELAYED259 TID103 squad still existed in planetfaction despite being in death registry: 15744 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:59 PM	3.783	CLIENT	DELAYED260 TID112 squad still existed in planetfaction despite being in death registry: 15743 (DiedOnTimeFromZeroHealth)
1/12/2022 8:39:59 PM	3.783	CLIENT	DELAYED261 TID112 squad still existed in planetfaction despite being in death registry: 15392 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:00 PM	3.783	CLIENT	DELAYED262 TID132 squad still existed in planetfaction despite being in death registry: 15780 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:01 PM	3.783	CLIENT	DELAYED263 TID104 squad still existed in planetfaction despite being in death registry: 15729 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:01 PM	3.783	CLIENT	DELAYED264 TID104 squad still existed in planetfaction despite being in death registry: 15745 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:05 PM	3.783	CLIENT	DELAYED265 TID101 squad still existed in planetfaction despite being in death registry: 15807 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:06 PM	3.783	CLIENT	DELAYED266 TID107 squad still existed in planetfaction despite being in death registry: 15810 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:06 PM	3.783	CLIENT	DELAYED267 TID107 squad still existed in planetfaction despite being in death registry: 15530 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:08 PM	3.783	CLIENT	DELAYED268 TID96 squad still existed in planetfaction despite being in death registry: 15851 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:10 PM	3.783	CLIENT	DELAYED269 TID99 squad still existed in planetfaction despite being in death registry: 3043 (GettingIntoTransport)
1/12/2022 8:40:10 PM	3.783	CLIENT	DELAYED270 TID99 squad still existed in planetfaction despite being in death registry: 13898 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:11 PM	3.783	CLIENT	DELAYED271 TID99 squad still existed in planetfaction despite being in death registry: 3371 (GettingIntoTransport)
1/12/2022 8:40:17 PM	3.783	CLIENT	DELAYED272 TID111 squad still existed in planetfaction despite being in death registry: 13896 (DiedOnTimeFromZeroHealth)
1/12/2022 8:40:28 PM	3.783	CLIENT	DELAYED273 TID137 2490Perm: Error! Stalker should have 2 systems, but instead has 0
1/12/2022 8:43:36 PM	3.783	CLIENT	DELAYED274 TID125 squad still existed in planetfaction despite being in death registry: 16374 (DiedOnTimeFromZeroHealth)
1/12/2022 8:43:52 PM	3.783	CLIENT	DELAYED275 TID101 squad still existed in planetfaction despite being in death registry: 16364 (DiedOnTimeFromZeroHealth)
1/12/2022 8:43:56 PM	3.783	CLIENT	DELAYED276 TID139 squad still existed in planetfaction despite being in death registry: 16443 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:10 PM	3.783	CLIENT	DELAYED277 TID117 squad still existed in planetfaction despite being in death registry: 16618 (GettingIntoTransport)
1/12/2022 8:44:10 PM	3.783	CLIENT	DELAYED278 TID117 squad still existed in planetfaction despite being in death registry: 14139 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:18 PM	3.783	CLIENT	DELAYED279 TID119 squad still existed in planetfaction despite being in death registry: 16598 (TransformedIntoAnotherEntityType)
1/12/2022 8:44:20 PM	3.783	CLIENT	DELAYED280 TID125 squad still existed in planetfaction despite being in death registry: 16444 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:21 PM	3.783	CLIENT	DELAYED281 TID126 squad still existed in planetfaction despite being in death registry: 16449 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:24 PM	3.783	CLIENT	DELAYED282 TID103 squad still existed in planetfaction despite being in death registry: 16466 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:37 PM	3.783	CLIENT	DELAYED283 TID135 squad still existed in planetfaction despite being in death registry: 16527 (DiedOnTimeFromZeroHealth)
1/12/2022 8:44:51 PM	3.783	CLIENT	DELAYED284 TID117 squad still existed in planetfaction despite being in death registry: 7150 (DiedOnTimeFromZeroHealth)
1/12/2022 8:45:25 PM	3.783	CLIENT	DELAYED285 TID106 squad still existed in planetfaction despite being in death registry: 17044 (DiedOnTimeFromZeroHealth)
1/12/2022 8:45:31 PM	3.783	CLIENT	DELAYED286 TID115 squad still existed in planetfaction despite being in death registry: 11680 (DiedOnTimeFromZeroHealth)
1/12/2022 8:45:31 PM	3.783	CLIENT	DELAYED287 TID115 squad still existed in planetfaction despite being in death registry: 17124 (DiedOnTimeFromZeroHealth)
1/12/2022 8:45:33 PM	3.783	CLIENT	DELAYED288 TID116 squad still existed in planetfaction despite being in death registry: 17116 (DiedOnTimeFromZeroHealth)
1/12/2022 8:46:08 PM	3.783	CLIENT	DELAYED289 TID105 squad still existed in planetfaction despite being in death registry: 17196 (DiedOnTimeFromZeroHealth)
1/12/2022 8:46:48 PM	3.783	CLIENT	DELAYED290 TID101 squad still existed in planetfaction despite being in death registry: 7174 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:55 PM	3.783	CLIENT	DELAYED291 TID96 squad still existed in planetfaction despite being in death registry: 11524 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:56 PM	3.783	CLIENT	DELAYED292 TID97 squad still existed in planetfaction despite being in death registry: 11959 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:56 PM	3.783	CLIENT	DELAYED293 TID97 squad still existed in planetfaction despite being in death registry: 6949 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:57 PM	3.783	CLIENT	DELAYED294 TID108 squad still existed in planetfaction despite being in death registry: 17516 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:58 PM	3.783	CLIENT	DELAYED295 TID123 squad still existed in planetfaction despite being in death registry: 11664 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:58 PM	3.783	CLIENT	DELAYED296 TID123 squad still existed in planetfaction despite being in death registry: 17608 (DiedOnTimeFromZeroHealth)
1/12/2022 8:47:58 PM	3.783	CLIENT	DELAYED297 TID123 squad still existed in planetfaction despite being in death registry: 17498 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:00 PM	3.783	CLIENT	DELAYED298 TID125 squad still existed in planetfaction despite being in death registry: 11612 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:00 PM	3.783	CLIENT	DELAYED299 TID125 squad still existed in planetfaction despite being in death registry: 17513 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:01 PM	3.783	CLIENT	DELAYED300 TID97 squad still existed in planetfaction despite being in death registry: 14054 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:02 PM	3.783	CLIENT	DELAYED301 TID132 squad still existed in planetfaction despite being in death registry: 17190 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:02 PM	3.783	CLIENT	DELAYED302 TID132 squad still existed in planetfaction despite being in death registry: 17495 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:03 PM	3.783	CLIENT	DELAYED303 TID101 squad still existed in planetfaction despite being in death registry: 17178 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:04 PM	3.783	CLIENT	DELAYED304 TID123 squad still existed in planetfaction despite being in death registry: 11684 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:05 PM	3.783	CLIENT	DELAYED305 TID139 squad still existed in planetfaction despite being in death registry: 11883 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:05 PM	3.783	CLIENT	DELAYED306 TID139 squad still existed in planetfaction despite being in death registry: 17182 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:08 PM	3.783	CLIENT	DELAYED307 TID115 squad still existed in planetfaction despite being in death registry: 7618 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:08 PM	3.783	CLIENT	DELAYED308 TID115 squad still existed in planetfaction despite being in death registry: 17500 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:09 PM	3.783	CLIENT	DELAYED309 TID124 squad still existed in planetfaction despite being in death registry: 18018 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:10 PM	3.783	CLIENT	DELAYED310 TID128 squad still existed in planetfaction despite being in death registry: 17484 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:13 PM	3.783	CLIENT	DELAYED311 TID111 squad still existed in planetfaction despite being in death registry: 17483 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:14 PM	3.783	CLIENT	DELAYED312 TID114 squad still existed in planetfaction despite being in death registry: 17520 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:15 PM	3.783	CLIENT	DELAYED313 TID102 squad still existed in planetfaction despite being in death registry: 8068 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:15 PM	3.783	CLIENT	DELAYED314 TID102 squad still existed in planetfaction despite being in death registry: 17527 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:20 PM	3.783	CLIENT	DELAYED315 TID115 squad still existed in planetfaction despite being in death registry: 18213 (TransformedIntoAnotherEntityType)
1/12/2022 8:48:22 PM	3.783	CLIENT	DELAYED316 TID103 squad still existed in planetfaction despite being in death registry: 3122 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:22 PM	3.783	CLIENT	DELAYED317 TID103 squad still existed in planetfaction despite being in death registry: 8270 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:22 PM	3.783	CLIENT	DELAYED318 TID103 Sim repair: removing duplicate copy of squad: 18303, a ElectricBomber
1/12/2022 8:48:25 PM	3.783	CLIENT	DELAYED319 TID120 squad still existed in planetfaction despite being in death registry: 18593 (TransformedIntoAnotherEntityType)
1/12/2022 8:48:25 PM	3.783	CLIENT	DELAYED320 TID120 squad still existed in planetfaction despite being in death registry: 2921 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:27 PM	3.783	CLIENT	DELAYED321 TID103 squad still existed in planetfaction despite being in death registry: 18117 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:27 PM	3.783	CLIENT	DELAYED322 TID103 squad still existed in planetfaction despite being in death registry: 17517 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:29 PM	3.783	CLIENT	DELAYED323 TID110 squad still existed in planetfaction despite being in death registry: 5290 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:29 PM	3.783	CLIENT	DELAYED324 TID110 squad still existed in planetfaction despite being in death registry: 13808 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:30 PM	3.783	CLIENT	DELAYED325 TID131 squad still existed in planetfaction despite being in death registry: 17703 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:30 PM	3.783	CLIENT	DELAYED326 TID131 squad still existed in planetfaction despite being in death registry: 18663 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:31 PM	3.783	CLIENT	DELAYED327 TID139 squad still existed in planetfaction despite being in death registry: 18763 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:32 PM	3.783	CLIENT	DELAYED328 TID109 squad still existed in planetfaction despite being in death registry: 17449 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:33 PM	3.783	CLIENT	DELAYED329 TID100 squad still existed in planetfaction despite being in death registry: 18311 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:33 PM	3.783	CLIENT	DELAYED330 TID100 squad still existed in planetfaction despite being in death registry: 18949 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:35 PM	3.783	CLIENT	DELAYED331 TID127 squad still existed in planetfaction despite being in death registry: 17469 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:36 PM	3.783	CLIENT	DELAYED332 TID97 squad still existed in planetfaction despite being in death registry: 2881 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:36 PM	3.783	CLIENT	DELAYED333 TID97 squad still existed in planetfaction despite being in death registry: 14077 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:37 PM	3.783	CLIENT	DELAYED334 TID106 squad still existed in planetfaction despite being in death registry: 19129 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:37 PM	3.783	CLIENT	DELAYED335 TID106 squad still existed in planetfaction despite being in death registry: 19025 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:43 PM	3.783	CLIENT	DELAYED336 TID124 squad still existed in planetfaction despite being in death registry: 14056 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:44 PM	3.783	CLIENT	DELAYED337 TID98 squad still existed in planetfaction despite being in death registry: 18580 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:46 PM	3.783	CLIENT	DELAYED338 TID136 squad still existed in planetfaction despite being in death registry: 19168 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:51 PM	3.783	CLIENT	DELAYED339 TID138 squad still existed in planetfaction despite being in death registry: 19215 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:51 PM	3.783	CLIENT	DELAYED340 TID138 squad still existed in planetfaction despite being in death registry: 19034 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:55 PM	3.783	CLIENT	DELAYED341 TID133 squad still existed in planetfaction despite being in death registry: 19264 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:56 PM	3.783	CLIENT	DELAYED342 TID102 squad still existed in planetfaction despite being in death registry: 17531 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:57 PM	3.783	CLIENT	DELAYED343 TID106 squad still existed in planetfaction despite being in death registry: 19292 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:58 PM	3.783	CLIENT	DELAYED344 TID132 squad still existed in planetfaction despite being in death registry: 19377 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:58 PM	3.783	CLIENT	DELAYED345 TID132 squad still existed in planetfaction despite being in death registry: 17546 (DiedOnTimeFromZeroHealth)
1/12/2022 8:48:59 PM	3.783	CLIENT	DELAYED346 TID126 squad still existed in planetfaction despite being in death registry: 17571 (DiedOnTimeFromZeroHealth)
1/12/2022 8:49:52 PM	3.783	CLIENT	DELAYED347 TID116 squad still existed in planetfaction despite being in death registry: 11949 (DiedOnTimeFromZeroHealth)
1/12/2022 8:50:47 PM	3.783	CLIENT	DELAYED348 TID115 squad still existed in planetfaction despite being in death registry: 19502 (DiedOnTimeFromZeroHealth)
1/12/2022 8:50:49 PM	3.783	CLIENT	DELAYED349 TID96 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 8:51:13 PM	3.783	CLIENT	DELAYED350 TID123 squad still existed in planetfaction despite being in death registry: 19483 (DiedOnTimeFromZeroHealth)
1/12/2022 8:51:21 PM	3.783	CLIENT	DELAYED351 TID131 squad still existed in planetfaction despite being in death registry: 20326 (DiedOnTimeFromZeroHealth)
1/12/2022 8:51:22 PM	3.783	CLIENT	DELAYED352 TID106 squad still existed in planetfaction despite being in death registry: 19487 (DiedOnTimeFromZeroHealth)
1/12/2022 8:53:18 PM	3.783	CLIENT	DELAYED353 TID99 squad still existed in planetfaction despite being in death registry: 20559 (TransformedIntoAnotherEntityType)
1/12/2022 8:53:20 PM	3.783	CLIENT	DELAYED354 TID126 squad still existed in planetfaction despite being in death registry: 20561 (TransformedIntoAnotherEntityType)
1/12/2022 8:56:13 PM	3.783	CLIENT	DELAYED355 TID120 squad still existed in planetfaction despite being in death registry: 5082 (DiedOnTimeFromZeroHealth)
1/12/2022 8:56:24 PM	3.783	CLIENT	DELAYED356 TID138 squad still existed in planetfaction despite being in death registry: 3559 (DiedOnTimeFromZeroHealth)
1/12/2022 8:56:25 PM	3.783	CLIENT	DELAYED357 TID121 squad still existed in planetfaction despite being in death registry: 5384 (DiedOnTimeFromZeroHealth)
1/12/2022 8:56:31 PM	3.783	CLIENT	DELAYED358 TID115 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 8:57:35 PM	3.783	CLIENT	DELAYED359 TID105 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 8:57:56 PM	3.783	CLIENT	DELAYED360 TID114 squad still existed in planetfaction despite being in death registry: 6227 (DiedOnTimeFromZeroHealth)
1/12/2022 8:57:56 PM	3.783	CLIENT	DELAYED361 TID114 squad still existed in planetfaction despite being in death registry: 22018 (TransformedIntoAnotherEntityType)
1/12/2022 8:57:58 PM	3.783	CLIENT	DELAYED362 TID104 squad still existed in planetfaction despite being in death registry: 19656 (DiedOnTimeFromZeroHealth)
1/12/2022 8:57:58 PM	3.783	CLIENT	DELAYED363 TID104 squad still existed in planetfaction despite being in death registry: 22013 (TransformedIntoAnotherEntityType)
1/12/2022 8:58:00 PM	3.783	CLIENT	DELAYED364 TID131 squad still existed in planetfaction despite being in death registry: 22475 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:00 PM	3.783	CLIENT	DELAYED365 TID131 squad still existed in planetfaction despite being in death registry: 22006 (TransformedIntoAnotherEntityType)
1/12/2022 8:58:03 PM	3.783	CLIENT	DELAYED366 TID139 squad still existed in planetfaction despite being in death registry: 22990 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:03 PM	3.783	CLIENT	DELAYED367 TID139 squad still existed in planetfaction despite being in death registry: 22633 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:03 PM	3.783	CLIENT	DELAYED368 TID139 squad still existed in planetfaction despite being in death registry: 22036 (TransformedIntoAnotherEntityType)
1/12/2022 8:58:04 PM	3.783	CLIENT	DELAYED369 TID129 squad still existed in planetfaction despite being in death registry: 3201 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:04 PM	3.783	CLIENT	DELAYED370 TID129 squad still existed in planetfaction despite being in death registry: 22560 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:05 PM	3.783	CLIENT	DELAYED371 TID105 squad still existed in planetfaction despite being in death registry: 22557 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:09 PM	3.783	CLIENT	DELAYED372 TID97 squad still existed in planetfaction despite being in death registry: 19982 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:09 PM	3.783	CLIENT	DELAYED373 TID97 squad still existed in planetfaction despite being in death registry: 22628 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:10 PM	3.783	CLIENT	DELAYED374 TID125 squad still existed in planetfaction despite being in death registry: 22930 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:11 PM	3.783	CLIENT	DELAYED375 TID115 squad still existed in planetfaction despite being in death registry: 23376 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:11 PM	3.783	CLIENT	DELAYED376 TID115 squad still existed in planetfaction despite being in death registry: 22473 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:13 PM	3.783	CLIENT	DELAYED377 TID108 squad still existed in planetfaction despite being in death registry: 23416 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:14 PM	3.783	CLIENT	DELAYED378 TID101 squad still existed in planetfaction despite being in death registry: 22476 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:16 PM	3.783	CLIENT	DELAYED379 TID122 squad still existed in planetfaction despite being in death registry: 23545 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:16 PM	3.783	CLIENT	DELAYED380 TID122 squad still existed in planetfaction despite being in death registry: 23512 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:17 PM	3.783	CLIENT	DELAYED381 TID123 squad still existed in planetfaction despite being in death registry: 23541 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:17 PM	3.783	CLIENT	DELAYED382 TID123 squad still existed in planetfaction despite being in death registry: 23569 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:18 PM	3.783	CLIENT	DELAYED383 TID111 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 8:58:18 PM	3.783	CLIENT	DELAYED384 TID133 squad still existed in planetfaction despite being in death registry: 17940 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:18 PM	3.783	CLIENT	DELAYED385 TID133 squad still existed in planetfaction despite being in death registry: 23441 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:19 PM	3.783	CLIENT	DELAYED386 TID119 squad still existed in planetfaction despite being in death registry: 23442 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:19 PM	3.783	CLIENT	DELAYED387 TID119 squad still existed in planetfaction despite being in death registry: 22510 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:20 PM	3.783	CLIENT	DELAYED388 TID127 squad still existed in planetfaction despite being in death registry: 23504 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:20 PM	3.783	CLIENT	DELAYED389 TID127 squad still existed in planetfaction despite being in death registry: 22650 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:21 PM	3.783	CLIENT	DELAYED390 TID139 squad still existed in planetfaction despite being in death registry: 23422 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:23 PM	3.783	CLIENT	DELAYED391 TID102 squad still existed in planetfaction despite being in death registry: 22497 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:26 PM	3.783	CLIENT	DELAYED392 TID105 squad still existed in planetfaction despite being in death registry: 22493 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:30 PM	3.783	CLIENT	DELAYED393 TID119 squad still existed in planetfaction despite being in death registry: 22507 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:31 PM	3.783	CLIENT	DELAYED394 TID123 squad still existed in planetfaction despite being in death registry: 23866 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:31 PM	3.783	CLIENT	DELAYED395 TID123 squad still existed in planetfaction despite being in death registry: 23666 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:32 PM	3.783	CLIENT	DELAYED396 TID135 squad still existed in planetfaction despite being in death registry: 22531 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:34 PM	3.783	CLIENT	DELAYED397 TID110 squad still existed in planetfaction despite being in death registry: 23899 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:34 PM	3.783	CLIENT	DELAYED398 TID110 squad still existed in planetfaction despite being in death registry: 22646 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:35 PM	3.783	CLIENT	DELAYED399 TID135 squad still existed in planetfaction despite being in death registry: 22515 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:36 PM	3.783	CLIENT	DELAYED400 TID139 squad still existed in planetfaction despite being in death registry: 22548 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:37 PM	3.783	CLIENT	DELAYED401 TID104 squad still existed in planetfaction despite being in death registry: 23337 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:38 PM	3.783	CLIENT	DELAYED402 TID129 squad still existed in planetfaction despite being in death registry: 24004 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:38 PM	3.783	CLIENT	DELAYED403 TID129 squad still existed in planetfaction despite being in death registry: 23575 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:40 PM	3.783	CLIENT	DELAYED404 TID119 squad still existed in planetfaction despite being in death registry: 24117 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:40 PM	3.783	CLIENT	DELAYED405 TID119 squad still existed in planetfaction despite being in death registry: 22574 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:41 PM	3.783	CLIENT	DELAYED406 TID132 squad still existed in planetfaction despite being in death registry: 24130 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:41 PM	3.783	CLIENT	DELAYED407 TID132 squad still existed in planetfaction despite being in death registry: 23527 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:42 PM	3.783	CLIENT	DELAYED408 TID116 squad still existed in planetfaction despite being in death registry: 24092 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:44 PM	3.783	CLIENT	DELAYED409 TID133 squad still existed in planetfaction despite being in death registry: 23555 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:46 PM	3.783	CLIENT	DELAYED410 TID118 Sim repair: removing duplicate copy of squad: 24010, a FusionBomber
1/12/2022 8:58:47 PM	3.783	CLIENT	DELAYED411 TID121 squad still existed in planetfaction despite being in death registry: 22592 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:48 PM	3.783	CLIENT	DELAYED412 TID116 squad still existed in planetfaction despite being in death registry: 23781 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:50 PM	3.783	CLIENT	DELAYED413 TID110 squad still existed in planetfaction despite being in death registry: 22563 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:51 PM	3.783	CLIENT	DELAYED414 TID104 squad still existed in planetfaction despite being in death registry: 24312 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:51 PM	3.783	CLIENT	DELAYED415 TID104 squad still existed in planetfaction despite being in death registry: 22571 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:52 PM	3.783	CLIENT	DELAYED416 TID125 squad still existed in planetfaction despite being in death registry: 20830 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:53 PM	3.783	CLIENT	DELAYED417 TID113 squad still existed in planetfaction despite being in death registry: 24372 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:55 PM	3.783	CLIENT	DELAYED418 TID132 squad still existed in planetfaction despite being in death registry: 20840 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:57 PM	3.783	CLIENT	DELAYED419 TID115 squad still existed in planetfaction despite being in death registry: 24345 (DiedOnTimeFromZeroHealth)
1/12/2022 8:58:57 PM	3.783	CLIENT	DELAYED420 TID115 squad still existed in planetfaction despite being in death registry: 21854 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:00 PM	3.783	CLIENT	DELAYED421 TID107 squad still existed in planetfaction despite being in death registry: 22597 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:07 PM	3.783	CLIENT	DELAYED422 TID121 squad still existed in planetfaction despite being in death registry: 18043 (GettingIntoTransport)
1/12/2022 8:59:08 PM	3.783	CLIENT	DELAYED423 TID137 squad still existed in planetfaction despite being in death registry: 19256 (GettingIntoTransport)
1/12/2022 8:59:09 PM	3.783	CLIENT	DELAYED424 TID100 squad still existed in planetfaction despite being in death registry: 19649 (GettingIntoTransport)
1/12/2022 8:59:10 PM	3.783	CLIENT	DELAYED425 TID101 squad still existed in planetfaction despite being in death registry: 5916 (GettingIntoTransport)
1/12/2022 8:59:32 PM	3.783	CLIENT	DELAYED426 TID137 squad still existed in planetfaction despite being in death registry: 24458 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:32 PM	3.783	CLIENT	DELAYED427 TID137 squad still existed in planetfaction despite being in death registry: 24450 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:32 PM	3.783	CLIENT	DELAYED428 TID137 squad still existed in planetfaction despite being in death registry: 24457 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:39 PM	3.783	CLIENT	DELAYED429 TID101 squad still existed in planetfaction despite being in death registry: 21513 (DiedOnTimeFromZeroHealth)
1/12/2022 8:59:47 PM	3.783	CLIENT	DELAYED430 TID126 squad still existed in planetfaction despite being in death registry: 22267 (DiedOnTimeFromZeroHealth)
1/12/2022 9:00:09 PM	3.783	CLIENT	DELAYED431 TID115 squad still existed in planetfaction despite being in death registry: 21502 (DiedOnTimeFromZeroHealth)
1/12/2022 9:00:26 PM	3.783	CLIENT	DELAYED432 TID129 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 9:00:40 PM	3.783	CLIENT	DELAYED433 TID130 squad still existed in planetfaction despite being in death registry: 24484 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:08 PM	3.783	CLIENT	DELAYED434 TID108 squad still existed in planetfaction despite being in death registry: 24892 (TransformedIntoAnotherEntityType)
1/12/2022 9:03:09 PM	3.783	CLIENT	DELAYED435 TID111 squad still existed in planetfaction despite being in death registry: 24964 (TransformedIntoAnotherEntityType)
1/12/2022 9:03:10 PM	3.783	CLIENT	DELAYED436 TID106 squad still existed in planetfaction despite being in death registry: 25036 (TransformedIntoAnotherEntityType)
1/12/2022 9:03:28 PM	3.783	CLIENT	DELAYED437 TID133 squad still existed in planetfaction despite being in death registry: 25742 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:36 PM	3.783	CLIENT	DELAYED438 TID102 squad still existed in planetfaction despite being in death registry: 25809 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:44 PM	3.783	CLIENT	DELAYED439 TID116 squad still existed in planetfaction despite being in death registry: 25845 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:48 PM	3.783	CLIENT	DELAYED440 TID96 squad still existed in planetfaction despite being in death registry: 25872 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:52 PM	3.783	CLIENT	DELAYED441 TID137 squad still existed in planetfaction despite being in death registry: 25849 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:52 PM	3.783	CLIENT	DELAYED442 TID137 squad still existed in planetfaction despite being in death registry: 24662 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:54 PM	3.783	CLIENT	DELAYED443 TID98 squad still existed in planetfaction despite being in death registry: 25759 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:56 PM	3.783	CLIENT	DELAYED444 TID128 squad still existed in planetfaction despite being in death registry: 24665 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:58 PM	3.783	CLIENT	DELAYED445 TID102 squad still existed in planetfaction despite being in death registry: 26420 (DiedOnTimeFromZeroHealth)
1/12/2022 9:03:59 PM	3.783	CLIENT	DELAYED446 TID136 squad still existed in planetfaction despite being in death registry: 25873 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:01 PM	3.783	CLIENT	DELAYED447 TID121 squad still existed in planetfaction despite being in death registry: 26458 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:04 PM	3.783	CLIENT	DELAYED448 TID112 squad still existed in planetfaction despite being in death registry: 26278 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:06 PM	3.783	CLIENT	DELAYED449 TID109 squad still existed in planetfaction despite being in death registry: 22453 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:09 PM	3.783	CLIENT	DELAYED450 TID132 squad still existed in planetfaction despite being in death registry: 26037 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:12 PM	3.783	CLIENT	DELAYED451 TID138 squad still existed in planetfaction despite being in death registry: 26446 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:14 PM	3.783	CLIENT	DELAYED452 TID97 squad still existed in planetfaction despite being in death registry: 26479 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:20 PM	3.783	CLIENT	DELAYED453 TID118 squad still existed in planetfaction despite being in death registry: 24549 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:26 PM	3.783	CLIENT	DELAYED454 TID124 squad still existed in planetfaction despite being in death registry: 25773 (TransformedIntoAnotherEntityType)
1/12/2022 9:04:26 PM	3.783	CLIENT	DELAYED455 TID124 squad still existed in planetfaction despite being in death registry: 24520 (DiedOnTimeFromZeroHealth)
1/12/2022 9:04:54 PM	3.783	CLIENT	DELAYED456 TID99 squad still existed in planetfaction despite being in death registry: 29041 (TransformedIntoAnotherEntityType)
1/12/2022 9:05:08 PM	3.783	CLIENT	DELAYED457 TID137 squad still existed in planetfaction despite being in death registry: 22448 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:08 PM	3.783	CLIENT	DELAYED458 TID137 squad still existed in planetfaction despite being in death registry: 16907 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:09 PM	3.783	CLIENT	DELAYED459 TID105 squad still existed in planetfaction despite being in death registry: 17318 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:10 PM	3.783	CLIENT	DELAYED460 TID112 squad still existed in planetfaction despite being in death registry: 20043 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:12 PM	3.783	CLIENT	DELAYED461 TID121 squad still existed in planetfaction despite being in death registry: 22445 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:13 PM	3.783	CLIENT	DELAYED462 TID103 squad still existed in planetfaction despite being in death registry: 22446 (DiedOnTimeFromZeroHealth)
1/12/2022 9:05:25 PM	3.783	CLIENT	DELAYED463 TID117 5303Perm: Error! Polarizer should have 1 systems, but instead has 0
1/12/2022 9:06:08 PM	3.783	CLIENT	DELAYED464 TID121 squad still existed in planetfaction despite being in death registry: 29362 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:14 PM	3.783	CLIENT	DELAYED465 TID103 squad still existed in planetfaction despite being in death registry: 29430 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:16 PM	3.783	CLIENT	DELAYED466 TID103 squad still existed in planetfaction despite being in death registry: 29439 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:16 PM	3.783	CLIENT	DELAYED467 TID103 squad still existed in planetfaction despite being in death registry: 29573 (TransformedIntoAnotherEntityType)
1/12/2022 9:06:19 PM	3.783	CLIENT	DELAYED468 TID113 squad still existed in planetfaction despite being in death registry: 29568 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:19 PM	3.783	CLIENT	DELAYED469 TID113 squad still existed in planetfaction despite being in death registry: 29958 (TransformedIntoAnotherEntityType)
1/12/2022 9:06:20 PM	3.783	CLIENT	DELAYED470 TID106 squad still existed in planetfaction despite being in death registry: 29569 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:22 PM	3.783	CLIENT	DELAYED471 TID137 squad still existed in planetfaction despite being in death registry: 19705 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:24 PM	3.783	CLIENT	DELAYED472 TID133 squad still existed in planetfaction despite being in death registry: 3614 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:25 PM	3.783	CLIENT	DELAYED473 TID121 squad still existed in planetfaction despite being in death registry: 29681 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:26 PM	3.783	CLIENT	DELAYED474 TID108 squad still existed in planetfaction despite being in death registry: 22393 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:27 PM	3.783	CLIENT	DELAYED475 TID136 squad still existed in planetfaction despite being in death registry: 30237 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:28 PM	3.783	CLIENT	DELAYED476 TID116 squad still existed in planetfaction despite being in death registry: 29748 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:28 PM	3.783	CLIENT	DELAYED477 TID116 squad still existed in planetfaction despite being in death registry: 20029 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:29 PM	3.783	CLIENT	DELAYED478 TID108 squad still existed in planetfaction despite being in death registry: 29394 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:29 PM	3.783	CLIENT	DELAYED479 TID108 squad still existed in planetfaction despite being in death registry: 24768 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:29 PM	3.783	CLIENT	DELAYED480 TID108 squad still existed in planetfaction despite being in death registry: 16713 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:30 PM	3.783	CLIENT	DELAYED481 TID101 squad still existed in planetfaction despite being in death registry: 8349 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:34 PM	3.783	CLIENT	DELAYED482 TID121 squad still existed in planetfaction despite being in death registry: 30344 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:34 PM	3.783	CLIENT	DELAYED483 TID121 squad still existed in planetfaction despite being in death registry: 30572 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:34 PM	3.783	CLIENT	DELAYED484 TID121 squad still existed in planetfaction despite being in death registry: 20410 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:35 PM	3.783	CLIENT	DELAYED485 TID129 squad still existed in planetfaction despite being in death registry: 30334 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:35 PM	3.783	CLIENT	DELAYED486 TID129 squad still existed in planetfaction despite being in death registry: 18581 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:36 PM	3.783	CLIENT	DELAYED487 TID121 squad still existed in planetfaction despite being in death registry: 30510 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:40 PM	3.783	CLIENT	DELAYED488 TID139 squad still existed in planetfaction despite being in death registry: 30339 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:42 PM	3.783	CLIENT	DELAYED489 TID116 squad still existed in planetfaction despite being in death registry: 30337 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:49 PM	3.783	CLIENT	DELAYED490 TID138 squad still existed in planetfaction despite being in death registry: 30437 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:52 PM	3.783	CLIENT	DELAYED491 TID130 squad still existed in planetfaction despite being in death registry: 29698 (DiedOnTimeFromZeroHealth)
1/12/2022 9:06:56 PM	3.783	CLIENT	DELAYED492 TID118 squad still existed in planetfaction despite being in death registry: 30729 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:00 PM	3.783	CLIENT	DELAYED493 TID132 squad still existed in planetfaction despite being in death registry: 19298 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:04 PM	3.783	CLIENT	DELAYED494 TID119 squad still existed in planetfaction despite being in death registry: 31747 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:06 PM	3.783	CLIENT	DELAYED495 TID97 squad still existed in planetfaction despite being in death registry: 28850 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:08 PM	3.783	CLIENT	DELAYED496 TID127 squad still existed in planetfaction despite being in death registry: 30479 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:09 PM	3.783	CLIENT	DELAYED497 TID126 squad still existed in planetfaction despite being in death registry: 29662 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:11 PM	3.783	CLIENT	DELAYED498 TID117 squad still existed in planetfaction despite being in death registry: 18672 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:11 PM	3.783	CLIENT	DELAYED499 TID117 squad still existed in planetfaction despite being in death registry: 30461 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:15 PM	3.783	CLIENT	DELAYED500 TID112 squad still existed in planetfaction despite being in death registry: 29707 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:20 PM	3.783	CLIENT	DELAYED501 TID125 squad still existed in planetfaction despite being in death registry: 32232 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:21 PM	3.783	CLIENT	DELAYED502 TID137 squad still existed in planetfaction despite being in death registry: 29759 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:22 PM	3.783	CLIENT	DELAYED503 TID133 squad still existed in planetfaction despite being in death registry: 14970 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:23 PM	3.783	CLIENT	DELAYED504 TID97 squad still existed in planetfaction despite being in death registry: 30356 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:26 PM	3.783	CLIENT	DELAYED505 TID139 squad still existed in planetfaction despite being in death registry: 30742 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:26 PM	3.783	CLIENT	DELAYED506 TID139 squad still existed in planetfaction despite being in death registry: 30198 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:31 PM	3.783	CLIENT	DELAYED507 TID120 squad still existed in planetfaction despite being in death registry: 30498 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:34 PM	3.783	CLIENT	DELAYED508 TID139 squad still existed in planetfaction despite being in death registry: 30442 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:40 PM	3.783	CLIENT	DELAYED509 TID138 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:BonusStartingResources3
  RelatedString3:5
  RelatedIntegers(1): 1

1/12/2022 9:07:50 PM	3.783	CLIENT	DELAYED510 TID111 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:NecromancerWightGroup
  RelatedString3:5
  RelatedIntegers(1): 3

1/12/2022 9:07:57 PM	3.783	CLIENT	DELAYED511 TID119 squad still existed in planetfaction despite being in death registry: 23691 (DiedOnTimeFromZeroHealth)
1/12/2022 9:07:57 PM	3.783	CLIENT	DELAYED512 TID129 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:NecromancerWightGroup
  RelatedString3:5
  RelatedIntegers(1): 3

1/12/2022 9:07:58 PM	3.783	CLIENT	DELAYED513 TID111 squad still existed in planetfaction despite being in death registry: 32962 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:00 PM	3.783	CLIENT	DELAYED514 TID106 squad still existed in planetfaction despite being in death registry: 33070 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:01 PM	3.783	CLIENT	DELAYED515 TID138 squad still existed in planetfaction despite being in death registry: 33087 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:08 PM	3.783	CLIENT	DELAYED516 TID127 squad still existed in planetfaction despite being in death registry: 33322 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:09 PM	3.783	CLIENT	DELAYED517 TID105 squad still existed in planetfaction despite being in death registry: 32955 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:09 PM	3.783	CLIENT	DELAYED518 TID105 squad still existed in planetfaction despite being in death registry: 33118 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:10 PM	3.783	CLIENT	DELAYED519 TID124 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:NecromancerUtilityGroup
  RelatedString3:5
  RelatedIntegers(1): 4

1/12/2022 9:08:13 PM	3.783	CLIENT	DELAYED520 TID126 squad still existed in planetfaction despite being in death registry: 32992 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:15 PM	3.783	CLIENT	DELAYED521 TID122 squad still existed in planetfaction despite being in death registry: 33517 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:15 PM	3.783	CLIENT	DELAYED522 TID122 squad still existed in planetfaction despite being in death registry: 18043 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:15 PM	3.783	CLIENT	DELAYED523 TID122 squad still existed in planetfaction despite being in death registry: 33571 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:16 PM	3.783	CLIENT	DELAYED524 TID113 squad still existed in planetfaction despite being in death registry: 33614 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:18 PM	3.783	CLIENT	DELAYED525 TID103 squad still existed in planetfaction despite being in death registry: 33702 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:18 PM	3.783	CLIENT	DELAYED526 TID103 squad still existed in planetfaction despite being in death registry: 32986 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:18 PM	3.783	CLIENT	DELAYED527 TID137 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:BonusStartingResources3
  RelatedString3:5
  RelatedIntegers(1): 1

1/12/2022 9:08:21 PM	3.783	CLIENT	DELAYED528 TID102 squad still existed in planetfaction despite being in death registry: 33610 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:22 PM	3.783	CLIENT	DELAYED529 TID130 squad still existed in planetfaction despite being in death registry: 32996 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:23 PM	3.783	CLIENT	DELAYED530 TID112 squad still existed in planetfaction despite being in death registry: 33582 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:24 PM	3.783	CLIENT	DELAYED531 TID118 squad still existed in planetfaction despite being in death registry: 33498 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:24 PM	3.783	CLIENT	DELAYED532 TID118 squad still existed in planetfaction despite being in death registry: 33000 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:24 PM	3.783	CLIENT	DELAYED533 TID138 DURINGGAME: Discarded Post-Lobby Setup Change Not Valid For a Faction: 'DataForFaction_CustomFieldDefinitionChanged':

GameCommand Details:AfterGameStartOnly_RequestFactionChanges
  RelatedFactionIndex:-1
  RelatedString:DataForFaction_CustomFieldDefinitionChanged
  RelatedString2:BonusStartingResources3
  RelatedString3:5
  RelatedIntegers(1): 1

1/12/2022 9:08:29 PM	3.783	CLIENT	DELAYED534 TID111 Sim repair: removing duplicate copy of squad: 23362, a PikeCorvette
1/12/2022 9:08:29 PM	3.783	CLIENT	DELAYED535 TID111 Sim repair: removing duplicate copy of squad: 33045, a PikeCorvette
1/12/2022 9:08:31 PM	3.783	CLIENT	DELAYED536 TID134 squad still existed in planetfaction despite being in death registry: 33967 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:32 PM	3.783	CLIENT	DELAYED537 TID119 squad still existed in planetfaction despite being in death registry: 34205 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:32 PM	3.783	CLIENT	DELAYED538 TID119 squad still existed in planetfaction despite being in death registry: 34201 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:34 PM	3.783	CLIENT	DELAYED539 TID136 squad still existed in planetfaction despite being in death registry: 33524 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:35 PM	3.783	CLIENT	DELAYED540 TID110 squad still existed in planetfaction despite being in death registry: 34533 (TransformedIntoAnotherEntityType)
1/12/2022 9:08:36 PM	3.783	CLIENT	DELAYED541 TID119 squad still existed in planetfaction despite being in death registry: 24154 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:38 PM	3.783	CLIENT	DELAYED542 TID105 squad still existed in planetfaction despite being in death registry: 33448 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:39 PM	3.783	CLIENT	DELAYED543 TID132 squad still existed in planetfaction despite being in death registry: 34836 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:40 PM	3.783	CLIENT	DELAYED544 TID117 squad still existed in planetfaction despite being in death registry: 33225 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:40 PM	3.783	CLIENT	DELAYED545 TID117 squad still existed in planetfaction despite being in death registry: 34469 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:41 PM	3.783	CLIENT	DELAYED546 TID98 squad still existed in planetfaction despite being in death registry: 34833 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:42 PM	3.783	CLIENT	DELAYED547 TID135 squad still existed in planetfaction despite being in death registry: 35070 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:42 PM	3.783	CLIENT	DELAYED548 TID135 squad still existed in planetfaction despite being in death registry: 34839 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:44 PM	3.783	CLIENT	DELAYED549 TID129 Sim repair: removing duplicate copy of squad: 34995, a MLRSCorvette
1/12/2022 9:08:45 PM	3.783	CLIENT	DELAYED550 TID114 squad still existed in planetfaction despite being in death registry: 33141 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:46 PM	3.783	CLIENT	DELAYED551 TID133 squad still existed in planetfaction despite being in death registry: 33067 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:47 PM	3.783	CLIENT	DELAYED552 TID100 squad still existed in planetfaction despite being in death registry: 33570 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:48 PM	3.783	CLIENT	DELAYED553 TID139 squad still existed in planetfaction despite being in death registry: 33480 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:49 PM	3.783	CLIENT	DELAYED554 TID105 squad still existed in planetfaction despite being in death registry: 33130 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:51 PM	3.783	CLIENT	DELAYED555 TID115 squad still existed in planetfaction despite being in death registry: 35636 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:52 PM	3.783	CLIENT	DELAYED556 TID119 squad still existed in planetfaction despite being in death registry: 35627 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:54 PM	3.783	CLIENT	DELAYED557 TID116 squad still existed in planetfaction despite being in death registry: 33122 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:56 PM	3.783	CLIENT	DELAYED558 TID120 squad still existed in planetfaction despite being in death registry: 35932 (DiedOnTimeFromZeroHealth)
1/12/2022 9:08:58 PM	3.783	CLIENT	DELAYED559 TID126 squad still existed in planetfaction despite being in death registry: 35921 (DiedOnTimeFromZeroHealth)
1/12/2022 9:09:00 PM	3.783	CLIENT	DELAYED560 TID108 squad still existed in planetfaction despite being in death registry: 35807 (DiedOnTimeFromZeroHealth)
1/12/2022 9:09:33 PM	3.783	CLIENT	DELAYED561 TID123 squad still existed in planetfaction despite being in death registry: 29421 (DiedOnTimeFromZeroHealth)
1/12/2022 9:09:40 PM	3.783	CLIENT	DELAYED562 TID130 squad still existed in planetfaction despite being in death registry: 38368 (DiedOnTimeFromZeroHealth)
1/12/2022 9:09:42 PM	3.783	CLIENT	DELAYED563 TID126 squad still existed in planetfaction despite being in death registry: 38636 (DiedOnTimeFromZeroHealth)
1/12/2022 9:09:50 PM	3.783	CLIENT	DELAYED564 TID129 squad still existed in planetfaction despite being in death registry: 38995 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:00 PM	3.783	CLIENT	DELAYED565 TID131 squad still existed in planetfaction despite being in death registry: 39778 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:01 PM	3.783	CLIENT	DELAYED566 TID127 squad still existed in planetfaction despite being in death registry: 39740 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:02 PM	3.783	CLIENT	DELAYED567 TID107 squad still existed in planetfaction despite being in death registry: 40061 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:02 PM	3.783	CLIENT	DELAYED568 TID135 5912Perm: Error! Sentinel Gunboat should have 2 systems, but instead has 0
1/12/2022 9:10:03 PM	3.783	CLIENT	DELAYED569 TID128 squad still existed in planetfaction despite being in death registry: 34465 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:03 PM	3.783	CLIENT	DELAYED570 TID128 squad still existed in planetfaction despite being in death registry: 40162 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:05 PM	3.783	CLIENT	DELAYED571 TID121 squad still existed in planetfaction despite being in death registry: 40060 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:11 PM	3.783	CLIENT	DELAYED572 TID139 squad still existed in planetfaction despite being in death registry: 40943 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:20 PM	3.783	CLIENT	DELAYED573 TID120 squad still existed in planetfaction despite being in death registry: 41735 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:21 PM	3.783	CLIENT	DELAYED574 TID130 Sim repair: removing duplicate copy of squad: 29269, a Parasite
1/12/2022 9:10:22 PM	3.783	CLIENT	DELAYED575 TID120 Sim repair: removing duplicate copy of squad: 41715, a PikeCorvette
1/12/2022 9:10:24 PM	3.783	CLIENT	DELAYED576 TID114 squad still existed in planetfaction despite being in death registry: 41970 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:25 PM	3.783	CLIENT	DELAYED577 TID130 squad still existed in planetfaction despite being in death registry: 42042 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:30 PM	3.783	CLIENT	DELAYED578 TID114 squad still existed in planetfaction despite being in death registry: 42270 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:31 PM	3.783	CLIENT	DELAYED579 TID122 squad still existed in planetfaction despite being in death registry: 42281 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:33 PM	3.783	CLIENT	DELAYED580 TID111 squad still existed in planetfaction despite being in death registry: 41864 (TransformedIntoAnotherEntityType)
1/12/2022 9:10:33 PM	3.783	CLIENT	DELAYED581 TID111 squad still existed in planetfaction despite being in death registry: 39962 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:33 PM	3.783	CLIENT	DELAYED582 TID111 squad still existed in planetfaction despite being in death registry: 39898 (TransformedIntoAnotherEntityType)
1/12/2022 9:10:40 PM	3.783	CLIENT	DELAYED583 TID133 squad still existed in planetfaction despite being in death registry: 42572 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:41 PM	3.783	CLIENT	DELAYED584 TID115 squad still existed in planetfaction despite being in death registry: 42580 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:43 PM	3.783	CLIENT	DELAYED585 TID134 squad still existed in planetfaction despite being in death registry: 42130 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:44 PM	3.783	CLIENT	DELAYED586 TID105 squad still existed in planetfaction despite being in death registry: 42832 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:45 PM	3.783	CLIENT	DELAYED587 TID99 squad still existed in planetfaction despite being in death registry: 42461 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:45 PM	3.783	CLIENT	DELAYED588 TID99 squad still existed in planetfaction despite being in death registry: 42841 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:45 PM	3.783	CLIENT	DELAYED589 TID121 5912Perm: Error! Sentinel Gunboat should have 2 systems, but instead has 0
1/12/2022 9:10:47 PM	3.783	CLIENT	DELAYED590 TID115 squad still existed in planetfaction despite being in death registry: 24554 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:47 PM	3.783	CLIENT	DELAYED591 TID115 squad still existed in planetfaction despite being in death registry: 42887 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:48 PM	3.783	CLIENT	DELAYED592 TID126 squad still existed in planetfaction despite being in death registry: 24557 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:48 PM	3.783	CLIENT	DELAYED593 TID126 squad still existed in planetfaction despite being in death registry: 42914 (DiedOnTimeFromZeroHealth)
1/12/2022 9:10:49 PM	3.783	CLIENT	DELAYED594 TID135 squad still existed in planetfaction despite being in death registry: 42676 (TransformedIntoAnotherEntityType)
1/12/2022 9:10:49 PM	3.783	CLIENT	DELAYED595 TID135 squad still existed in planetfaction despite being in death registry: 42726 (TransformedIntoAnotherEntityType)
1/12/2022 9:11:05 PM	3.783	CLIENT	DELAYED596 TID114 squad still existed in planetfaction despite being in death registry: 44358 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:06 PM	3.783	CLIENT	DELAYED597 TID139 squad still existed in planetfaction despite being in death registry: 44377 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:10 PM	3.783	CLIENT	DELAYED598 TID122 squad still existed in planetfaction despite being in death registry: 44547 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:19 PM	3.783	CLIENT	DELAYED599 TID119 squad still existed in planetfaction despite being in death registry: 44677 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:26 PM	3.783	CLIENT	DELAYED600 TID122 squad still existed in planetfaction despite being in death registry: 44970 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:29 PM	3.783	CLIENT	DELAYED601 TID116 squad still existed in planetfaction despite being in death registry: 45209 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:37 PM	3.783	CLIENT	DELAYED602 TID125 squad still existed in planetfaction despite being in death registry: 24838 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:39 PM	3.783	CLIENT	DELAYED603 TID106 squad still existed in planetfaction despite being in death registry: 45676 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:40 PM	3.783	CLIENT	DELAYED604 TID117 squad still existed in planetfaction despite being in death registry: 34471 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:41 PM	3.783	CLIENT	DELAYED605 TID111 squad still existed in planetfaction despite being in death registry: 3485 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:42 PM	3.783	CLIENT	DELAYED606 TID117 squad still existed in planetfaction despite being in death registry: 34564 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:42 PM	3.783	CLIENT	DELAYED607 TID117 squad still existed in planetfaction despite being in death registry: 44503 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:44 PM	3.783	CLIENT	DELAYED608 TID131 squad still existed in planetfaction despite being in death registry: 33628 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:46 PM	3.783	CLIENT	DELAYED609 TID108 Sim repair: removing duplicate copy of squad: 34563, a Nanoswarm
1/12/2022 9:11:47 PM	3.783	CLIENT	DELAYED610 TID124 squad still existed in planetfaction despite being in death registry: 45938 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:55 PM	3.783	CLIENT	DELAYED611 TID130 squad still existed in planetfaction despite being in death registry: 45199 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:55 PM	3.783	CLIENT	DELAYED612 TID130 squad still existed in planetfaction despite being in death registry: 46447 (DiedOnTimeFromZeroHealth)
1/12/2022 9:11:58 PM	3.783	CLIENT	DELAYED613 TID106 squad still existed in planetfaction despite being in death registry: 19388 (GettingIntoTransport)
1/12/2022 9:11:59 PM	3.783	CLIENT	DELAYED614 TID103 squad still existed in planetfaction despite being in death registry: 2946 (GettingIntoTransport)
1/12/2022 9:12:04 PM	3.783	CLIENT	DELAYED615 TID107 squad still existed in planetfaction despite being in death registry: 24287 (GettingIntoTransport)
1/12/2022 9:12:05 PM	3.783	CLIENT	DELAYED616 TID96 squad still existed in planetfaction despite being in death registry: 23367 (GettingIntoTransport)
1/12/2022 9:12:06 PM	3.783	CLIENT	DELAYED617 TID138 squad still existed in planetfaction despite being in death registry: 23273 (GettingIntoTransport)
1/12/2022 9:12:09 PM	3.783	CLIENT	DELAYED618 TID101 squad still existed in planetfaction despite being in death registry: 31152 (GettingIntoTransport)
1/12/2022 9:12:12 PM	3.783	CLIENT	DELAYED619 TID128 squad still existed in planetfaction despite being in death registry: 45829 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:12 PM	3.783	CLIENT	DELAYED620 TID128 squad still existed in planetfaction despite being in death registry: 45835 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:12 PM	3.783	CLIENT	DELAYED621 TID128 squad still existed in planetfaction despite being in death registry: 45843 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:27 PM	3.783	CLIENT	DELAYED622 TID110 squad still existed in planetfaction despite being in death registry: 46500 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:33 PM	3.783	CLIENT	DELAYED623 TID103 squad still existed in planetfaction despite being in death registry: 35613 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:36 PM	3.783	CLIENT	DELAYED624 TID139 squad still existed in planetfaction despite being in death registry: 15009 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:36 PM	3.783	CLIENT	DELAYED625 TID139 squad still existed in planetfaction despite being in death registry: 46495 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:39 PM	3.783	CLIENT	DELAYED626 TID129 squad still existed in planetfaction despite being in death registry: 45828 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:42 PM	3.783	CLIENT	DELAYED627 TID113 squad still existed in planetfaction despite being in death registry: 47484 (DiedOnTimeFromZeroHealth)
1/12/2022 9:12:49 PM	3.783	CLIENT	DELAYED628 TID120 squad still existed in planetfaction despite being in death registry: 16358 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:06 PM	3.783	CLIENT	DELAYED629 TID119 squad still existed in planetfaction despite being in death registry: 3534 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:14 PM	3.783	CLIENT	DELAYED630 TID118 squad still existed in planetfaction despite being in death registry: 28981 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:17 PM	3.783	CLIENT	DELAYED631 TID123 squad still existed in planetfaction despite being in death registry: 47823 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:23 PM	3.783	CLIENT	DELAYED632 TID119 squad still existed in planetfaction despite being in death registry: 29201 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:24 PM	3.783	CLIENT	DELAYED633 TID139 squad still existed in planetfaction despite being in death registry: 24351 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:24 PM	3.783	CLIENT	DELAYED634 TID139 squad still existed in planetfaction despite being in death registry: 29171 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:24 PM	3.783	CLIENT	DELAYED635 TID139 squad still existed in planetfaction despite being in death registry: 47920 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:24 PM	3.783	CLIENT	DELAYED636 TID139 squad still existed in planetfaction despite being in death registry: 36450 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:27 PM	3.783	CLIENT	DELAYED637 TID124 squad still existed in planetfaction despite being in death registry: 47407 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:29 PM	3.783	CLIENT	DELAYED638 TID114 squad still existed in planetfaction despite being in death registry: 47834 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:32 PM	3.783	CLIENT	DELAYED639 TID125 squad still existed in planetfaction despite being in death registry: 47797 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:44 PM	3.783	CLIENT	DELAYED640 TID116 squad still existed in planetfaction despite being in death registry: 47784 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:47 PM	3.783	CLIENT	DELAYED641 TID132 squad still existed in planetfaction despite being in death registry: 36448 (DiedOnTimeFromZeroHealth)
1/12/2022 9:13:48 PM	3.783	CLIENT	DELAYED642 TID98 squad still existed in planetfaction despite being in death registry: 48099 (DiedOnTimeFromZeroHealth)
1/12/2022 9:15:16 PM	3.783	CLIENT	DELAYED643 TID132 squad still existed in planetfaction despite being in death registry: 48189 (DiedOnTimeFromZeroHealth)
1/12/2022 9:15:38 PM	3.783	CLIENT	DELAYED644 TID126 Sim repair: removing duplicate copy of squad: 48370, a Parasite
1/12/2022 9:15:51 PM	3.783	CLIENT	DELAYED645 TID137 squad still existed in planetfaction despite being in death registry: 24219 (DiedOnTimeFromZeroHealth)
1/12/2022 9:15:52 PM	3.783	CLIENT	DELAYED646 TID123 squad still existed in planetfaction despite being in death registry: 24263 (DiedOnTimeFromZeroHealth)
1/12/2022 9:15:57 PM	3.783	CLIENT	DELAYED647 TID107 squad still existed in planetfaction despite being in death registry: 566 (DiedOnTimeFromZeroHealth)
1/12/2022 9:16:00 PM	3.783	CLIENT	DELAYED648 TID114 squad still existed in planetfaction despite being in death registry: 569 (DiedOnTimeFromZeroHealth)
1/12/2022 9:16:29 PM	3.783	CLIENT	STEAM RELAY SOCKET NETWORK:  Disconnected ProblemDetectedLocally
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed ProblemDetectedLocally
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK:  Disconnected None
1/12/2022 9:16:29 PM	3.783	SINGLEP	STEAM RELAY SOCKET NETWORK: Connection changed None
1/12/2022 9:16:30 PM	3.783	SINGLEP	Clearing player accounts.
1/14/2022 10:51:59 PM	SINGLEP	Current directory used: F:/SteamLibrary/steamapps/common/AI War 2/
PlayerDataDirectory used: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/
1/14/2022 10:51:59 PM	SINGLEP	Boot up FleetOS (0.1395s)
1/14/2022 10:52:00 PM	SINGLEP	graphicsDeviceType in use: Direct3D11
graphicsDeviceVersion in use: Direct3D 11.0 [level 11.1]
graphicsMultiThreaded: False
graphicsShaderLevel: 50
operatingSystem: Windows 10  (10.0.19043) 64bit
graphicsDeviceName: NVIDIA GeForce RTX 2070
graphicsDeviceID: 7943
graphicsDeviceVendor: NVIDIA
graphicsDeviceVendorID: 4318
graphicsDeviceVersion: Direct3D 11.0 [level 11.1]
graphicsMemorySize: 8031
maxTextureSize: 16384
npotSupport: Full
processorType: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
processorCount: 8
processorFrequency: 3600
systemMemorySize: 32683
supportedRenderTargetCount: 8
supportsComputeShaders: True
supportsShadows: True
usesReversedZBuffer: True
1/14/2022 10:52:00 PM	3.784	SINGLEP	Game Version: 3.784
1/14/2022 10:52:00 PM	3.784	SINGLEP	Check System Logs For Rogue Intelligence (0.3385s)
1/14/2022 10:52:00 PM	3.784	SINGLEP	Inspect Aft Hatches (0.1745s)
1/14/2022 10:52:00 PM	3.784	SINGLEP	Found 501 xml files in 132 folders in 25ms
1/14/2022 10:52:01 PM	3.784	SINGLEP	Check For Extra Modules (1.0290s)
1/14/2022 10:52:01 PM	3.784	SINGLEP	501 Xml Files Parsed in 999ms
1/14/2022 10:52:01 PM	3.784	SINGLEP	Gather Ancient Lifeforms (0.0000s)
1/14/2022 10:52:01 PM	3.784	SINGLEP	Eject Trash Into Hyperspace (0.0025s)
1/14/2022 10:52:01 PM	3.784	SINGLEP	Bring Cloaking Systems Online (0.0170s)
1/14/2022 10:52:01 PM	3.784	SINGLEP	Update mod and expansion statuses!
1/14/2022 10:52:01 PM	3.784	SINGLEP	Expansions:  The Spire Rises (Installed And Enabled!)  Zenith Onslaught (Installed And Enabled!)  The Neinzul Abyss (Installed And Enabled!)  
1/14/2022 10:52:01 PM	3.784	SINGLEP	Mods:  CapturableDreadnoughts (Disabled)  ExtendedShipVariants (Disabled)  FrigatesFocus (Disabled)  FromSpireFrigateToDreadnought (Disabled)  MicroModCollection (Disabled)  MoreFrigates (Disabled)  MoreStartingFleets (Disabled)  MoreSystemDefenders (Disabled)  PowerfulCommandStations (Disabled)  RaisingTheFloorMultiAIAdjustment (Disabled)  SKCivilianIndustry (Disabled)  StrategicRebalance (Disabled)  StrategicRebalanceDLC1 (Disabled)  StrategicRebalanceDLC2 (Disabled)  SuperchargeRaid (Disabled)  TameDarkSpire (Disabled)  
1/14/2022 10:52:01 PM	3.784	SINGLEP	Check Nearby Stellar Masses (0.0235s)
1/14/2022 10:52:01 PM	3.784	SINGLEP	501 Xml Files Checked For Exp/Mod Status in 5ms
1/14/2022 10:52:01 PM	3.784	SINGLEP	Pruning Excess Brain Cells (0.2390s)
1/14/2022 10:52:02 PM	3.784	SINGLEP	No resolution change was required.
1/14/2022 10:52:02 PM	3.784	SINGLEP	Applied graphics settings: 
AntialiasingMode:x2
UseSoftParticles:False
BillboardsFaceCameraPosition:False
AnisotropicMode:ForceEnable
TextureQuality:Full
1/14/2022 10:52:02 PM	3.784	SINGLEP	Applied Framerate Type: 144 FPS (vsync: 0 targetFPS:144)
1/14/2022 10:52:02 PM	3.784	SINGLEP	Remembering Alamo (0.3373s)
1/14/2022 10:52:02 PM	3.784	SINGLEP	Calculate Odds Of Success (0.3165s)
1/14/2022 10:52:02 PM	3.784	SINGLEP	Briefly Panic (0.2495s)
1/14/2022 10:52:02 PM	3.784	SINGLEP	Install Confidence Routines (0.3015s)
1/14/2022 10:52:03 PM	3.784	SINGLEP	Warning Only: No entries found for table 'ExtraDamageModifiers'.
1/14/2022 10:52:03 PM	3.784	SINGLEP	Late Axionic Computations (0.6721s)
1/14/2022 10:52:03 PM	3.784	SINGLEP	Acquiring Towel (0.0260s)
1/14/2022 10:52:03 PM	3.784	SINGLEP	Inhibiting Visual Scans (0.0380s)
1/14/2022 10:52:03 PM	3.784	SINGLEP	Ejecting Tactical Core (0.0905s)
1/14/2022 10:52:03 PM	3.784	SINGLEP	Grouping Flow Fields (0.0310s)
1/14/2022 10:52:04 PM	3.784	SINGLEP	Eating Starfields (0.6198s)
1/14/2022 10:52:04 PM	3.784	SINGLEP	Milking Distant Planets (0.4803s)
1/14/2022 10:52:04 PM	3.784	SINGLEP	Calculating Firing Cones (0.0080s)
1/14/2022 10:52:05 PM	3.784	SINGLEP	Divulge Ship Part Schematics To Enemy (0.5410s)
1/14/2022 10:52:05 PM	3.784	SINGLEP	Re-Aligning Objectives (0.0900s)
1/14/2022 10:52:10 PM	3.784	SINGLEP	Overwrote old entry for AIEnviousElderling in ElderlingGuardians
1/14/2022 10:52:10 PM	3.784	SINGLEP	Overwrote old entry for OrbitalDireConcussionGuardPost in OrbitalDireGuardPosts_FreeforAll
1/14/2022 10:52:10 PM	3.784	SINGLEP	Ensure Time Travel Still Nonfunctional (4.9366s)
1/14/2022 10:52:10 PM	3.784	SINGLEP	Post-Proton Surge (0.0135s)
1/14/2022 10:52:10 PM	3.784	SINGLEP	DELAYED1 TID22 We have 30 sapper difficulties
1/14/2022 10:52:10 PM	3.784	SINGLEP	DELAYED2 TID22 We have 10 sapper difficulties
1/14/2022 10:52:10 PM	3.784	SINGLEP	Background Radiation Taste Test (0.0195s)
1/14/2022 10:52:10 PM	3.784	SINGLEP	Shuffling Chairs On Command Deck (0.0155s)
1/14/2022 10:52:10 PM	3.784	SINGLEP	Windshield Wiping (0.1400s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	Last Organizational Modeling (0.4635s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	Stimulate Modulation (0.3645s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	ArcenAssetBundleCache.InstantiatedObjects: 0
1/14/2022 10:52:11 PM	3.784	SINGLEP	Order Cores By Seniority (0.0070s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	DELAYED3 TID16 Info: will dump 1885 rows for GameEntityReferenceData.csv and GameEntityStrengthList.txt.
1/14/2022 10:52:11 PM	3.784	SINGLEP	We got 24 campaign's data when deserializing
1/14/2022 10:52:11 PM	3.784	SINGLEP	Final Checks (0.2994s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	Load Historical Documents (0.0025s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	12.0 seconds total load time.
Check System Logs For Rogue Intelligence (0.3s)
Check For Extra Modules (1.0s)
Remembering Alamo (0.3s)
Calculate Odds Of Success (0.3s)
Install Confidence Routines (0.3s)
Late Axionic Computations (0.7s)
Eating Starfields (0.6s)
Milking Distant Planets (0.5s)
Divulge Ship Part Schematics To Enemy (0.5s)
Ensure Time Travel Still Nonfunctional (4.9s)
Last Organizational Modeling (0.5s)
Stimulate Modulation (0.4s)
Final Checks (0.3s)
1/14/2022 10:52:11 PM	3.784	SINGLEP	Hello Steam user 'Tuntematon'
1/14/2022 10:54:56 PM	3.784	SINGLEP	Start load save: F:/SteamLibrary/steamapps/common/AI War 2/GameData/QuickStarts2/1-Basic\Scenario 3 - Classic Fleet - Difficulty 6 - Human Resistance Fighters.save Source1: AnythingElse Source3: LoadingQuickStart
1/14/2022 10:54:56 PM	3.784	SINGLEP	Clearing player accounts.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Clearing player accounts.
1/14/2022 10:54:56 PM	3.784	SINGLEP	null possible names for planet Type: Normal so we go into Malkovich mode.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Clearing player accounts.
1/14/2022 10:54:56 PM	3.784	SINGLEP	loading as template
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction AIReserves because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction AntiAIZombie because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction AntiEveryoneZombie because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction AntiPlayerZombie because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction Instigators because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction NaturalObject because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction Outguard because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Fix Missing Faction: Added the faction WormholeInvasion because every game should have exactly one of these.
1/14/2022 10:54:56 PM	3.784	SINGLEP	Finish load save in 217ms
1/14/2022 10:54:56 PM	3.784	SINGLEP	DELAYED4 TID36 Start Generate FULL Map with Realistic and seed 1735044806 and planet count 80 and 11 factions (AnythingElse LoadingQuickStart) Logging OFF
1/14/2022 10:54:57 PM	3.784	SINGLEP	DELAYED5 TID36 Map structure generated in 214ms.
1/14/2022 11:05:18 PM	3.784	SINGLEP	Tried to write IntUltraEfficient H_Signed_To_1ˌ023_Def0, but passed value was: 2143, which is out of range!  Value set to 1023 so your save would work.   FieldNameForErrors: SquadToView
  at System.Environment.get_StackTrace () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 
  at Arcen.Universal.ArcenDebugging.ArcenLog_InnerOnMainThreadOnly (System.String Message, Arcen.Universal.DebugLogDestination Destination, System.Boolean IncludeStackTrace, Arcen.Universal.Verbosity Verbosity, System.DateTime Timestamp) [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.Universal.ArcenDebugging.ArcenDebugLog (System.String Message, Arcen.Universal.Verbosity Verbosity) [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.Universal.ArcenSerializationBuffer.AddIntUltraEfficient (Arcen.Universal.UltraEfficientStyle UEStyle, System.Int32 Item, System.String FieldNameForErrors, Arcen.Universal.UEErrorStyle ErrorStyle) [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at ArcenSerializationAIWar2SpecificExtensions.AddBig3PrimaryKeyID_PosNoDef (Arcen.Universal.ArcenSerializationBuffer Buffer, System.Int32 Value, System.String FieldNameForErrors) [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.External.ShipGeneralFocusChatHandler.SerializeTo (Arcen.Universal.ArcenSerializationBuffer Buffer) [0x00000] in <cdfd21cded724fdea44a8883b9bc9a50>:0 
  at Arcen.Universal.ChatClickHandler.SerializeTo (Arcen.Universal.ArcenSerializationBuffer Buffer, Arcen.Universal.IChatClickHandler HandlerToSerialize) [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.AIW2.Core.GameCommand.SerializeTo_AlwaysForNetworkNeverDisk (Arcen.Universal.ArcenSerializationBuffer Buffer) [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.Core.AIWar2Networking.OnClient_SendClientCommandsToServer () [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.Core.World_AIW2.OnClient_SendClientCommandsAndSuchToServer () [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.Core.World_AIW2.OnClientOrHost_HandleNetworkFrameCompletion () [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.Core.Engine_AIW2.ProcessArbitraryFrameOnMainThread (System.Boolean& stalledWaitingOnConnections, System.String& reasonForNoVisualUpdates) [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.Universal.Engine_Universal.OnUpdateEngineUniversalFromMainThread () [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.AIW2.Core.ArcenGameControllerBase.BaseUpdate () [0x00000] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at ArcenGameController.Update () [0x00000] in <a6cba12c7f0b4f47a1ff69cb43a03552>:0 

1/14/2022 11:05:18 PM	3.784	SINGLEP	Exception in AIWar2Networking.HandleMessage: messageType: FromClientToServer_SendMyNextCommandBatch IsFromSelfWithoutNetwork: True senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLengthOfCurrentChunk(): 512000 Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.Universal.ArcenDeserializationBufferModern.GetBits_InnerHelperUltraEfficient (Arcen.Universal.UltraEfficientStyleData ueStyleData) [0x00001] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.Universal.ArcenDeserializationBufferModern.ReadIntUltraEfficient (Arcen.Universal.UltraEfficientStyle UEStyle, System.String FieldNameForErrors) [0x000b7] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.Universal.ArcenDeserializationBuffer.FillIntUltraEfficient (Arcen.Universal.UltraEfficientStyle UEStyle, System.Int32& Target, System.String FieldNameForErrors) [0x00000] in <975221a34c5349438fb4eef81f45c97e>:0 
  at ArcenSerializationAIWar2SpecificExtensions.ReadBig3PrimaryKeyID_PosNoDef (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.String FieldNameForErrors) [0x0000d] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.External.ShipGeneralFocusChatHandler.DeserializeInto (Arcen.Universal.ArcenDeserializationBuffer Buffer) [0x00001] in <cdfd21cded724fdea44a8883b9bc9a50>:0 
  at Arcen.Universal.ChatClickHandler.DeserializeNew (Arcen.Universal.ArcenDeserializationBuffer Buffer) [0x00019] in <975221a34c5349438fb4eef81f45c97e>:0 
  at Arcen.AIW2.Core.GameCommand.DeserializeFrom_AlwaysForNetworkNeverDisk (Arcen.Universal.ArcenDeserializationBuffer Buffer, System.Boolean HasJustRecievedThisFromAClient) [0x003cc] in <5ac9c1f45e484fc98c982647d23518ee>:0 
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Int64 UniqueMessageIDFromSender, System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x00132] in <5ac9c1f45e484fc98c982647d23518ee>:0 
1/15/2022 1:08:48 AM	3.784	SINGLEP	DELAYED6 TID36 Memory leak detected at RapidAntiLeakPoolable 'Hacking_Sabotage-GetMinAndMaxCostToHackForSidebar-eligibleTargets' of type Arcen.Universal.List`1[Arcen.AIW2.Core.GameEntity_Squad]
1/15/2022 2:58:31 AM	3.784	SINGLEP	DELAYED7 TID34 Raid Engine #2119 AI Sentinels on Esthar is sending a wave against Tuntematon
1/15/2022 3:00:56 AM	3.784	SINGLEP	DELAYED8 TID43 Raid Engine #2119 AI Sentinels on Esthar is sending a wave against Tuntematon
1/15/2022 3:04:30 AM	3.784	SINGLEP	DELAYED9 TID39 Raid Engine #2119 AI Sentinels on Esthar is sending a wave against Tuntematon
1/15/2022 3:06:38 AM	3.784	SINGLEP	DELAYED10 TID27 Raid Engine #2119 AI Sentinels on Esthar is sending a wave against Tuntematon
1/15/2022 3:33:39 AM	3.784	SINGLEP	Clearing player accounts.
1/15/2022 11:06:18 AM	SINGLEP	Current directory used: F:/SteamLibrary/steamapps/common/AI War 2/
PlayerDataDirectory used: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/
1/15/2022 11:06:18 AM	SINGLEP	Boot up FleetOS (0.1380s)
1/15/2022 11:06:18 AM	SINGLEP	graphicsDeviceType in use: Direct3D11
graphicsDeviceVersion in use: Direct3D 11.0 [level 11.1]
graphicsMultiThreaded: False
graphicsShaderLevel: 50
operatingSystem: Windows 10  (10.0.19043) 64bit
graphicsDeviceName: NVIDIA GeForce RTX 2070
graphicsDeviceID: 7943
graphicsDeviceVendor: NVIDIA
graphicsDeviceVendorID: 4318
graphicsDeviceVersion: Direct3D 11.0 [level 11.1]
graphicsMemorySize: 8031
maxTextureSize: 16384
npotSupport: Full
processorType: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
processorCount: 8
processorFrequency: 3600
systemMemorySize: 32683
supportedRenderTargetCount: 8
supportsComputeShaders: True
supportsShadows: True
usesReversedZBuffer: True
1/15/2022 11:06:18 AM	3.785	SINGLEP	Game Version: 3.785
1/15/2022 11:06:18 AM	3.785	SINGLEP	Check System Logs For Rogue Intelligence (0.2700s)
1/15/2022 11:06:18 AM	3.785	SINGLEP	Inspect Aft Hatches (0.0225s)
1/15/2022 11:06:18 AM	3.785	SINGLEP	Found 501 xml files in 132 folders in 23ms
1/15/2022 11:06:19 AM	3.785	SINGLEP	Check For Extra Modules (0.4560s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	501 Xml Files Parsed in 429ms
1/15/2022 11:06:19 AM	3.785	SINGLEP	Gather Ancient Lifeforms (0.0005s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	Eject Trash Into Hyperspace (0.0050s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	Bring Cloaking Systems Online (0.0150s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	Update mod and expansion statuses!
1/15/2022 11:06:19 AM	3.785	SINGLEP	Expansions:  The Spire Rises (Installed And Enabled!)  Zenith Onslaught (Installed And Enabled!)  The Neinzul Abyss (Installed And Enabled!)  
1/15/2022 11:06:19 AM	3.785	SINGLEP	Mods:  CapturableDreadnoughts (Disabled)  ExtendedShipVariants (Disabled)  FrigatesFocus (Disabled)  FromSpireFrigateToDreadnought (Disabled)  MicroModCollection (Disabled)  MoreFrigates (Disabled)  MoreStartingFleets (Disabled)  MoreSystemDefenders (Disabled)  PowerfulCommandStations (Disabled)  RaisingTheFloorMultiAIAdjustment (Disabled)  SKCivilianIndustry (Disabled)  StrategicRebalance (Disabled)  StrategicRebalanceDLC1 (Disabled)  StrategicRebalanceDLC2 (Disabled)  SuperchargeRaid (Disabled)  TameDarkSpire (Disabled)  
1/15/2022 11:06:19 AM	3.785	SINGLEP	Check Nearby Stellar Masses (0.0180s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	501 Xml Files Checked For Exp/Mod Status in 5ms
1/15/2022 11:06:19 AM	3.785	SINGLEP	Pruning Excess Brain Cells (0.0810s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	No resolution change was required.
1/15/2022 11:06:19 AM	3.785	SINGLEP	Applied graphics settings: 
AntialiasingMode:x2
UseSoftParticles:False
BillboardsFaceCameraPosition:False
AnisotropicMode:ForceEnable
TextureQuality:Full
1/15/2022 11:06:19 AM	3.785	SINGLEP	Applied Framerate Type: 144 FPS (vsync: 0 targetFPS:144)
1/15/2022 11:06:19 AM	3.785	SINGLEP	Remembering Alamo (0.0970s)
1/15/2022 11:06:19 AM	3.785	SINGLEP	Calculate Odds Of Success (0.3355s)
1/15/2022 11:06:20 AM	3.785	SINGLEP	Briefly Panic (0.3220s)
1/15/2022 11:06:20 AM	3.785	SINGLEP	Install Confidence Routines (0.3680s)
1/15/2022 11:06:20 AM	3.785	SINGLEP	Warning Only: No entries found for table 'ExtraDamageModifiers'.
1/15/2022 11:06:21 AM	3.785	SINGLEP	Late Axionic Computations (0.5743s)
1/15/2022 11:06:21 AM	3.785	SINGLEP	Acquiring Towel (0.0170s)
1/15/2022 11:06:21 AM	3.785	SINGLEP	Inhibiting Visual Scans (0.0120s)
1/15/2022 11:06:21 AM	3.785	SINGLEP	Ejecting Tactical Core (0.0783s)
1/15/2022 11:06:21 AM	3.785	SINGLEP	Grouping Flow Fields (0.0265s)
1/15/2022 11:06:21 AM	3.785	SINGLEP	Miming Starfields (0.6028s)
1/15/2022 11:06:22 AM	3.785	SINGLEP	Digitising Distant Planets (0.4817s)
1/15/2022 11:06:22 AM	3.785	SINGLEP	Calculating Firing Cones (0.0075s)
1/15/2022 11:06:22 AM	3.785	SINGLEP	Divulge Ship Part Schematics To Enemy (0.5525s)
1/15/2022 11:06:23 AM	3.785	SINGLEP	Re-Aligning Objectives (0.0910s)
1/15/2022 11:06:27 AM	3.785	SINGLEP	Overwrote old entry for AIEnviousElderling in ElderlingGuardians
1/15/2022 11:06:27 AM	3.785	SINGLEP	Overwrote old entry for OrbitalDireConcussionGuardPost in OrbitalDireGuardPosts_FreeforAll
1/15/2022 11:06:27 AM	3.785	SINGLEP	Download Memories To Dark Obelisk (4.9103s)
1/15/2022 11:06:27 AM	3.785	SINGLEP	Post-Proton Surge (0.0125s)
1/15/2022 11:06:27 AM	3.785	SINGLEP	DELAYED1 TID10 We have 30 elderlings difficulties
1/15/2022 11:06:27 AM	3.785	SINGLEP	DELAYED2 TID6 We have 10 templar difficulties
1/15/2022 11:06:27 AM	3.785	SINGLEP	Background Radiation Taste Test (0.0195s)
1/15/2022 11:06:28 AM	3.785	SINGLEP	Shuffling Chairs On Command Deck (0.0150s)
1/15/2022 11:06:28 AM	3.785	SINGLEP	Windshield Wiping (0.1120s)
1/15/2022 11:06:28 AM	3.785	SINGLEP	Last Organizational Modeling (0.4950s)
1/15/2022 11:06:29 AM	3.785	SINGLEP	Stimulate Modulation (0.3885s)
1/15/2022 11:06:29 AM	3.785	SINGLEP	ArcenAssetBundleCache.InstantiatedObjects: 0
1/15/2022 11:06:29 AM	3.785	SINGLEP	Order Cores By Seniority (0.0070s)
1/15/2022 11:06:28 AM	3.785	SINGLEP	DELAYED3 TID14 Info: will dump 1885 rows for GameEntityReferenceData.csv and GameEntityStrengthList.txt.
1/15/2022 11:06:29 AM	3.785	SINGLEP	We got 67 campaign's data when deserializing
1/15/2022 11:06:29 AM	3.785	SINGLEP	Final Checks (0.3075s)
1/15/2022 11:06:29 AM	3.785	SINGLEP	Load Historical Documents (0.0025s)
1/15/2022 11:06:29 AM	3.785	SINGLEP	10.8 seconds total load time.
Check System Logs For Rogue Intelligence (0.3s)
Check For Extra Modules (0.5s)
Calculate Odds Of Success (0.3s)
Briefly Panic (0.3s)
Install Confidence Routines (0.4s)
Late Axionic Computations (0.6s)
Miming Starfields (0.6s)
Digitising Distant Planets (0.5s)
Divulge Ship Part Schematics To Enemy (0.6s)
Download Memories To Dark Obelisk (4.9s)
Last Organizational Modeling (0.5s)
Stimulate Modulation (0.4s)
Final Checks (0.3s)
1/15/2022 11:06:29 AM	3.785	SINGLEP	Hello Steam user 'Tuntematon'
1/15/2022 11:10:12 AM	3.785	SINGLEP	Start load save: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/Save/RIOP/ripp.save Source1: AnythingElse Source3: LoadingSaveGame
1/15/2022 11:10:12 AM	3.785	SINGLEP	Clearing player accounts.
1/15/2022 11:10:13 AM	3.785	SINGLEP	Finish load save in 544ms
1/15/2022 2:36:34 PM	3.785	SINGLEP	DELAYED4 TID48 spawnOutguardGroup at 11019: Requesting group DemetersCornucopia on planet Dorsai at 400000,400000 at time 11019
1/15/2022 2:43:41 PM	3.785	SINGLEP	DELAYED5 TID34 Reconquest Seeding for Mandress: guard post placer: ThreeSpreadOutGuardPosts scheduled: 3 actually seeded: 3
1/15/2022 3:07:22 PM	SINGLEP	Current directory used: F:/SteamLibrary/steamapps/common/AI War 2/
PlayerDataDirectory used: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/
1/15/2022 3:07:22 PM	SINGLEP	Boot up FleetOS (0.1280s)
1/15/2022 3:07:22 PM	SINGLEP	graphicsDeviceType in use: Direct3D11
graphicsDeviceVersion in use: Direct3D 11.0 [level 11.1]
graphicsMultiThreaded: False
graphicsShaderLevel: 50
operatingSystem: Windows 10  (10.0.19043) 64bit
graphicsDeviceName: NVIDIA GeForce RTX 2070
graphicsDeviceID: 7943
graphicsDeviceVendor: NVIDIA
graphicsDeviceVendorID: 4318
graphicsDeviceVersion: Direct3D 11.0 [level 11.1]
graphicsMemorySize: 8031
maxTextureSize: 16384
npotSupport: Full
processorType: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
processorCount: 8
processorFrequency: 3600
systemMemorySize: 32683
supportedRenderTargetCount: 8
supportsComputeShaders: True
supportsShadows: True
usesReversedZBuffer: True
1/15/2022 3:07:22 PM	3.785	SINGLEP	Game Version: 3.785
1/15/2022 3:07:22 PM	3.785	SINGLEP	Check System Logs For Rogue Intelligence (0.2170s)
1/15/2022 3:07:22 PM	3.785	SINGLEP	Inspect Aft Hatches (0.0120s)
1/15/2022 3:07:22 PM	3.785	SINGLEP	Found 501 xml files in 132 folders in 25ms
1/15/2022 3:07:22 PM	3.785	SINGLEP	Check For Extra Modules (0.4665s)
1/15/2022 3:07:22 PM	3.785	SINGLEP	501 Xml Files Parsed in 437ms
1/15/2022 3:07:22 PM	3.785	SINGLEP	Gather Ancient Lifeforms (0.0005s)
1/15/2022 3:07:22 PM	3.785	SINGLEP	Eject Trash Into Hyperspace (0.0030s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Bring Cloaking Systems Online (0.0310s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Update mod and expansion statuses!
1/15/2022 3:07:23 PM	3.785	SINGLEP	Expansions:  The Spire Rises (Installed And Enabled!)  Zenith Onslaught (Installed And Enabled!)  The Neinzul Abyss (Installed And Enabled!)  
1/15/2022 3:07:23 PM	3.785	SINGLEP	Mods:  CapturableDreadnoughts (Disabled)  ExtendedShipVariants (Disabled)  FrigatesFocus (Disabled)  FromSpireFrigateToDreadnought (Disabled)  MicroModCollection (Disabled)  MoreFrigates (Disabled)  MoreStartingFleets (Disabled)  MoreSystemDefenders (Disabled)  PowerfulCommandStations (Disabled)  RaisingTheFloorMultiAIAdjustment (Disabled)  SKCivilianIndustry (Disabled)  StrategicRebalance (Disabled)  StrategicRebalanceDLC1 (Disabled)  StrategicRebalanceDLC2 (Disabled)  SuperchargeRaid (Disabled)  TameDarkSpire (Disabled)  
1/15/2022 3:07:23 PM	3.785	SINGLEP	Check Nearby Stellar Masses (0.0175s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	501 Xml Files Checked For Exp/Mod Status in 4ms
1/15/2022 3:07:23 PM	3.785	SINGLEP	Pruning Excess Brain Cells (0.0450s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	No resolution change was required.
1/15/2022 3:07:23 PM	3.785	SINGLEP	Applied graphics settings: 
AntialiasingMode:x2
UseSoftParticles:False
BillboardsFaceCameraPosition:False
AnisotropicMode:ForceEnable
TextureQuality:Full
1/15/2022 3:07:23 PM	3.785	SINGLEP	Applied Framerate Type: 144 FPS (vsync: 0 targetFPS:144)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Remembering Alamo (0.0765s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Calculate Odds Of Success (0.1430s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Briefly Panic (0.1645s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Install Confidence Routines (0.3210s)
1/15/2022 3:07:23 PM	3.785	SINGLEP	Warning Only: No entries found for table 'ExtraDamageModifiers'.
1/15/2022 3:07:23 PM	3.785	SINGLEP	Late Axionic Computations (0.2130s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Acquiring Towel (0.0485s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Inhibiting Visual Scans (0.0125s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Ejecting Tactical Core (0.0540s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Grouping Flow Fields (0.0550s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Cooking Starfields (0.0915s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Scanning Distant Planets (0.0970s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Calculating Firing Cones (0.0070s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Offending Sentient Ship Parts (0.5460s)
1/15/2022 3:07:24 PM	3.785	SINGLEP	Re-Aligning Objectives (0.0885s)
1/15/2022 3:07:26 PM	3.785	SINGLEP	Overwrote old entry for AIEnviousElderling in ElderlingGuardians
1/15/2022 3:07:26 PM	3.785	SINGLEP	Overwrote old entry for OrbitalDireConcussionGuardPost in OrbitalDireGuardPosts_FreeforAll
1/15/2022 3:07:26 PM	3.785	SINGLEP	Resynchronize Auxiliary Primaries (1.4161s)
1/15/2022 3:07:26 PM	3.785	SINGLEP	Post-Proton Surge (0.0120s)
1/15/2022 3:07:26 PM	3.785	SINGLEP	We have 10 templar difficulties
1/15/2022 3:07:26 PM	3.785	SINGLEP	DELAYED1 TID7 We have 30 elderlings difficulties
1/15/2022 3:07:26 PM	3.785	SINGLEP	Background Radiation Taste Test (0.0190s)
1/15/2022 3:07:26 PM	3.785	SINGLEP	Shuffling Chairs On Command Deck (0.0130s)
1/15/2022 3:07:26 PM	3.785	SINGLEP	Windshield Wiping (0.0940s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	Last Organizational Modeling (0.4945s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	Stimulate Modulation (0.3470s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	ArcenAssetBundleCache.InstantiatedObjects: 0
1/15/2022 3:07:27 PM	3.785	SINGLEP	Order Cores By Seniority (0.0045s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	DELAYED2 TID5 Info: will dump 1885 rows for GameEntityReferenceData.csv and GameEntityStrengthList.txt.
1/15/2022 3:07:27 PM	3.785	SINGLEP	We got 67 campaign's data when deserializing
1/15/2022 3:07:27 PM	3.785	SINGLEP	Final Checks (0.2850s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	Load Historical Documents (0.0035s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	5.5 seconds total load time.
Check For Extra Modules (0.5s)
Install Confidence Routines (0.3s)
Offending Sentient Ship Parts (0.5s)
Resynchronize Auxiliary Primaries (1.4s)
Last Organizational Modeling (0.5s)
Stimulate Modulation (0.3s)
Final Checks (0.3s)
1/15/2022 3:07:27 PM	3.785	SINGLEP	Hello Steam user 'Tuntematon'
1/15/2022 3:07:36 PM	3.785	SINGLEP	Start load save: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/Save/RIOP/Autosave at 3h 10m 0s.save Source1: AnythingElse Source3: LoadingSaveGame
1/15/2022 3:07:36 PM	3.785	SINGLEP	Clearing player accounts.
1/15/2022 3:07:37 PM	3.785	SINGLEP	Finish load save in 694ms
1/15/2022 3:44:40 PM	3.785	SINGLEP	DELAYED3 TID12 spawnOutguardGroup at 13177: Requesting group DemetersCornucopia on planet Dorsai at 400000,400000 at time 13177
1/15/2022 3:44:40 PM	3.785	SINGLEP	DELAYED4 TID25 spawnOutguardGroup at 13177: Requesting group DemetersCornucopia on planet Dorsai at 400000,400000 at time 13177
1/15/2022 3:46:42 PM	3.785	SINGLEP	DELAYED5 TID16 Reconquest Seeding for Hendler: guard post placer: FourSpreadOutGuardPosts scheduled: 4 actually seeded: 4
1/15/2022 4:33:10 PM	3.785	SINGLEP	DELAYED6 TID18 spawnOutguardGroup at 15920: Requesting group DemetersCornucopia on planet Dorsai at 400000,400000 at time 15920
1/15/2022 4:37:42 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
1/15/2022 4:37:49 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
1/15/2022 4:38:43 PM	3.785	SINGLEP	Clearing player accounts.
1/15/2022 4:38:50 PM	3.785	SINGLEP	Start load save: F:/SteamLibrary/steamapps/common/AI War 2/PlayerData/Save/RIOP\saveError.save Source1: AnythingElse Source3: LoadingSaveGame
1/15/2022 4:38:50 PM	3.785	SINGLEP	Clearing player accounts.
1/15/2022 4:38:51 PM	3.785	SINGLEP	OnLoad: Detected 1 player ship(s) that are in the loose fleet (bad).  Was able to correct 1 of those.
1/15/2022 4:38:51 PM	3.785	SINGLEP	Finish load save in 285ms
1/15/2022 4:38:53 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
1/15/2022 4:38:58 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
1/15/2022 4:40:08 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
1/15/2022 4:41:28 PM	3.785	SINGLEP	Error on image button click: System.NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.External.PublicAIReservesNotifier.ClickHandler (Arcen.AIW2.Core.NotifierFillData BaseInfo) [0x00058] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.AIW2.Core.NotificationNonSim.HandleClick () [0x0001d] in <48383ad85dc24d5f99e60f4430468c7f>:0 
  at Arcen.AIW2.External.Window_NotificationsDisplay+btnNotification.HandleClick (MouseHandlingInput input) [0x0006e] in <3fa4634b2e734766961b19cafe18b388>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <3637db2066ca4766aaac882c23fd375d>:0 
  at Arcen.Universal.ArcenUI_ImageButton.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <3637db2066ca4766aaac882c23fd375d>:0 
ArcenDebugLog.txt (242,365 bytes)   
saveError.save (350,296 bytes)

BadgerBadger

Jan 15, 2022 12:50 pm

manager   ~0063808

Fixed!

Issue History

Date Modified Username Field Change
Jan 15, 2022 9:45 am Tuntematon New Issue
Jan 15, 2022 9:45 am Tuntematon File Added: 20220115164206_1.jpg
Jan 15, 2022 9:45 am Tuntematon File Added: 20220115164216_1.jpg
Jan 15, 2022 9:45 am Tuntematon File Added: 20220115163912_1.jpg
Jan 15, 2022 9:45 am Tuntematon File Added: ArcenDebugLog.txt
Jan 15, 2022 9:45 am Tuntematon File Added: saveError.save
Jan 15, 2022 9:50 am Tuntematon Summary Cliking deepstrike icon gives error => Cliking deepstrike icon gives error. When there are currently 0 wormholes that can spawn
Jan 15, 2022 12:50 pm BadgerBadger Assigned To => BadgerBadger
Jan 15, 2022 12:50 pm BadgerBadger Status new => resolved
Jan 15, 2022 12:50 pm BadgerBadger Resolution open => fixed
Jan 15, 2022 12:50 pm BadgerBadger Fixed in Version => Beta 3.786 A Very Intense Patch
Jan 15, 2022 12:50 pm BadgerBadger Note Added: 0063808