On Tue, 26 Jul 2005, IOhannes m zmoelnig wrote:
it appears on my machines (all of them) at least with pd-0.37-0, pd-0.39test4, pd-0.38-4 (debian package), pd-0.38-4 (self made)
You are sure ? Only openpanel and bang in a patch, no guis, externals ?
The invalid command name might come from a GUI sending a bogus command to tcl when doing an update after the patch got a redraw when closing the openpanel dialog. Can you send an example patch that shows this behaviour ?
Guenter
the exact error message i get is: invalid command name "e"
this error does not appear in pd's built in console but at the stderr (this is: the xterm is start pd from)
it appears to be coming after the pdtk_opendialog() is executed (this is: putting a 'puts "done"' at the end of pdtk_opendialog will print: done invalid command name "e"
it seems like with vanilla pd it is always "e".
with my settable-path patch applied, the errors get weirder: invalid command name "ength" (once i even got "-width")
but normally the invalid commands are just some reference like "1213f8.t8121ce0R" (this is a real quote)
mfg.a.sdr IOhannes