<div dir="ltr"><div><div>Before 0.47, paths declared inside of an abstraction were also propagated to the caller patch's namespace (and were added on the top of the caller patch file when saved).<br><br></div>That has been later considered as a bug, thus removed. <br><br>So when you save the caller patch with a newer version of Pd, the paths originally coming from the abstractions declarations are removed from the file, and objects cannot be created by the caller patch.<br></div>The fix is to add the missing [declare]s to the caller patch. Note: these paths will then be visible from any abstraction (even nested) created by the caller patch.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font face="arial, helvetica, sans-serif"> Antoine Rousseau </font></div><div dir="ltr"><font face="arial, helvetica, sans-serif">  <a href="http://metalu.net" target="_blank">http://www.metalu.net</a> __ <a href="http://www.metaluachahuter.com/compagnies/al1-ant1/" target="_blank">http://www.metaluachahuter.com/</a><br><br></font></div></div></div></div></div></div>
<br><div class="gmail_quote">2018-03-22 10:08 GMT+01:00 Liam Goodacre <span dir="ltr"><<a href="mailto:liamg_uw@hotmail.com" target="_blank">liamg_uw@hotmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgba(0,0,0,0)">
<div>Sorry, I sent the last message accidentally.</div>
<div><br>
</div>
<div>Maybe after opening PD and finding that Zexy didn't work, you opened a Zexy helpfile through the browser, or loaded some other file where Zexy was directly declared. This would load Zexy and allow all objects to create correctly, but but not prevent them
 from failing next time PD is opened.</div>
<div><br>
</div>
<div>Roman's solution should work. If you want, you can put the same declaration as a startup flag (preferences --> startup) so that you don't have to bother with the [declare] object every time.</div>
<br><div class="hm HOEnZb">
</div></div><div class="hm HOEnZb">
<hr style="display:inline-block;width:98%">
</div><div id="m_-524669072449711301divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><div class="hm HOEnZb"><b>From:</b> Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> on behalf of Liam Goodacre <<a href="mailto:liamg_uw@hotmail.com" target="_blank">liamg_uw@hotmail.com</a>><br>
<b>Sent:</b> 22 March 2018 08:59<br>
<b>To:</b> Roman Haefeli; <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a></div><div><div class="h5"><br>
<b>Subject:</b> Re: [PD] cannot 'upgrade' old patch</div></div></font>
<div> </div>
</div><div><div class="h5">

<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgba(0,0,0,0)">
<br>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-524669072449711301x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> on behalf of Roman Haefeli <<a href="mailto:reduzent@gmail.com" target="_blank">reduzent@gmail.com</a>><br>
<b>Sent:</b> 22 March 2018 07:36<br>
<b>To:</b> <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
<b>Subject:</b> Re: [PD] cannot 'upgrade' old patch</font>
<div> </div>
</div>
<div class="m_-524669072449711301x_BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="m_-524669072449711301x_PlainText">On Don, 2018-03-22 at 07:44 +0100, <a href="mailto:rolfm@dds.nl" target="_blank">rolfm@dds.nl</a> wrote:<br>
> hi list,<br>
> <br>
> i have old patches made with Pdext 42.5.<br>
> when opened with Vanilla 48.1 i get lots of uncreated objects (of <br>
> course).<br>
> <br>
> some of them i'm not able to 'repair'.<br>
> e.g. [symbol2list]<br>
> <br>
> i put in a [declare -stdpath -zexy -stdlib -zexy].<br>
<br>
It should read:<br>
<br>
[declare -stdpath zexy -stdlib zexy]<br>
<br>
(without dashes before 'zexy').<br>
<br>
> it's possible to create a new [symbol2list] object.<br>
> <br>
> after saving, closing pd, opening again,<br>
> the new object is not created.<br>
> <br>
> what can i do to resolve this.<br>
<br>
Let's hope the typo was the reason for this. If not, then this is odd.<br>
I mean, if it works _before_ saving the patch, it is supposed to work<br>
after re-loading. I'd run pd in verbose mode. You can add the startup<br>
flag '-verbose' (without quotes) in your preferences. When loading<br>
[symbol2list], check what it does and whether Pd is looking into the<br>
right places.<br>
<br>
Roman</div>
</span></font></div>
</div>
</div></div></div>

<br>______________________________<wbr>_________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>listinfo/pd-list</a><br>
<br></blockquote></div><br></div>