<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">On Fri, Dec 1, 2017 at 2:42 PM, Bert Freudenberg </span><span dir="ltr" style="font-family:arial,sans-serif;color:rgb(34,34,34)"><<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>></span><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="gmail-h5">On Fri, Dec 1, 2017 at 2:39 PM, David T. Lewis <span dir="ltr"><<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-m_-8181535398903660676gmail-">On Fri, Dec 01, 2017 at 02:22:12PM +0100, Bert Freudenberg wrote:<br>
> On Fri, Dec 1, 2017 at 10:54 AM, Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>><br>
> wrote:<br>
><br>
> > Hi, there.<br>
> ><br>
> > Works for me when updating from 17535 to 17560.<br>
> ><br>
> > Fabio's stack looks like if Object >> #currentHand gets lost at some point<br>
> > during the update. :-/<br>
> ><br>
><br>
</span>> ???It was moved from Kernel to Morphic in Kernel-dtl.1123 and<br>
<span class="gmail-m_-8181535398903660676gmail-">> Morphic-dtl.1362.<br>
><br>
> Kernel comes before Morphic in our update map, which would indeed lead to<br>
> the temporal removal of the method.<br>
><br>
> However, MCReorganizationPreloader took care of it in my image.<br>
> Object>>currentHand is in changeset mcPreload10, along with currentEvent<br>
> and currentWorld.<br>
><br>
> I don't know why MCReorganizationPreloader would not have caught this in<br>
> another image?<br>
><br>
</span>> - Bert -???<br>
<br>
It looks like I should have added one or two update maps make sure that<br>
Kernel-dtl.1123 and Morphic-dtl.1362 get loaded at the same time.<br>
<br>
I cannot really look at it until about 10 hours from now, so hopefully it<br>
is not causing too much disruption.<br>
<br>
Dave<br></blockquote><div><br></div></div></div><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">​No, we specifically introduced <span style="font-family:arial,sans-serif;color:rgb(34,34,34)">MCReorganizationPre<wbr>loader to avoid having to manually resolve moves with separate update maps.</span></div><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"><br></span></div><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">I'm sure Tobias will figure it out, we're working on it.</span></div><span class="gmail-HOEnZb"><font color="#888888"><div style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"></div></font></span></div></div></div></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">​Yes, found the problem. Nicolas updated only the Kernel package in update map 422, but not the Morphic package. That means the two are not loaded in the same update, meaning the methods get actually removed.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">421: Kernel-cmm.1114,  Morphic-mt.1350</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">422: Kernel-nice.1127, Morphic-mt.1350       <= <span style="font-family:arial,sans-serif;color:rgb(34,34,34)">Kernel-dtl.1123 gets loaded but not </span><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">Morphic-dtl.1362</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">423: Kernel-nice.1128, Morphic-dtl.1374</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">I just replaced the 422 update map. Should be fixed.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(0,0,0)">- Bert -</div><br></div></div>