<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Ha, I actually reported this very issue ca. 2 years ago (<a href="https://sourceforge.net/p/pure-data/bugs/1290/" target="_blank">https://sourceforge.net/p/pure-data/bugs/1290/</a>), I just completely forgot about it. what all those bugs have in common are dangling window references.
<div>
<div> </div>

<div>Christof</div>

<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Gesendet:</b> Dienstag, 02. April 2019 um 12:35 Uhr<br/>
<b>Von:</b> "Dario Sanfilippo" <sanfilippo.dario@gmail.com><br/>
<b>An:</b> "Christof Ressi" <christof.ressi@gmx.at><br/>
<b>Cc:</b> oliver <oliver@klingt.org>, Pd-List <pd-list@lists.iem.at><br/>
<b>Betreff:</b> Re: [PD] Tcl/Tk error</div>

<div>
<div>
<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;">Hi, Christof.</div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;"> </div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;">I haven't been using PD much lately but I used to have that a lot. As far as I remember, it also used to happen when closing a window, specifically, an abstraction that I used to inspect signals by plotting them on arrays. When closing those windows, PD GUI would all freeze but it was still possible to change number boxes and everything else, though without having the visual feedback.</div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;"> </div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;">I'll get back to this if I can reproduce the bug.</div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;"> </div>

<div class="gmail_default" style="font-family: arial , helvetica , sans-serif;">D</div>

<div>
<div class="gmail_signature">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
 

<div class="gmail_quote">
<div class="gmail_attr">On Tue, 2 Apr 2019 at 11:56, Christof Ressi <<a href="mailto:christof.ressi@gmx.at" onclick="parent.window.location.href='mailto:christof.ressi@gmx.at'; return false;" target="_blank">christof.ressi@gmx.at</a>> wrote:</div>

<blockquote class="gmail_quote" style="margin: 0.0px 0.0px 0.0px 0.8ex;border-left: 1.0px solid rgb(204,204,204);padding-left: 1.0ex;">hey oliver,<br/>
<br/>
other users (including myself) have experienced this as well and it's a serious regression. Now that I have some time I want to investigate this. I've already fixed a related bug in September (<a href="https://github.com/pure-data/pure-data/pull/467" target="_blank">https://github.com/pure-data/pure-data/pull/467</a>).<br/>
<br/>
can you do me a favour and file a bug report on GitHub? and can you try to find a minimal patch which triggers the problem (even if it doesn't happen all the time)? personally, I didn't have success in reproducing it, it only happenes very rarely and seemlingly randomly...<br/>
to all the other people who have experienced this: please help!<br/>
<br/>
Christof<br/>
<br/>
> Gesendet: Dienstag, 02. April 2019 um 11:37 Uhr<br/>
> Von: "oliver" <<a href="mailto:oliver@klingt.org" onclick="parent.window.location.href='mailto:oliver@klingt.org'; return false;" target="_blank">oliver@klingt.org</a>><br/>
> An: "<a href="mailto:pd-list@mail.iem.at" onclick="parent.window.location.href='mailto:pd-list@mail.iem.at'; return false;" target="_blank">pd-list@mail.iem.at</a>" <<a href="mailto:pd-list@mail.iem.at" onclick="parent.window.location.href='mailto:pd-list@mail.iem.at'; return false;" target="_blank">pd-list@mail.iem.at</a>><br/>
> Betreff: [PD] Tcl/Tk error<br/>
><br/>
> Hi,<br/>
><br/>
> sorry for a not so precise bug-report, but it's all i can offer:<br/>
><br/>
> recently i discovered a strange behaviour in Windows PD 0.49 (32bit)<br/>
> when the closing of a patch window (or even the closing of a subpatch<br/>
> window) would result in a Tcl/Tk error that i have not excperienced up<br/>
> until PD 0.49.<br/>
><br/>
> so, i close a window (main or subpatch - mostly with STRG+w), the patch<br/>
> window turns white with some inlet relics still being displayed and the<br/>
> console prints out a Tcl/TK error message in red colour.<br/>
><br/>
> the console says for example this:<br/>
><br/>
> (Tcl) UNHANDLED ERROR: bad window path name ".x3b212c8"<br/>
>      while executing<br/>
> "wm title $mytoplevel "$name$dirtychar$arguments - $path""<br/>
>      (procedure "pdtk_canvas_reflecttitle" line 15)<br/>
>      invoked from within<br/>
> "pdtk_canvas_reflecttitle .x3b212c8 {D:/pd_0.49/_MYPATCHES_/MFPOW}<br/>
> {metronome} { [edit]} 0"<br/>
>      ("uplevel" body line 718)<br/>
>      invoked from within<br/>
> "uplevel #0 $docmds".x2596028: no such object<br/>
> .x2596028: no such object<br/>
> .x2596028: no such object<br/>
> .x2596028: no such object<br/>
><br/>
><br/>
> from this point on nothing can be done in PD anymore, the only way to<br/>
> get out of this is to kill the PD process from the outside.<br/>
><br/>
> the patch contains several GOP subpatches and also some of my own GUI<br/>
> abstractions, that contain GOPs.<br/>
><br/>
> (the patch is very involved so i couldn't really check what would<br/>
> happen, if i replaced all of my abstractions with something else ...)<br/>
><br/>
> any ideas ? ...<br/>
><br/>
> best<br/>
><br/>
> oliver<br/>
><br/>
><br/>
> --<br/>
> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\<br/>
> /////////////// <a href="http://pendler.klingt.org" target="_blank">http://pendler.klingt.org</a> //////////////<br/>
> \\\\\\\\\\\\\\\ <a href="http://oliver.klingt.org" target="_blank">http://oliver.klingt.org</a>  \\\\\\\\\\\\\\<br/>
> ////////////////////////////////////////////////////////<br/>
><br/>
><br/>
><br/>
> _______________________________________________<br/>
> <a href="mailto:Pd-list@lists.iem.at" onclick="parent.window.location.href='mailto:Pd-list@lists.iem.at'; return false;" target="_blank">Pd-list@lists.iem.at</a> mailing list<br/>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br/>
><br/>
<br/>
<br/>
<br/>
_______________________________________________<br/>
<a href="mailto:Pd-list@lists.iem.at" onclick="parent.window.location.href='mailto:Pd-list@lists.iem.at'; return false;" target="_blank">Pd-list@lists.iem.at</a> mailing list<br/>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" target="_blank">https://lists.puredata.info/listinfo/pd-list</a></blockquote>
</div>
</div>
</div>
</div>
</div></div></body></html>