<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi Marcel, hi all,</p>
<p><br>
</p>
<p>awesome that you have found and fixed the bug(s)! :-)</p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">
<div class="x__rp_U4 x_ms-font-weight-regular x_ms-font-color-neutralDark x_rpHighlightAllClass x_rpHighlightBodyClass" id="x_Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="x_divtagdefaultwrapper"><font face="Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="x_Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont">
<div><font size="3" color="black"><span style="font-size:12pt"><a href="http://www.hpi.de/" target="_blank" rel="noopener noreferrer" id="LPNoLP"><font size="2"><span id="LPlnk909538"><font color="#757B80"></font></span></font></a></span></font></div>
</font></div>
</div>
</font></div>
</div>
</div>
</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><br>
</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">For my image, I have just identified a different cause.</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">On every startup of my image, I was getting an InvalidDirectoryError from NaturalLanguageTranslator startUp:</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><img size="29084" id="x_img179149" tabindex="0" style="max-width:99.9%" src="cid:4954ea4d-6d53-4372-a605-261736c5f389"><br>
</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">I admit that I have been getting this message for a few months used to ignore it until yesterday :D</div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">Note that in my image, this debugger is not proceedable because of #<span>processEventsSafely: (still testing <span>Morphic-ct.1638), so a new UI process is started at this point. I assume this involves a call
 to #<span>displayWorld.</span></span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span>So in my case, <span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">#</span><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">processEventsSafely:
 was the problem. ActiveEvent is a WindowEvent here which should be marked as non-high frequent. See Morphic-ct.1641 (inbox) for a patch of that.</span></span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span><span>And also, System-ct.1161 (inbox) fixes this bug in GetTextTranslator.</span></span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span><span>Once I loaded any of these commits into my failing image, it started again without any complaints.</span><br>
</span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span><span><br>
</span></span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span><span>Best,</span></span></span></div>
<div class="x__rp_T4" id="x_Item.MessagePartBody"><span><span><span>Christoph</span></span></span></div>
</div>
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Jakob Reschke <forums.jakob@resfarm.de><br>
<b>Gesendet:</b> Sonntag, 7. Juni 2020 13:44:28<br>
<b>An:</b> The general-purpose Squeak developers list<br>
<b>Betreff:</b> Re: [squeak-dev] Image not startable after save</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Am So., 7. Juni 2020 um 13:35 Uhr schrieb Jakob Reschke<br>
<forums.jakob@resfarm.de>:<br>
><br>
> Am So., 7. Juni 2020 um 12:44 Uhr schrieb Marcel Taeumel<br>
> <marcel.taeumel@hpi.de>:<br>
> > If you happen to have local flap tabs (not just the shared/global ones),<br>
><br>
> Exactly! ...how could I not know that they cause this... ;-P<br>
<br>
Confirmed: if I remove the flaps from my broken image, I can<br>
successfully reopen it with the sources file in place. If I create a<br>
new flap, it will not work with the sources file.<br>
<br>
But updating makes more sense than losing all my flaps. :-)<br>
<br>
</div>
</span></font>
</body>
</html>