hi,
just discovered a serious error with the [menubutton] object (which is part of "TOF") on a recent OSX
PD: 0.50.0 OSX: 10.13.6 TOF: tof-v0-0extended (that's the only one available via "find externals" ...)
on loading [menubutton]'s helppatch the object crashes PD, as it will not be created and a Tcl/Tk error appears:
======================================================================= menubutton v0.12 tof, based on popup by Ben Bogart and button by ggee (Tcl) INVALID COMMAND NAME: invalid command name ".x50ccf0.c" while executing ".x50ccf0.c create rectangle 26 538 158 560 -tags 50d820R -outline "purple" " ("uplevel" body line 1) invoked from within "uplevel #0 $docmds" =======================================================================
after that, PD then can no longer be used, because the following error appears constantly on any mouse move ...
======================================================================= .x100320920: no such object =======================================================================
and has to be force shut.
funnily enough the [pmenu] object from the same TOF version works !
on windows (PD 0.50.0, win 7/64), no such error is happening, but there's also a newer TOF version existing: tofv0.2.1
best
oliver
Hi, this is problably the crucial change: https://github.com/electrickery/pd-tof/blob/7be50143a30bd33c00dc6c41f59eb86d...
there's also a newer TOF version existing: tofv0.2.1
Actually, Deken has "tof v0.2.1" for all platforms.
Christof
Gesendet: Donnerstag, 05. September 2019 um 14:30 Uhr Von: "oliver" oliver@klingt.org An: Pd-List pd-list@lists.iem.at Betreff: [PD] [menubutton] error on OSX
hi,
just discovered a serious error with the [menubutton] object (which is part of "TOF") on a recent OSX
PD: 0.50.0 OSX: 10.13.6 TOF: tof-v0-0extended (that's the only one available via "find externals" ...)
on loading [menubutton]'s helppatch the object crashes PD, as it will not be created and a Tcl/Tk error appears:
======================================================================= menubutton v0.12 tof, based on popup by Ben Bogart and button by ggee (Tcl) INVALID COMMAND NAME: invalid command name ".x50ccf0.c" while executing ".x50ccf0.c create rectangle 26 538 158 560 -tags 50d820R -outline "purple" " ("uplevel" body line 1) invoked from within "uplevel #0 $docmds" =======================================================================
after that, PD then can no longer be used, because the following error appears constantly on any mouse move ...
======================================================================= .x100320920: no such object =======================================================================
and has to be force shut.
funnily enough the [pmenu] object from the same TOF version works !
on windows (PD 0.50.0, win 7/64), no such error is happening, but there's also a newer TOF version existing: tofv0.2.1
best
oliver
-- \\\\\\\\\\\\\\\\\\\\\\\\\\\\ /////////////// http://pendler.klingt.org ////////////// \\\\\\\\ http://oliver.klingt.org \\\\\\\ ////////////////////////////////////////////////////////
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 05.09.19 15:31, Christof Ressi wrote:
Hi, this is problably the crucial change: https://github.com/electrickery/pd-tof/blob/7be50143a30bd33c00dc6c41f59eb86d...
there's also a newer TOF version existing: tofv0.2.1
Actually, Deken has "tof v0.2.1" for all platforms.
i think the problem is, that the file for macOS is called "tof-v0.2.1-(Darwin-ppc-32)(Darwin-i386-32)(Darwin-X86_64-32)(Sources)-externals.tgz", and deken seems to use case-sensitive architecture matching, so "Darwin-X86_64-32" doesn't match macOS/64bit (which would be "Darwin-x86_64-32" resp "Darwin-amd64-32")
fgamsdr IOhannes
On 05.09.19 15:37, IOhannes m zmoelnig wrote:
On 05.09.19 15:31, Christof Ressi wrote:
Hi, this is problably the crucial change: https://github.com/electrickery/pd-tof/blob/7be50143a30bd33c00dc6c41f59eb86d...
there's also a newer TOF version existing: tofv0.2.1
Actually, Deken has "tof v0.2.1" for all platforms.
i think the problem is, that the file for macOS is called "tof-v0.2.1-(Darwin-ppc-32)(Darwin-i386-32)(Darwin-X86_64-32)(Sources)-externals.tgz", and deken seems to use case-sensitive architecture matching, so "Darwin-X86_64-32" doesn't match macOS/64bit (which would be "Darwin-x86_64-32" resp "Darwin-amd64-32")
fixed the package in the archive.
gasmdr IOhannes
IOhannes m zmoelnig wrote:
On 05.09.19 15:37, IOhannes m zmoelnig wrote:
On 05.09.19 15:31, Christof Ressi wrote:
Hi, this is problably the crucial change: https://github.com/electrickery/pd-tof/blob/7be50143a30bd33c00dc6c41f59eb86d...
there's also a newer TOF version existing: tofv0.2.1
Actually, Deken has "tof v0.2.1" for all platforms.
i think the problem is, that the file for macOS is called "tof-v0.2.1-(Darwin-ppc-32)(Darwin-i386-32)(Darwin-X86_64-32)(Sources)-externals.tgz", and deken seems to use case-sensitive architecture matching, so "Darwin-X86_64-32" doesn't match macOS/64bit (which would be "Darwin-x86_64-32" resp "Darwin-amd64-32")
fixed the package in the archive.
thanks a lot !
best
oliver