[squeak-dev] Image not startable after save

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sun Jun 7 12:49:11 UTC 2020


Hi Marcel, hi all,


awesome that you have found and fixed the bug(s)! :-)

<http://www.hpi.de/>

For my image, I have just identified a different cause.
On every startup of my image, I was getting an InvalidDirectoryError from NaturalLanguageTranslator startUp:
[cid:4954ea4d-6d53-4372-a605-261736c5f389]
I admit that I have been getting this message for a few months used to ignore it until yesterday :D
Note that in my image, this debugger is not proceedable because of #processEventsSafely: (still testing Morphic-ct.1638), so a new UI process is started at this point. I assume this involves a call to #displayWorld.
So in my case, #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.
And also, System-ct.1161 (inbox) fixes this bug in GetTextTranslator.
Once I loaded any of these commits into my failing image, it started again without any complaints.

Best,
Christoph
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Jakob Reschke <forums.jakob at resfarm.de>
Gesendet: Sonntag, 7. Juni 2020 13:44:28
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Image not startable after save

Am So., 7. Juni 2020 um 13:35 Uhr schrieb Jakob Reschke
<forums.jakob at resfarm.de>:
>
> Am So., 7. Juni 2020 um 12:44 Uhr schrieb Marcel Taeumel
> <marcel.taeumel at hpi.de>:
> > If you happen to have local flap tabs (not just the shared/global ones),
>
> Exactly! ...how could I not know that they cause this... ;-P

Confirmed: if I remove the flaps from my broken image, I can
successfully reopen it with the sources file in place. If I create a
new flap, it will not work with the sources file.

But updating makes more sense than losing all my flaps. :-)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200607/d4f57696/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 29084 bytes
Desc: pastedImage.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200607/d4f57696/attachment.png>


More information about the Squeak-dev mailing list