View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024156 | AI War 2 | Crash/Exception | Nov 21, 2020 6:49 am | Nov 21, 2020 1:37 pm | |
Reporter | Daniexpert | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.635 AOE Visibility | ||||
Fixed in Version | 2.636 Text Hotfixes | ||||
Summary | 0024156: New MP game - HandleMessage exception | ||||
Description | 11/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 | ||||
Tags | No tags attached. | ||||
|
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. |
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 |