<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Yeah, I wonder whether we should expand "Error" to "Error, Halt"?<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 15.10.2019 12:45:42 schrieb Balázs Kósi <rebmekop@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>Hi Hannes!</div><div><br></div><div>This morning I've just run into this exact same situation: putting a halt into a method, called by a morph's #drawOn:</div><div>makes the image unusable.<br></div><div><br></div><div>The problem stems from WorldState >> displayWorldSafely: being safe only for Errors and not for other kind of</div><div>Exceptions, and Halt being only an Exception not an Error.<br></div><div><br></div><div>For a quick fix add Halt to the handled exceptions in #displayWorldSafely:</div><div>[aWorld displayWorld. finished := true] on: Error, Halt do: [:ex |</div><div></div><div>Balázs<br></div></div>
</div></blockquote>
                                        </div></body>