<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>it took me a few hours to find a bug in my image that was raised by an <span style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">incompletely
 installed</span> package. The problem only occurs in one of my images, but as my activities in this image were widely restricted to working with recent Inbox commits, I hoped to find a general reason of the defect.</p>
<p><br>
</p>
<p>I can reproduce the following: In my image, an old version of <span style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">ToolIconsPlus
 is installed (it's just an example package).</span> When I do</p>
<p><br>
</p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div>Installer ensureRecentMetacello.</div>
<p></p>
<p></p>
<div>Metacello new</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>repository: 'github://Salami555/Squeak-ToolIconsPlus:master';</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>baseline: 'ToolIconsPlus';</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>get;</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>load.</div>
<p></p>
<p></p>
<div>ToolIcons>>#iconNamed:</div>
<p></p>
</blockquote>
<p></p>
<div></div>
<div><br>
</div>
I receive a KeyNotFound error in the last statement. This is very strange as the package
<a href="https://github.com/ShirleyNekoDev/Squeak-ToolIconsPlus/blob/master/ToolIconsPlus.package/ToolIcons.extension/class/iconNamed..st" class="OWAAutoLink">
actually defines</a> the method. When I try to update any other package, no new classes are installed at all. However, installing a new package does work, only updating an existing package does not. Installing the same example package in another image works
 as expected.
<p></p>
<p><br>
</p>
<p>Do you have any ideas why this does happen or how to fix? I cannot remember having fiddled around the Metacello/Squot implementation in this image.</p>
<p><br>
</p>
<p>Running [Installer ensureRecentMetacello] did not help.</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</body>
</html>