View Issue Details

IDProjectCategoryLast Update
0026817AI War 2Crash/ExceptionMar 9, 2023 8:07 pm
ReporterCyborg Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version4.009 Architrave Taming 
Fixed in Version4.011 Multiplayer Stability 
Summary0026817: Multiplayer game generating lots of exceptions
DescriptionRelated Ticket: https://bugtracker.arcengames.com/view.php?id=26816
TagsNo tags attached.

Relationships

related to 0026816 assignedChris_McElligottPark in multiplayer the alerts are different for the players 

Activities

Cyborg

Apr 1, 2022 7:44 pm

reporter  

ArcenDebugLog.txt (265,536 bytes)

Chris_McElligottPark

Apr 4, 2022 12:58 pm

administrator   ~0065727

Thank you!

* At last, seem to have fixed a general multiplayer error that was initially having clients get "corrupted seeming" game commands, but really was a matter of those having been partly put back in the pool already. Essentially this was a client-only threading issue, and related to how we used a pair of rotating queues.
** Instead of using a pair of rotating queues, it now uses a single queue, and then a feeder working list, and this dodges the timing issues entirely (and is just as efficient).
** This particular bug was what was causing the flood of errors on some MP clients some of the time recently (the flood of errors was actually good, because it meant that we were finding out about the issue rather than executing malformed gamecommands).

Issue History

Date Modified Username Field Change
Apr 1, 2022 7:44 pm Cyborg New Issue
Apr 1, 2022 7:44 pm Cyborg File Added: ArcenDebugLog.txt
Apr 2, 2022 12:36 pm Cyborg Relationship added related to 0026816
Apr 4, 2022 12:58 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Apr 4, 2022 12:58 pm Chris_McElligottPark Status new => resolved
Apr 4, 2022 12:58 pm Chris_McElligottPark Resolution open => fixed
Apr 4, 2022 12:58 pm Chris_McElligottPark Fixed in Version => 4.011 Multiplayer Stability
Apr 4, 2022 12:58 pm Chris_McElligottPark Note Added: 0065727