Opened 9 years ago

Last modified 9 years ago

#3271 closed defect

OOS on rejoin - swapped IDs — at Version 1

Reported by: elexis Owned by:
Priority: Must Have Milestone: Alpha 19
Component: Core engine Keywords: patch
Cc: Patch:

Description (last modified by elexis)

This out of sync error happened when I rejoined an a18 match. The only real difference is that two entities have swapped IDs. Their properties are identical as far as I have checked (the tree even has the same amount of wood in both versions).

--- oos_dump_ffm.txt	2015-05-27 01:12:35.000000000 +0200
+++ oos_dump_elexis.txt	2015-05-27 01:12:35.000000000 +0200
@@ -9318,15 +9318,15 @@
     id: 6743
     template: "mirage|gaia/flora_tree_oak_aut"
     id: 6744
     template: "foundation|structures/rome_storehouse"
     id: 6745
-    template: "mirage|gaia/flora_tree_oak_aut"
+    template: "mirage|foundation|structures/rome_storehouse"
     id: 6746
     template: "mirage|gaia/flora_tree_oak_aut"
     id: 6747
-    template: "mirage|foundation|structures/rome_storehouse"
+    template: "mirage|gaia/flora_tree_oak_aut"
     id: 6748
     template: "mirage|gaia/flora_tree_oak_aut"
     id: 6749
     template: "mirage|gaia/flora_tree_oak_aut"
     id: 6750

The other differences are follow ups (properties for the wrong IDs of those two entities) and irrelevant local entities (waypoint flags & dead units) at the end of the log.

Change History (2)

by elexis, 9 years ago

comment:1 by elexis, 9 years ago

Description: modified (diff)
Summary: OOS on rejoin - miragesOOS on rejoin - swapped IDs
Note: See TracTickets for help on using tickets.