Comment 13 for bug 1581828

Revision history for this message
Miroslav Remák (miroslavr256) wrote : Re: Dessync while testing bzr8001[bug-1418154-collectors-teams]

I can also reproduce the desync with wl_autosave_nethost_00.wgf. Happens during the execution of the CallEconomyBalance command, specifically here:
http://bazaar.launchpad.net/~widelands-dev/widelands/trunk/view/head:/src/economy/economy.cc#L774.

The client writes an additional economy request to the syncstream:

[sync:04762314 t=1352960] 00 -> request type (wwWARE)
[sync:04762315 t=1352960] 2b -> description index (43)
[sync:04762316 t=1352960] 2b 0c 00 00 -> target serial number

Gun's and Hasi's .wss files show the same thing, except the serial number is different.

Seems to be the same bug as #1545098.