This one, by any chance?<br><a href="http://puredata.info/docs/developer/MacOSX106X8664">http://puredata.info/docs/developer/MacOSX106X8664</a><br><br>BTW, we are working on a new, buildbot based builder network, and buildbot&#39;s &quot;try&quot; feature is just for this kind of testing purpose <a href="http://buildbot.net/buildbot/docs/latest/try.html">http://buildbot.net/buildbot/docs/latest/try.html</a><br>

(I&#39;m not saying you should wait until it becomes available, because there is still much work to go!)<br><br><br>Andras<br><br><div class="gmail_quote">On Sat, Aug 28, 2010 at 11:42 PM, Miller Puckette <span dir="ltr">&lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</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;">Damn... time for me to go squat a 10.6 machine somewhere...<br>
<font color="#888888"><br>
M<br>
</font><div><div></div><div class="h5"><br>
On Sat, Aug 28, 2010 at 05:40:11PM -0400, William Brent wrote:<br>
&gt; Gave it a shot, but no luck.  Let me know if anything else comes to<br>
&gt; mind and I can check it.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sat, Aug 28, 2010 at 4:57 PM, Miller Puckette &lt;<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>&gt; wrote:<br>
&gt; &gt; thanks for the reminder... I still have no way to reproduce this one,<br>
&gt; &gt; but I saw something to &#39;improve&#39; in... if you&#39;re feeling proactive, try<br>
&gt; &gt; replacing the pdtk_openpanel and pdtk_savepanel routines in<br>
&gt; &gt; tcl/wheredoesthisgo.tcl with...<br>
&gt; &gt;<br>
&gt; &gt; proc pdtk_openpanel {target localdir} {<br>
&gt; &gt;    if {! [file isdirectory $localdir]} {<br>
&gt; &gt;        if { ! [file isdirectory $::fileopendir]} {<br>
&gt; &gt;            set ::fileopendir $::env(HOME)<br>
&gt; &gt;        }<br>
&gt; &gt;        set localdir $::fileopendir<br>
&gt; &gt;    }<br>
&gt; &gt;    set filename [tk_getOpenFile -initialdir $localdir]<br>
&gt; &gt;    if {$filename ne &quot;&quot;} {<br>
&gt; &gt;        set ::fileopendir [file dirname $filename]<br>
&gt; &gt;        pdsend &quot;$target callback [enquote_path $filename]&quot;<br>
&gt; &gt;    }<br>
&gt; &gt; }<br>
&gt; &gt;<br>
&gt; &gt; proc pdtk_savepanel {target localdir} {<br>
&gt; &gt;    if {! [file isdirectory $localdir]} {<br>
&gt; &gt;        if { ! [file isdirectory $::filenewdir]} {<br>
&gt; &gt;            set ::filenewdir $::env(HOME)<br>
&gt; &gt;        }<br>
&gt; &gt;        set localdir $::filenewdir<br>
&gt; &gt;    }<br>
&gt; &gt;    set filename [tk_getSaveFile -initialdir $localdir]<br>
&gt; &gt;    if {$filename ne &quot;&quot;} {<br>
&gt; &gt;        pdsend &quot;$target callback [enquote_path $filename]&quot;<br>
&gt; &gt;    }<br>
&gt; &gt; }<br>
&gt; &gt;<br>
&gt; &gt; (no recompilation needed) and see if that helps.<br>
&gt; &gt;<br>
&gt; &gt; cheers<br>
&gt; &gt; M<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Sat, Aug 28, 2010 at 03:59:05PM -0400, William Brent wrote:<br>
&gt; &gt;&gt; Just wanted to raise this thread again while there&#39;s so much progress<br>
&gt; &gt;&gt; being made.  Sorry if it&#39;s already an item on the to do list.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I still get the openpanel crash consistently with OSX 10.6.4 with<br>
&gt; &gt;&gt; Pd-0.43-0test2 (as well as Pd-0.42-5).  As Alexandre said, the only<br>
&gt; &gt;&gt; fix is to create a new patch with [openpanel] in it, then open the<br>
&gt; &gt;&gt; patch you actually want to use.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; William<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On Sat, May 15, 2010 at 11:04 PM, Alexandre Porres &lt;<a href="mailto:porres@gmail.com">porres@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt; hey, I am using 10.6.3 as well... damn...<br>
&gt; &gt;&gt; &gt; well...<br>
&gt; &gt;&gt; &gt; cheers<br>
&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt;&gt; &gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; &gt;&gt; &gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; William Brent<br>
&gt; &gt;&gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; “Great minds flock together”<br>
&gt; &gt;&gt; Conflations: conversational idiom for the 21st century<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; &gt;&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; William Brent<br>
&gt; <a href="http://www.williambrent.com" target="_blank">www.williambrent.com</a><br>
&gt;<br>
&gt; “Great minds flock together”<br>
&gt; Conflations: conversational idiom for the 21st century<br>
&gt;<br>
&gt; <a href="http://www.conflations.com" target="_blank">www.conflations.com</a><br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Muranyi Andras<br>