View Issue Details

IDProjectCategoryLast Update
0024156AI War 2Crash/ExceptionNov 21, 2020 1:37 pm
ReporterDaniexpert Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.635 AOE Visibility 
Fixed in Version2.636 Text Hotfixes 
Summary0024156: New MP game - HandleMessage exception
Description11/21/2020 11:09:34 AM Loaded the world in charge of a faction. Letting the host know that worked.
11/21/2020 11:13:07 AM Exception in AIWar2Networking.HandleMessage: messageType: FromServerToClient_PeriodicPlanetFactionSyncDataThatJustOverrides IsFromSelfWithoutNetwork: False senderNetworkID: 0 CoreNetworkMessageType: GameSpecific buffer.GetLength(): 1402 Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at AIWar2NetworkSync.Client_AcceptPeriodicPlanetFactionSyncDataThatJustOverrides (Arcen.Universal.ArcenDeserializationBuffer buffer) [0x000a3] in <2914de17eca34344ac33e9d5a7e1ceff>:0
  at Arcen.AIW2.Core.AIWar2Networking.HandleMessage (System.Boolean IsFromSelfWithoutNetwork, System.UInt32 senderNetworkID, Arcen.Universal.ArcenNetworkMessageType CoreNetworkMessageType, Arcen.Universal.ArcenDeserializationBuffer buffer) [0x001b5] in <2914de17eca34344ac33e9d5a7e1ceff>:0
TagsNo tags attached.

Activities

Chris_McElligottPark

Nov 21, 2020 1:37 pm

administrator   ~0059716

Thanks!

* If an exception happens in FromServerToClient_PeriodicPlanetFactionSyncDataThatJustOverrides, we should now get far more useful error messages now.
** In this method and in a variety of other network sync methods, it now also checks to see if the galaxy is null, and returns early if that is true. This basically prevents errors from stray network syncs that are trying to be processed after the game is being disconnected.

Issue History

Date Modified Username Field Change
Nov 21, 2020 6:49 am Daniexpert New Issue
Nov 21, 2020 1:37 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Nov 21, 2020 1:37 pm Chris_McElligottPark Status new => resolved
Nov 21, 2020 1:37 pm Chris_McElligottPark Resolution open => fixed
Nov 21, 2020 1:37 pm Chris_McElligottPark Fixed in Version => 2.636 Text Hotfixes
Nov 21, 2020 1:37 pm Chris_McElligottPark Note Added: 0059716