(also posted on GS and VW forums)<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Is anyone running a VW 7.7 image with Seaside 3.0 and GemBuilder 7.3?  <div>
<br></div><div>The Object method...</div><div><br></div><div><div>noModificationErrorFor: selector index: index value: value</div><div><span style="white-space: pre; ">        </span>^(NoModificationError receiver: self selector: selector index: index value: value) raiseRequest</div>
<div><br></div><div>...is changed to... </div></div><div><br></div><div><div>noModificationErrorFor: selector index: index value: value</div><div><span style="white-space: pre; ">        </span>^WriteBarriers.Tracker modified: self selector: selector index: index value: value</div>
<div><br></div><div>...which raises a Core.NoModificationError when logging in. </div><div><br></div><div>If I revert the method, I get an exception... </div><div><br></div><div>&#39;GBS Error - Client forwarder send (#clientPerformOn:selector:withArguments:) to unknown client object&#39;</div>
<div><br></div><div>We&#39;ve just started to look into this; don&#39;t want to get too deep if it&#39;s a known issue (with, hopefully, a simple fix).</div><div><br></div><div>Thanks,</div><div>Bob Nemec</div><div>Cherniak Software</div>
</div></span></div>