<div>Using a fresh VM [1] image [2] and sources [3], clicking on &#39;Tools&#39; in &#39;Objects&#39; panel you get MNU on </div><div><br></div><div>SMSqueakMap&gt;&gt;categories<div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&quot;Lazily maintain a cache of all known category objects.&quot;</div>
<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>categories ifNotNil: [^categories].</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>categories := objects select: [:o | o isCategory].</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>^categories</div></div><div><br clear="all"><u>objects</u> is nil</div><div><br></div><div>The same of course if you try from &#39;World&#39; menu:</div><div>
&#39;World&#39; -&gt; &#39;open...&#39; -&gt; &#39;SqueakMap Package Loader&#39;</div><div><br></div><div>Unfortunately, after a brief look at the code, I have no idea how to fix it.</div><div><br></div><div>Hope it helps</div>
<div>Bye</div><div>Enrico</div><div>[1] MS Win Squeak VM 3.11.8, <a href="http://ftp.squeak.org/4.0/win/SqueakVM-Win32-3.11.8-bin.zip">http://ftp.squeak.org/4.0/win/SqueakVM-Win32-3.11.8-bin.zip</a></div><div>[2] Squak image candidate 4.1, <a href="http://ftp.squeak.org/trunk/Squeak4.1-9745-alpha.zip">http://ftp.squeak.org/trunk/Squeak4.1-9745-alpha.zip</a></div>
<div>[3] Squeak 4.0 sources, <a href="http://ftp.squeak.org/4.0/SqueakV40.sources.gz">http://ftp.squeak.org/4.0/SqueakV40.sources.gz</a></div><div><br></div><div>PS: forgive me if I report it here...I am not sure whether this is the process for 4.1<br>
-- <br>Enrico Spinielli<br>&quot;Do Androids dream of electric sheep?&quot;— Philip K. Dick<br>&quot;Hear and forget; see and remember;do and understand.&quot;—Mitchel Resnick<br>
</div></div>