<br><br><div class="gmail_quote">On Nov 28, 2007 9:56 AM, Esteban Lorenzano &lt;<a href="mailto:estebanlm@gmail.com">estebanlm@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<div>I have an image that is not working anymore, and I can not take control from that (the image starts, but i can&#39;t press any key, not even cmd+.)</div><div>Is there a way to load the image (as an ImageSegment or something like that) so I can recover the objects I need?&nbsp;
<br clear="all"></div></blockquote><div><br>Do you mind if I ask what happened so that the image broke? Was it a custom morph?<br><br>Under some circumstances, it is possible to recover a broken image if you have prepared for the case of failure. I use REPLServer, which is a telnet server that executes Smalltalk commands in the image, to enter these image via a &quot;back door&quot; and then recover the image manually. One helpful command in REPLServer is:
<br><br>: utils rebootMorphic.<br><br>Which starts you on a completely fresh, newly created Morphic project and usually gets things going again. You can also suspend all (non-vital) processes and restart only the core Morphic process to work out what went wrong.
<br><br>REPLServer is available via the PackageUniverse in 3.10. Send all bug reports to me :-).<br><br>Gulik.<br></div></div><br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg">http://people.squeakfoundation.org/person/mikevdg
</a><br><a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a>