<div dir="ltr"><div dir="ltr">Em ter., 30 de jun. de 2020 às 19:05, Christof Ressi <<a href="mailto:info@christofressi.com">info@christofressi.com</a>> escreveu:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>The error message comes from a IEM GUI element.</p></div></blockquote><div><br></div><div>hmm, I thought it could be an external cause I made a search for ".x%lx.c delete %lx<b><u>IN0</u></b>" and couldn't find it, but it's there as ".x%lx.c delete %lxIN<b><u><font color="#ff0000">%d</font></u></b>" (oops!). Anyway, for what I see, the error could be triggered by any of the iemguis then. I also suspect the fix for this would be related to something I've already been doing in a PR ( see <a href="https://github.com/pure-data/pure-data/pull/1079/commits/8ba3bd3b115d62dc8de6f93923fb3d64223fecc1">https://github.com/pure-data/pure-data/pull/1079/commits/8ba3bd3b115d62dc8de6f93923fb3d64223fecc1</a> ). The reason is that I was dealing with a similar issue (exact same error, actually) in scope~ and fixed it with something like that.<br><br>So if you want you can send me the patch Eric, and I can try and debug it and see if my fix deals with this issue or if I have to expand it.<br><br>This could be triggered by the abstraction setting a receive name for the iemgui, so it tries to delete the inlets but it doesn't find it cause it is not visible and hasn't been drawn/created. See if you're doing that.</div><div><br></div><div>cheers</div></div></div>