<div dir="ltr">>> <span style="font-size:12.8px">Can you try a desperate workaround?</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">tried today... no go. pd just bounces a little and disappears.  might be able to try some more things tomorrow but at this point i might have to give up...</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">i think there is just too much installed crack stuff going on to fully know whats going on.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">thanks for help!</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 21, 2017 at 1:55 PM, Miller Puckette <span dir="ltr"><<a href="mailto:msp@ucsd.edu" target="_blank">msp@ucsd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you try a desperate workaround?  in tcl/pd_connect.tcl, replace the<br>
funciton ::pd_connect::to_pd this way:<br>
<br>
# if pd opens first, it starts pd-gui, then pd-gui connects to the port pd sent<br>
proc ::pd_connect::to_pd {port {host localhost}} {<br>
    variable pd_socket<br>
    ::pdwindow::debug "'pd-gui' connecting to 'pd' on localhost $port ...\n"<br>
    if {[catch {set pd_socket [socket $host $port]}]} {<br>
        if {$filename ne "localhost" || [catch {set pd_socket [socket 127.0.0.1 $port]}]} {<br>
            puts stderr "WARNING: connect to pd failed, retrying port $host:$port."<br>
            after 1000 ::pd_connect::to_pd $port $host<br>
            return<br>
        }<br>
    }<br>
    ::pd_connect::configure_socket $pd_socket<br>
}<br>
<br>
If 'localhost" falist that retries with 127.0.0.1 :)<br>
<span class="im HOEnZb"><br>
Miller<br>
<br>
On Fri, Jul 21, 2017 at 10:41:12AM -0400, me.grimm wrote:<br>
</span><div class="HOEnZb"><div class="h5">> >> Is the firewall on ...?<br>
> firewall is off<br>
><br>
> >> ping localhost<br>
> ping: cannot resolve localhost: Unknown host<br>
><br>
> >> with -nogui in Terminal ala<br>
> n$ /Volumes/U/Pd-0.48-0test3.app/<wbr>Contents/Resources/bin/pd -nogui -verbose<br>
> input channels = 2, output channels = 2<br>
> Pd-0.48.0 ("test3") compiled 22:16:32 Jul 19 2017<br>
> error: Ignoring invalid font-metrics from GUI!<br>
> Pt_Start() called<br>
><br>
> >> is that the classic messed up /private/etc/hosts file?<br>
> yeah this is what I found there:<br>
> <a href="https://github.com/lennylxx/ipv6-hosts" rel="noreferrer" target="_blank">https://github.com/lennylxx/<wbr>ipv6-hosts</a><br>
><br>
> >> Desperately installing the Adobe crack on OS X and in the process of<br>
> hindering it of calling home deleting the localhost line?<br>
> not sure what this means... so delete this file?<br>
><br>
> so, the /private/etc/hosts file "Hosts file which is used for improving<br>
> IPv6 access speed to Google, YouTube, Facebook, Wikipedia, etc. in Mainland<br>
> China."<br>
><br>
> ... and yes the student is from china so that explains this at least.<br>
><br>
> so what do I do now? :)<br>
><br>
> this gets us into privacy laws, china gov laws?, no idea, etc. which turns<br>
> this to a much deeper discussion since I assume we are here to support as<br>
> many students as possible but without fully understanding what a systems<br>
> level change could potentially do once students return to native country I<br>
> really have no experience or clue here....<br>
><br>
> max, you have some experience here no?<br>
><br>
> well anyway, might there be a work around for now? or could pd issue a<br>
> warning like "is your firewall on?" OR "sup with your /private/etc/hosts<br>
> file?<br>
><br>
> thanks!<br>
> m<br>
><br>
><br>
> On Fri, Jul 21, 2017 at 10:09 AM, Max <<a href="mailto:abonnements@revolwear.com">abonnements@revolwear.com</a>> wrote:<br>
><br>
> > is that the classic messed up /private/etc/hosts file? Desperately<br>
> > installing the Adobe crack on OS X and in the process of hindering it of<br>
> > calling home deleting the localhost line?<br>
> ><br>
> > ping localhost<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > On 2017년 07월 21일 16:01, me.grimm wrote:<br>
> ><br>
> >> same stuff going on here... what to be done?<br>
> >><br>
> >> test3<br>
> >> $ /Volumes/U/Pd.app/Contents/<wbr>Resources/bin/pd -verbose<br>
> >> input channels = 2, output channels = 2<br>
> >> Pd-0.48.0 ("test3") compiled 07:55:09 Jul 21 2017<br>
> >> port 5400<br>
> >> "/Volumes/U/Pd.app/Contents/<wbr>Resources/../MacOS/Pd" 5400<br>
> >> Waiting for connection request...<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> ^CPd: signal 2<br>
> >> gui socket 0 - closing audio...<br>
> >> closing MIDI...<br>
> >> ... done.<br>
> >><br>
> >> from this morn git pull<br>
> >> $ /Volumes/U/Pd-0.48-0test3.app/<wbr>Contents/Resources/bin/pd -verbose<br>
> >> input channels = 2, output channels = 2<br>
> >> Pd-0.48.0 ("test3") compiled 22:16:32 Jul 19 2017<br>
> >> port 5400<br>
> >> "/Volumes/U/Pd-0.48-0test3.<wbr>app/Contents/Resources/../<wbr>MacOS/Pd" 5400<br>
> >> Waiting for connection request...<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >> ^CPd: signal 2<br>
> >> gui socket 0 - closing audio...<br>
> >> closing MIDI...<br>
> >> ... done.<br>
> >> $<br>
> >><br>
> >> On Thu, Jul 20, 2017 at 11:37 AM, Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a> <mailto:<br>
> >> <a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>>> wrote:<br>
> >><br>
> >>     Thanks.. and how does "test3" behave?  It's compiled with 8.5-gen<br>
> >>     Tcl/TK - should behave like "test1" ded, except with better<br>
> >>     text spacing.<br>
> >><br>
> >>     M<br>
> >><br>
> >>     On Thu, Jul 20, 2017 at 11:08:30AM -0400, me.grimm wrote:<br>
> >>      > ok... got a chance to test this morn.<br>
> >>      ><br>
> >>      > miller test02 (pd icon just bounces in the dock)<br>
> >>      ><br>
> >>      > $ /Volumes/U/Pd-0.48-0test2.app/<wbr>Contents/Resources/bin/pd -verbose<br>
> >>      > input channels = 2, output channels = 2<br>
> >>      > Pd-0.48.0 ("test2") compiled 08:40:39 Jul 19 2017<br>
> >>      > port 5400<br>
> >>      > "/Volumes/U/Pd-0.48-0test2.<wbr>app/Contents/Resources/../<wbr>MacOS/Pd"<br>
> >> 5400<br>
> >>      > Waiting for connection request...<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > ^CPd: signal 2<br>
> >>      > gui socket 0 - closing audio...<br>
> >>      > closing MIDI...<br>
> >>      > ... done.<br>
> >>      > $<br>
> >>      ><br>
> >>      ><br>
> >>      > my compile with tk 8.6.6 (tk "feather" icon just bounces in the<br>
> >> dock<br>
> >>      ><br>
> >>      > $ /Volumes/U/Pd.app/Contents/<wbr>Resources/bin/pd -verbose<br>
> >>      > input channels = 2, output channels = 2<br>
> >>      > Pd-0.48.0 ("test1") compiled 16:38:24 Jul 19 2017<br>
> >>      > port 5400<br>
> >>      > "/Volumes/U/Pd.app/Contents/<wbr>Resources/../MacOS/Pd" 5400<br>
> >>      > Waiting for connection request...<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > WARNING: connect to pd failed, retrying port localhost:5400.<br>
> >>      > ^CPd: signal 2<br>
> >>      > gui socket 0 - closing audio...<br>
> >>      > closing MIDI...<br>
> >>      > ... done.<br>
> >>      > $<br>
> >>      ><br>
> >>      ><br>
> >>      > tell me what to try and i will since i have access to student<br>
> >>     computer next<br>
> >>      > couple weeks....<br>
> >>      ><br>
> >>      > cheers<br>
> >>      > m<br>
> >>      ><br>
> >>      ><br>
> >>      > On Wed, Jul 19, 2017 at 1:32 PM, Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a><br>
> >>     <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>>> wrote:<br>
> >>      ><br>
> >>      > > Can you try with "test2"? (on my site, just now uploaded it).<br>
> >>      > ><br>
> >>      > > thanks<br>
> >>      > > Miller<br>
> >>      > ><br>
> >>      > > On Wed, Jul 19, 2017 at 06:00:36PM +0200, Dan Wilcox wrote:<br>
> >>      > > > The error indicates the pd core has crashed or is not<br>
> >>     running. Sometimes<br>
> >>      > > this also happens if the pd proves has hung in the background.<br>
> >> Open<br>
> >>      > > Activity Monitor and make sure there is no "pd" processing<br>
> >>     running, if so<br>
> >>      > > then kill it.<br>
> >>      > > ><br>
> >>      > > > As a test, try running the pd core from the command line in<br>
> >>     Terminal:<br>
> >>      > > ><br>
> >>      > > >     /Applications/Pd-VERSION.app/<wbr>Contents/Resources/bin/pd<br>
> >>      > > ><br>
> >>      > > > You can at least see some info. You can also run it with the<br>
> >>     -verbose<br>
> >>      > > flag to see even more info.<br>
> >>      > > ><br>
> >>      > > > > On Jul 18, 2017, at 11:21 PM, <a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a><br>
> >>     <mailto:<a href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.<wbr>iem.at</a>> wrote:<br>
> >>      > > > ><br>
> >>      > > > > Subject: Re: [PD] Macbook Air Errors with 0.48 Test 1<br>
> >>      > > > > Date: July 18, 2017 at 10:16:13 PM GMT+2<br>
> >>      > > > > To: Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a> <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>><br>
> >>     <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a> <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>>>><br>
> >>      > > > > Cc: "<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>><br>
> >>     <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>>><wbr>" <<br>
> >>      > > <a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>><br>
> >>     <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>>><wbr>><br>
> >>      > > > ><br>
> >>      > > > ><br>
> >>      > > > > sierra indicates<br>
> >>      > > > ><br>
> >>      > > > > 10.12<br>
> >>      > > > ><br>
> >>      > > > > <a href="https://en.wikipedia.org/wiki/MacOS_Sierra" rel="noreferrer" target="_blank">https://en.wikipedia.org/wiki/<wbr>MacOS_Sierra</a><br>
> >>     <<a href="https://en.wikipedia.org/wiki/MacOS_Sierra" rel="noreferrer" target="_blank">https://en.wikipedia.org/<wbr>wiki/MacOS_Sierra</a>> <<br>
> >> <a href="https://en.wikipedia.org/" rel="noreferrer" target="_blank">https://en.wikipedia.org/</a><br>
> >>      > > wiki/MacOS_Sierra><br>
> >>      > > > ><br>
> >>      > > > ><br>
> >>      > > > >> On 18 Jul 2017, at 21:55, Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a><br>
> >>     <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>> <mailto:<br>
> >><br>
> >>      > > <a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a> <mailto:<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>>>> wrote:<br>
> >>      > > > >><br>
> >>      > > > >> Really 10.2.5?  Not 10.5?<br>
> >>      > > > >><br>
> >>      > > > >> I've tested on 10.6.  I ues I'd better try an earlier one :)<br>
> >>      > > > >><br>
> >>      > > > >> M<br>
> >>      > > > >><br>
> >>      > > > >> On Tue, Jul 18, 2017 at 02:39:06PM -0400, me.grimm wrote:<br>
> >>      > > > >>> Hello,<br>
> >>      > > > >>><br>
> >>      > > > >>> So I have a student with a Macbook Air. Pd 0.47.1 that she<br>
> >>      > > downloaded hangs<br>
> >>      > > > >>> and quits as detailed here:<br>
> >>      > > > >>><br>
> >>     <a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117154.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117154.html</a><br>
> >>     <<a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117154.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117154.html</a>> <<br>
> >>      > ><br>
> >>     <a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117154.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117154.html</a><br>
> >>     <<a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117154.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117154.html</a>>><br>
> >>      > > > >>><br>
> >>      > > > >>> then miller said he maybe fixed?<br>
> >>      > > > >>><br>
> >>     <a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117157.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117157.html</a><br>
> >>     <<a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117157.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117157.html</a>> <<br>
> >>      > ><br>
> >>     <a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117157.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117157.html</a><br>
> >>     <<a href="https://lists.puredata.info/pipermail/pd-list/2016-12/117157.html" rel="noreferrer" target="_blank">https://lists.puredata.info/<wbr>pipermail/pd-list/2016-12/<wbr>117157.html</a>>><br>
> >>      > > > >>><br>
> >>      > > > >>> So I just tried the version (recent test) i recently<br>
> >>     compiled and<br>
> >>      > > that<br>
> >>      > > > >>> opens (sort of) but I get now Pd window. I did get error:<br>
> >>      > > > >>><br>
> >>      > > > >>> Not connected to 'pd' process<br>
> >>      > > > >>> Not connected to 'pd' process<br>
> >>      > > > >>>    while executing<br>
> >>      > > > >>> "error "Not connected to 'pd' process""<br>
> >>      > > > >>>    (procedure "pdsend" line 6)<br>
> >>      > > > >>>    invoked from within<br>
> >>      > > > >>> "pdsend "pd audio-properties""<br>
> >>      > > > >>>    (procedure "::tk::mac::ShowPreferences" line 3)<br>
> >>      > > > >>>    invoked from within<br>
> >>      > > > >>> "::tk::mac::ShowPreferences"<br>
> >>      > > > >>><br>
> >>      > > > >>> shes on macbook air 10.2.5 (sierra) 13" early 2015<br>
> >>      > > > >>><br>
> >>      > > > >>> I know there has been trouble running Pd on Macbook Airs<br>
> >>     in the past<br>
> >>      > > and<br>
> >>      > > > >>> would like to nail whats wrong. let me know what to do to<br>
> >>     test while<br>
> >>      > > I have<br>
> >>      > > > >>> access to this machine for the next couple weeks.<br>
> >>      > > > >>><br>
> >>      > > > >>> thanks!<br>
> >><br>
> ><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/li" rel="noreferrer" target="_blank">https://lists.puredata.info/li</a><br>
> > stinfo/pd-list<br>
> ><br>
><br>
><br>
><br>
> --<br>
> ____________________<br>
> m.e.grimm, m.f.a, ed.m.<br>
> syracuse u., tc3<br>
> <a href="http://megrimm.net" rel="noreferrer" target="_blank">megrimm.net</a><br>
> ____________________<br>
<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>____________________<br>m.e.grimm, m.f.a, ed.m.</div><div>syracuse u., tc3</div><div><a href="http://megrimm.net" target="_blank">megrimm.net</a><br>____________________</div></div></div>
</div>