Brent will have to go over this then with you to try and find a fix for both
issues at the same time
-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of donstone
Sent: Sunday, September 11, 2011 9:41 AM
To: messages@vassalengine.org
Subject: [messages] Edit: [Technical Support & Bugs] Re: Live –
piecedisappears from one player’s view
[This message has been edited.]
No, this problem appears to have originated with the fix described in
this post.
viewtopic.php?f=5&t=2120&p=13792#p13792[1]
I have tested by reverting the code on line 665 of StackMetrics.java
from
Code:
comm = comm.append(fixedParent.getMap().placeAt(fixedParent,
fixedParent.getPosition()));
to
Code:
comm = comm.append(new AddPiece(fixedParent));
I.e., reverting the change in this line in r5723
This reversion makes this problem go away. Of course, it probably
leaves the original problem un-fixed.
[1]
https://forum.vassalengine.org/t/bug-in-stackmetrics-merge/2026/1
Read this topic online here:
https://forum.vassalengine.org/t/live-piece-disappears-from-one-players-view/4243/12