<br><br><div class="gmail_quote">On Sun, Dec 5, 2010 at 8:53 AM, Colin Putney <span dir="ltr">&lt;<a href="mailto:colin@wiresong.com">colin@wiresong.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On Fri, Dec 3, 2010 at 12:52 PM, Mariano Martinez Peck<br>
&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi. I am still playing with Objects as methods, and I am having yet another kind of crash :(<br>
&gt; This time, the image crash with the message &quot;Recursive not understood error encountered&quot;.<br>
&gt; I am completly sure that I am not putting ANY proxy for any method of DNU, so I don&#39;t understand why I get this error.<br>
<br>
</div>Without understanding the details of what you&#39;re doing, let me offer<br>
this: </blockquote><div><br>thanks Colin for the help.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">try looking for objects that don&#39;t inherit from Object. </blockquote>
<div><br>Ok, there are objects that doesn&#39;t inherit from Object, and even my proxies don&#39;t do that. But.....ProtoObject DOES understands the message #doesNotUnderstand:<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Even if<br>
you aren&#39;t proxying #doesNotUnderstand:, you can get a recursive DNU<br>
if an object that doesn&#39;t understand #doesNotUnderstand: </blockquote><div><br>there cannot be objects that don&#39;t understand #doesNotUnderstand:  since it is implemented in ProtoObject. <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
gets<br>
*another* message it doesn&#39;t understand.<br>
<br></blockquote><div><br>Anyway, I will think if there can be a situation that happens what you said...maybe there is.<br><br>Thanks a lot !<br><br>mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hope this helps.<br>
<font color="#888888"><br>
Colin<br>
</font></blockquote></div><br>