Follow-up Comment #4, bug #18194 (project freeciv):
> Server may send unit removal packets, but client cannot handle
> them correctly (at that point any more).
A "-d 3" log on the server indicates that it's not sending them. A
PACKET_UNIT_INFO for the change in ownership goes to the observer, but jtn
never receives anything more about that unit:
3: [T330 - 2011/06/10 01:18:42] in transfer_unit() [citytools.c::589]:
Transferred Alpine Troops in Siem Pang from Canadian to Iroquois
3: [T330 - 2011/06/10 01:18:42] in send_packet_unit_info_100()
[packets_gen.c::13287]: packet_unit_info_100: sending info about (1737)
3: [T330 - 2011/06/10 01:18:42] in send_packet_unit_info_100()
[packets_gen.c::13591]: field 'owner' has changed
3: [T330 - 2011/06/10 01:18:42] in send_packet_unit_info_100()
[packets_gen.c::13599]: field 'homecity' has changed
3: [T330 - 2011/06/10 01:18:42] in send_packet_data() [packets.c::190]:
sending packet type=PACKET_UNIT_INFO(63) len=13 to observer
For a unit in Toronto (Armor), jtn eventually gets a UNIT_SHORT_INFO. I'm not
sure how that helps, but it seems to:
3: [T330 - 2011/06/10 01:28:14] in transfer_unit() [citytools.c::589]:
Transferred Armor in Toronto from Canadian to Iroquois
3: [T330 - 2011/06/10 01:28:14] in send_packet_unit_info_100()
[packets_gen.c::13287]: packet_unit_info_100: sending info about (2404)
3: [T330 - 2011/06/10 01:28:14] in send_packet_unit_info_100()
[packets_gen.c::13591]: field 'owner' has changed
3: [T330 - 2011/06/10 01:28:14] in send_packet_unit_info_100()
[packets_gen.c::13599]: field 'homecity' has changed
3: [T330 - 2011/06/10 01:28:14] in send_packet_data() [packets.c::190]:
sending packet type=PACKET_UNIT_INFO(63) len=13 to observer
[...]
3: [T330 - 2011/06/10 01:28:14] in send_packet_unit_short_info_100()
[packets_gen.c::13998]: packet_unit_short_info_100: sending info about (2404)
3: [T330 - 2011/06/10 01:28:14] in send_packet_data() [packets.c::190]:
sending packet type=PACKET_UNIT_SHORT_INFO(64) len=7 to jtn
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?18194>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev