Hello,<br><br>About two weeks ago I posted a kind of bug report related to a crash during update process. The answers were inconclusive, it was something related to not being able to write to the squeak.changes file... Then I didn&#39;t have access to the box where the problem was happening for this time &amp; just today I had chance to look what&#39;s happening.<br>
<br><ol><li>Downloaded Squeak3.11-9371-alpha.zip</li><li>Renamed files to squeak.image and squeak.changes</li><li>Started squeakvm with following script:<br>#!/bin/bash<br><br>LC_CTYPE=pt_BR.UTF-8<br>LC_ALL=pt_BR.UTF-8<br>
export LC_CTYPE LC_ALL<br><br>SQUEAK_ENCODING=Latin9<br>SQUEAK_TEXTENC=UTF-8<br>SQUEAK_PATHENC=UTF-8<br>export SQUEAK_ENCODING SQUEAK_TEXTENC SQUEAK_PATHENC<br><br>/usr/local/bin/squeak squeak.image &amp;<br><br></li><li>
Pressed &lt;Load Code Updates&gt; button</li><li>While &quot;Reloading Files-cmm.68&quot; got a window with the following content:<br>Syntax Error<br>DirectoryEntry &lt;none&gt; /<br>&lt;&lt;&lt;This string contains a character (ascii value 3) that is not normally used in code&gt;&gt;&gt; /Ã&euro;Nothing more expected -&gt;  Ã&euro;o Â&shy;Â&reg;&quot; +)vê;W $^ù Ã Mà  öºàtJà M</li>
<li>Cancel update</li><li>Pres &lt;Load Code Updates&gt; again</li><li>I get the error &quot;Improper store into indexable object&quot;<br>The error appears at the method MCPackage&gt;&gt;snapshot when: t2 add: t4 asMethodDefinition<br>
MethodReference&gt;&gt;forMethodReference<br>MCMethodDefinition&gt;&gt;forMethodReference<br>... timeStamp: aMethodReference timeStamp<br>MethodReference&gt;&gt;timeStamp<br>CompiledMethod&gt;&gt;timeStamp<br>CompiledMethod&gt;&gt;getPreambleFrom:at:<br>
... c == $!<br>&nbsp;&nbsp;&nbsp; ifTrue: [ ^writeStream contents reverse ]<br>&nbsp;&nbsp;&nbsp; ifFalse: [ writeStream nextPut: c ]<br>&nbsp;&nbsp;&nbsp;&nbsp; ... c is nil *****<br>WriteStream&gt;&gt;nextPut:<br>etc...</li></ol><br>-- <br>The information contained in this message is confidential and<br>
intended to the recipients specified in the headers. If you received<br>this message by error, notify the sender immediately. The<br>unSqueak3.11-9371-alpha.zipauthorized use, disclosure, copy or alteration of this message<br>
are strictly forbidden and subjected to civil and criminal sanctions.<br><br>