[PD] openpanel crash

András Murányi muranyia at gmail.com
Sun Aug 29 00:01:32 CEST 2010


This one, by any chance?
http://puredata.info/docs/developer/MacOSX106X8664

BTW, we are working on a new, buildbot based builder network, and buildbot's
"try" feature is just for this kind of testing purpose
http://buildbot.net/buildbot/docs/latest/try.html
(I'm not saying you should wait until it becomes available, because there is
still much work to go!)


Andras

On Sat, Aug 28, 2010 at 11:42 PM, Miller Puckette <msp at ucsd.edu> wrote:

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



-- 
Muranyi Andras
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100829/0dad8f3f/attachment.htm>


More information about the Pd-list mailing list