<div dir="ltr">Hello,<div>I am using a new 64bit vm on Windows (Stack Spur Apr 12 2017) with a mostly up to date trunk image (last update: #17172), and when trying to open the Objects morph (to pull in objects for Morphic), I get an error in KedemaMorph:</div><div><br></div><div><div>calcTurtlesCount</div><div><br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>turtleCount := 0.</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>turtlesDict do: [:a | turtleCount := turtleCount + a size].</div><div><br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">   </span>Smalltalk vmParameterAt: 5 put: ((turtleCount * 3) min: 16000 max: 4000).</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>Smalltalk vmParameterAt: 6 put: ((turtleCount * 6) min: 32000 max: 8000).</div></div><div><br></div><div>The vmParamterAt: 5 put: xxxx (4000 in my case), gets a primitive failure.</div><div><br></div><div>Thanks,</div><div>cbc</div></div>