Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-15 Thread Marco Donnarumma
hey,


 That bug is not related, though I might look similar.  Any time you see
 things like .x2415b0 those are the unique IDs that Pd uses for each Window
 in the GUI.  .x2415b0: no such object basically means that Pd is trying
 to send a command to a window in the GUI, but that window does not
 currently exist (like it was closed) and Pd didn't get the message about
 that window closing.


Ok, thanks for explaining, so now I can read it properly.

Can we say it is a bug, or my code is forcing Pd into something it doesn't
know how to handle?



 This patch is a nice clear example, so it should be possible to track the
 bug down.  Marco, if you haven't already, can you add that patch tarball to
 a bug report in the tracker?  A reference to this thread would also be
 helpful.


Yes, sure. Will do it now.
But I'll open a new bug report, since this bug is different than the very
first one I posted.
Still connected to a closed window which Pd can't communicate with though.

thanks!
M




 .hc

 On Mar 7, 2013, at 10:25 AM, Benjamin ~ 01xy wrote:

  Hello,
 
  I encountered a maybe similar bug clicking on the 0 button of the Hradio
 in pix_video help patch :
 
  (Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
  while executing
  .x8b1b038.c delete 8b26df8BASE0
  (uplevel body line 14)
  invoked from within
  uplevel #0 $cmds_from_pd
 
  In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled:
 Jan 28 2013
 
  this bug disapear if I cut the wire of the left outlet of [pix_video]
 which goes to [s $0-info]
 
  Bugs related ? :
 
 http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=55736atid=478070
 
  ++Benjamin
 
  Le 07/03/2013 12:33, Marco Donnarumma a ?crit :
  hey thanks all for testing.
 
  At least we know it's consistent.
  Let's see if somebody has ideas about it.
 
  Let me know how can I help!
  Really wish to solve this.
 
  thanks!
 
  --

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-15 Thread Marco Donnarumma
Thanks to check this out Ico,
hope my example patch and Pd-l2ork code together can be helpful in solving
the issue.

will also keep looking into it,
M



 Just to further confirm, pd-l2ork is not affected with Benjamin?s example
 either. Hopefully this will help Hans and others hunt this thing down.



 Best wishes,



 Ico



 From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of
 Hans-Christoph Steiner
 Sent: Thursday, March 14, 2013 11:35 PM
 To: ben...@free.fr
 Cc: Pd List
 Subject: Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command
 Name error





 That bug is not related, though I might look similar.  Any time you see
 things like .x2415b0 those are the unique IDs that Pd uses for each Window
 in the GUI.  .x2415b0: no such object basically means that Pd is trying
 to
 send a command to a window in the GUI, but that window does not currently
 exist (like it was closed) and Pd didn't get the message about that window
 closing.



 This patch is a nice clear example, so it should be possible to track the
 bug down.  Marco, if you haven't already, can you add that patch tarball to
 a bug report in the tracker?  A reference to this thread would also be
 helpful.


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-14 Thread Hans-Christoph Steiner

That bug is not related, though I might look similar.  Any time you see things 
like .x2415b0 those are the unique IDs that Pd uses for each Window in the GUI. 
 .x2415b0: no such object basically means that Pd is trying to send a command 
to a window in the GUI, but that window does not currently exist (like it was 
closed) and Pd didn't get the message about that window closing.

This patch is a nice clear example, so it should be possible to track the bug 
down.  Marco, if you haven't already, can you add that patch tarball to a bug 
report in the tracker?  A reference to this thread would also be helpful.

.hc

On Mar 7, 2013, at 10:25 AM, Benjamin ~ 01xy wrote:

 Hello,
 
 I encountered a maybe similar bug clicking on the 0 button of the Hradio in 
 pix_video help patch :
 
 (Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
 while executing
 .x8b1b038.c delete 8b26df8BASE0
 (uplevel body line 14)
 invoked from within
 uplevel #0 $cmds_from_pd
 
 In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled: Jan 28 
 2013
 
 this bug disapear if I cut the wire of the left outlet of [pix_video] which 
 goes to [s $0-info]
 
 Bugs related ? : 
 http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=55736atid=478070
 
 ++Benjamin
 
 Le 07/03/2013 12:33, Marco Donnarumma a écrit :
 hey thanks all for testing.
 
 At least we know it's consistent.
 Let's see if somebody has ideas about it.
 
 Let me know how can I help!
 Really wish to solve this.
 
 thanks!
 
 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 Embodied Audio-Visual Interaction Research Team.
 Department of Computing, Goldsmiths University of London
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com
 Director: http://www.liveperformersmeeting.net
 
 
 On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr wrote:
 Hi
 
 Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.
 
 
 On 07/03/2013 02:02, Marco Donnarumma wrote:
 hey,
 
 dunno if you remember, but I still have this error (below) and now I 
 managed to make a small patch that reproduces it (attached).
 It seems related to the Hide flag for a 2nd level nested GOP patch.
 
 it'd be great if somebody could test it on linux and mac.
 I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4
 
 how to reproduce:
 
 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - close the subpatch
 - close MAIN-graph-bug.pd
 
 at this point Pd throws the error as below. Only the GUI freezes, the patch 
 is  unusable and have to kill it, by closing pd.
 
 
 (Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
 while executing
 .x996ebd0.c delete graph996f4b0i0
  (uplevel body line 1)
  invoked from within
 uplevel #0 $cmds_from_pd
 
 
 
 How to avoid it:
 
 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - open the subpatch
 - open the further subpatch anlz.scope~
 - flag hide object name and argument
 - save
 -close pd
 - restart the patch and the error disappear
 
 
 It is worth noting that the error I get with the Xth Sense software looks 
 similar but has different tags (see below). And I can't reproduce this one 
 error using a subpatch including a graph or iem_image (which I use in the 
 Xth Sense)
 
 
 
 (Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
 while executing
 .x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags 
 a4304c0PHOTO
  (uplevel body line 283)
  invoked from within
 uplevel #0 $cmds_from_pd
 \
 
 
 should i submit a different bug report or add to the one I did already?
 
 thanks in advance for any hint,
 this is forcing me to still use pd-ext 0.42.5 during my workshop, which is 
 a shame :)
 
 
 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 Embodied Audio-Visual Interaction Research Team.
 Department of Computing, Goldsmiths University of London
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com
 Director: http://www.liveperformersmeeting.net
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-14 Thread Ivica Ico Bukvic
Just to further confirm, pd-l2ork is not affected with Benjamin’s example
either. Hopefully this will help Hans and others hunt this thing down.

 

Best wishes,

 

Ico

 

From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of
Hans-Christoph Steiner
Sent: Thursday, March 14, 2013 11:35 PM
To: ben...@free.fr
Cc: Pd List
Subject: Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command
Name error

 

 

That bug is not related, though I might look similar.  Any time you see
things like .x2415b0 those are the unique IDs that Pd uses for each Window
in the GUI.  .x2415b0: no such object basically means that Pd is trying to
send a command to a window in the GUI, but that window does not currently
exist (like it was closed) and Pd didn't get the message about that window
closing.

 

This patch is a nice clear example, so it should be possible to track the
bug down.  Marco, if you haven't already, can you add that patch tarball to
a bug report in the tracker?  A reference to this thread would also be
helpful.

 

.hc

 

On Mar 7, 2013, at 10:25 AM, Benjamin ~ 01xy wrote:





Hello,

I encountered a maybe similar bug clicking on the 0 button of the Hradio in
pix_video help patch :

(Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
while executing
.x8b1b038.c delete 8b26df8BASE0
(uplevel body line 14)
invoked from within
uplevel #0 $cmds_from_pd

In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled: Jan
28 2013

this bug disapear if I cut the wire of the left outlet of [pix_video] which
goes to [s $0-info]

Bugs related ? : 
http://sourceforge.net/tracker/index.php?func=detail
http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=5
5736atid=478070 aid=3522945group_id=55736atid=478070

++Benjamin

Le 07/03/2013 12:33, Marco Donnarumma a écrit :

hey thanks all for testing.

At least we know it's consistent.
Let's see if somebody has ideas about it.

Let me know how can I help!
Really wish to solve this.

thanks!



--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com http://marcodonnarumma.com/ 
Research: http://res.marcodonnarumma.com http://res.marcodonnarumma.com/ 
Director: http://www.liveperformersmeeting.net
http://www.liveperformersmeeting.net/ 

 

On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr wrote:

Hi

Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4. 



On 07/03/2013 02:02, Marco Donnarumma wrote:

hey,

dunno if you remember, but I still have this error (below) and now I managed
to make a small patch that reproduces it (attached).
It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the patch
is  unusable and have to kill it, by closing pd.

 smb:// 
(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd
 smb:// 


How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software looks
similar but has different tags (see below). And I can't reproduce this one
error using a subpatch including a graph or iem_image (which I use in the
Xth Sense)


 smb:// 
(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
a4304c0PHOTO
 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\ smb:// 


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, which is a
shame :)




--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com http://marcodonnarumma.com/ 
Research: http://res.marcodonnarumma.com http://res.marcodonnarumma.com/ 
Director: http://www.liveperformersmeeting.net
http://www.liveperformersmeeting.net/ 





___
Pd-list@iem.at mailing list
UNSUBSCRIBE

Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-11 Thread Marco Donnarumma
Thanks for this.

UPDATE: even though I found how to reproduce the bug, it still affects the
Xth Sense software.

It's pretty wild. The patch I sent to the list is fixed.

But the Xth Sense patch is still affected by it (even after fixing it the
same way as the bug report patch).

Launching the patch in the same way, sometimes the bug happens, some other
not.
I can't figure out what else it could be. And there is no log in the
terminal.

What else can I do to help solving this?

How to read that Tcl error log to understand where it comes from?

I checked the bug tracker and there are at least other two bugs that report
a similar log.
However, I don't know enough about the guts to establish whether they might
be related.

They all do seem to be reported by Tcl, so there could possibly be
something in common.

thanks!
cheers,
M


Hello,

 I encountered a maybe similar bug clicking on the 0 button of the Hradio
 in pix_video help patch :

 (Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
  while executing
 .x8b1b038.c delete 8b26df8BASE0
  (uplevel body line 14)
  invoked from within
 uplevel #0 $cmds_from_pd

 In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled:
 Jan 28 2013

 this bug disapear if I cut the wire of the left outlet of [pix_video]
 which goes to [s $0-info]

 Bugs related ? :

 http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=55736atid=478070

 ++Benjamin

 Le 07/03/2013 12:33, Marco Donnarumma a ?crit :
  hey thanks all for testing.
 
  At least we know it's consistent.
  Let's see if somebody has ideas about it.
 
  Let me know how can I help!
  Really wish to solve this.
 
  thanks!
 
  --
  Marco Donnarumma
  New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
  Embodied Audio-Visual Interaction Research Team.
  Department of Computing, Goldsmiths University of London
  ~
  Portfolio: http://marcodonnarumma.com
  Research: http://res.marcodonnarumma.com
  Director: http://www.liveperformersmeeting.net
 
 
  On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr
  mailto:dwanaf...@yahoo.fr wrote:
 
  Hi
 
  Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.
 
 
  On 07/03/2013 02:02, Marco Donnarumma wrote:
  hey,
 
  dunno if you remember, but I still have this error (below) and
  now I managed to make a small patch that reproduces it (attached).
  It seems related to the Hide flag for a 2nd level nested GOP
 patch.
 
  it'd be great if somebody could test it on linux and mac.
  I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4
 
  how to reproduce:
 
  - launch MAIN-graph-bug.pd
  - click the bang to open a subpatch (if it doesn't at startup)
  - close the subpatch
  - close MAIN-graph-bug.pd
 
  at this point Pd throws the error as below. Only the GUI freezes,
  the patch is  unusable and have to kill it, by closing pd.
 
  
  (Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
  while executing
  .x996ebd0.c delete graph996f4b0i0
   (uplevel body line 1)
   invoked from within
  uplevel #0 $cmds_from_pd
  
 
 
  How to avoid it:
 
  - launch MAIN-graph-bug.pd
  - click the bang to open a subpatch (if it doesn't at startup)
  - open the subpatch
  - open the further subpatch anlz.scope~
  - flag hide object name and argument
  - save
  -close pd
  - restart the patch and the error disappear
 
 
  It is worth noting that the error I get with the Xth Sense
  software looks similar but has different tags (see below). And I
  can't reproduce this one error using a subpatch including a graph
  or iem_image (which I use in the Xth Sense)
 
 
  
  (Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
  while executing
  .x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
  a4304c0PHOTO
   (uplevel body line 283)
   invoked from within
  uplevel #0 $cmds_from_pd
  \
 
 
  should i submit a different bug report or add to the one I did
  already?
 
  thanks in advance for any hint,
  this is forcing me to still use pd-ext 0.42.5 during my workshop,
  which is a shame :)
 
 
  --
  Marco Donnarumma
  New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
  Embodied Audio-Visual Interaction Research Team.
  Department of Computing, Goldsmiths University of London
  ~
  Portfolio: http://marcodonnarumma.com
  Research: http://res.marcodonnarumma.com
  Director: http://www.liveperformersmeeting.net
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread James Dunn
I can confirm this happens with Pd-extended 0.43.4-extended-20130117 on 
OS 10.6.8:


Tcl Version: 8.5.11
(Tcl) INVALID COMMAND NAME: invalid command name .x4540e0.c
while executing
.x4540e0.c delete graph30f480i0
(uplevel body line 1)
invoked from within
uplevel #0 $cmds_from_pd.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object
.x222bd0: no such object



Quoth Marco Donnarumma, on 07/03/2013 01:02:

hey,

dunno if you remember, but I still have this error (below) and now I 
managed to make a small patch that reproduces it (attached).

It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the 
patch is  unusable and have to kill it, by closing pd.



(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software 
looks similar but has different tags (see below). And I can't 
reproduce this one error using a subpatch including a graph or 
iem_image (which I use in the Xth Sense)




(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags 
a4304c0PHOTO

 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, 
which is a shame :)



--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread Marco Donnarumma
thanks guys,

@andras, thanks for testing.

Anyone can test this on a Mac?

The bug report you indicate mentions a very similar error log, but it's not
the one I did.
My bug report is this one:
http://sourceforge.net/tracker/?func=detailaid=3601127group_id=55736atid=478070

@Patrick, yes, thanks for reminding about it.
I did that but Pd does not report the first error (which is only printed to
the pd console), and only prints the subsequent error (below) when you try
to close the main parent patch, or do anything with it.

error: .x88906e0: no such object
error: .x88906e0: no such object
error: .x88906e0: no such object

thanks,
cheers,





--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


On Thu, Mar 7, 2013 at 6:21 AM, Pagano, Patrick
p...@digitalworlds.ufl.eduwrote:

  start pd with the flag -stderr
 i had the same plague with my GEM patches for a week until Iohannes ahd
 Hans noted a solution

  pp
  --
 *From:* pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of
 Marco Donnarumma [de...@thesaddj.com]
 *Sent:* Wednesday, March 06, 2013 8:02 PM
 *To:* pd-list@iem.at
 *Subject:* [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command
 Name error

  hey,

 dunno if you remember, but I still have this error (below) and now I
 managed to make a small patch that reproduces it (attached).
 It seems related to the Hide flag for a 2nd level nested GOP patch.

 it'd be great if somebody could test it on linux and mac.
 I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

 how to reproduce:

 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - close the subpatch
 - close MAIN-graph-bug.pd

 at this point Pd throws the error as below. Only the GUI freezes, the
 patch is  unusable and have to kill it, by closing pd.

 
 (Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
 while executing
 .x996ebd0.c delete graph996f4b0i0
  (uplevel body line 1)
  invoked from within
 uplevel #0 $cmds_from_pd
 


 How to avoid it:

 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - open the subpatch
 - open the further subpatch anlz.scope~
 - flag hide object name and argument
 - save
 -close pd
 - restart the patch and the error disappear


 It is worth noting that the error I get with the Xth Sense software looks
 similar but has different tags (see below). And I can't reproduce this one
 error using a subpatch including a graph or iem_image (which I use in the
 Xth Sense)


 
 (Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
 while executing
 .x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
 a4304c0PHOTO
  (uplevel body line 283)
  invoked from within
 uplevel #0 $cmds_from_pd
 \


 should i submit a different bug report or add to the one I did already?

 thanks in advance for any hint,
 this is forcing me to still use pd-ext 0.42.5 during my workshop, which is
 a shame :)


 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 Embodied Audio-Visual Interaction Research Team.
 Department of Computing, Goldsmiths University of London
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com
 Director: http://www.liveperformersmeeting.net

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread Marco Donnarumma
Thanks Ivica,

I'm gonna try with pd-l2ork and report.
I can also take a look at those files, although my knowledge is pretty
limited as it comes to .c


M


 FWIW, I've done a lot of work at cleaning up gop-related bugs in
 pd-l2ork. This is one of them (in other words, pd-l2ork is not affected
 by this). It may not be a bad idea to do some code comparison between
 g_editor.c g_canvas.c and g_graph.c files where most of these reside in
 hope of merging this into regular pd/extended.


--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread batinste

Hi

Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.

On 07/03/2013 02:02, Marco Donnarumma wrote:

hey,

dunno if you remember, but I still have this error (below) and now I 
managed to make a small patch that reproduces it (attached).

It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the 
patch is  unusable and have to kill it, by closing pd.



(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software 
looks similar but has different tags (see below). And I can't 
reproduce this one error using a subpatch including a graph or 
iem_image (which I use in the Xth Sense)




(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags 
a4304c0PHOTO

 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, 
which is a shame :)



--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread Marco Donnarumma
hey thanks all for testing.

At least we know it's consistent.
Let's see if somebody has ideas about it.

Let me know how can I help!
Really wish to solve this.

thanks!

--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr wrote:

  Hi

 Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.


 On 07/03/2013 02:02, Marco Donnarumma wrote:

 hey,

 dunno if you remember, but I still have this error (below) and now I
 managed to make a small patch that reproduces it (attached).
 It seems related to the Hide flag for a 2nd level nested GOP patch.

 it'd be great if somebody could test it on linux and mac.
 I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

 how to reproduce:

 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - close the subpatch
 - close MAIN-graph-bug.pd

 at this point Pd throws the error as below. Only the GUI freezes, the
 patch is  unusable and have to kill it, by closing pd.

 
 (Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
 while executing
 .x996ebd0.c delete graph996f4b0i0
  (uplevel body line 1)
  invoked from within
 uplevel #0 $cmds_from_pd
 


 How to avoid it:

 - launch MAIN-graph-bug.pd
 - click the bang to open a subpatch (if it doesn't at startup)
 - open the subpatch
 - open the further subpatch anlz.scope~
 - flag hide object name and argument
 - save
 -close pd
 - restart the patch and the error disappear


 It is worth noting that the error I get with the Xth Sense software looks
 similar but has different tags (see below). And I can't reproduce this one
 error using a subpatch including a graph or iem_image (which I use in the
 Xth Sense)


 
 (Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
 while executing
 .x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
 a4304c0PHOTO
  (uplevel body line 283)
  invoked from within
 uplevel #0 $cmds_from_pd
 \


 should i submit a different bug report or add to the one I did already?

 thanks in advance for any hint,
 this is forcing me to still use pd-ext 0.42.5 during my workshop, which is
 a shame :)


 --
 Marco Donnarumma
 New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
 Embodied Audio-Visual Interaction Research Team.
 Department of Computing, Goldsmiths University of London
 ~
 Portfolio: http://marcodonnarumma.com
 Research: http://res.marcodonnarumma.com
 Director: http://www.liveperformersmeeting.net


 ___pd-l...@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-07 Thread Benjamin ~ 01xy

Hello,

I encountered a maybe similar bug clicking on the 0 button of the Hradio 
in pix_video help patch :


(Tcl) NOM DE COMMANDE INVALIDE : invalid command name .x8b1b038.c
while executing
.x8b1b038.c delete 8b26df8BASE0
(uplevel body line 14)
invoked from within
uplevel #0 $cmds_from_pd

In Pd-extended 0.43-4 on debian 32 bit with GEM: ver: 0.93.3 compiled: 
Jan 28 2013


this bug disapear if I cut the wire of the left outlet of [pix_video] 
which goes to [s $0-info]


Bugs related ? :
http://sourceforge.net/tracker/index.php?func=detailaid=3522945group_id=55736atid=478070

++Benjamin

Le 07/03/2013 12:33, Marco Donnarumma a écrit :

hey thanks all for testing.

At least we know it's consistent.
Let's see if somebody has ideas about it.

Let me know how can I help!
Really wish to solve this.

thanks!

--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


On Thu, Mar 7, 2013 at 9:15 AM, batinste dwanaf...@yahoo.fr 
mailto:dwanaf...@yahoo.fr wrote:


Hi

Behaviour confirmed on ubuntu 12.10 64 bits and pd-ext 0.43.4.


On 07/03/2013 02:02, Marco Donnarumma wrote:

hey,

dunno if you remember, but I still have this error (below) and
now I managed to make a small patch that reproduces it (attached).
It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes,
the patch is  unusable and have to kill it, by closing pd.


(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense
software looks similar but has different tags (see below). And I
can't reproduce this one error using a subpatch including a graph
or iem_image (which I use in the Xth Sense)



(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
a4304c0PHOTO
 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did
already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop,
which is a shame :)


--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


___
Pd-list@iem.at  mailto:Pd-list@iem.at  mailing list
UNSUBSCRIBE and account-management 
-http://lists.puredata.info/listinfo/pd-list





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-06 Thread Marco Donnarumma
hey,

dunno if you remember, but I still have this error (below) and now I
managed to make a small patch that reproduces it (attached).
It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the patch
is  unusable and have to kill it, by closing pd.


(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software looks
similar but has different tags (see below). And I can't reproduce this one
error using a subpatch including a graph or iem_image (which I use in the
Xth Sense)



(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags
a4304c0PHOTO
 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, which is
a shame :)


--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


invalid-command-name.tar.gz
Description: GNU Zip compressed data
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-06 Thread Ivica Ico Bukvic
FWIW, I've done a lot of work at cleaning up gop-related bugs in 
pd-l2ork. This is one of them (in other words, pd-l2ork is not affected 
by this). It may not be a bad idea to do some code comparison between 
g_editor.c g_canvas.c and g_graph.c files where most of these reside in 
hope of merging this into regular pd/extended.


On 03/06/2013 08:02 PM, Marco Donnarumma wrote:

hey,

dunno if you remember, but I still have this error (below) and now I 
managed to make a small patch that reproduces it (attached).

It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the 
patch is  unusable and have to kill it, by closing pd.



(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software 
looks similar but has different tags (see below). And I can't 
reproduce this one error using a subpatch including a graph or 
iem_image (which I use in the Xth Sense)




(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags 
a4304c0PHOTO

 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, 
which is a shame :)



--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



--
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound  Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name error

2013-03-06 Thread Pagano, Patrick
start pd with the flag -stderr
i had the same plague with my GEM patches for a week until Iohannes ahd Hans 
noted a solution

pp

From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of Marco 
Donnarumma [de...@thesaddj.com]
Sent: Wednesday, March 06, 2013 8:02 PM
To: pd-list@iem.at
Subject: [PD] found how to reproduce Pd-ext 0.43.4 Tcl Invalid Command Name 
error

hey,

dunno if you remember, but I still have this error (below) and now I managed to 
make a small patch that reproduces it (attached).
It seems related to the Hide flag for a 2nd level nested GOP patch.

it'd be great if somebody could test it on linux and mac.
I'm on Ubuntu Lucid 10.04, pd-ext 0.43.4

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the patch is  
unusable and have to kill it, by closing pd.


(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear


It is worth noting that the error I get with the Xth Sense software looks 
similar but has different tags (see below). And I can't reproduce this one 
error using a subpatch including a graph or iem_image (which I use in the Xth 
Sense)



(Tcl) INVALID COMMAND NAME: invalid command name .x9c4d3b0.c
while executing
.x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags a4304c0PHOTO
 (uplevel body line 283)
 invoked from within
uplevel #0 $cmds_from_pd
\


should i submit a different bug report or add to the one I did already?

thanks in advance for any hint,
this is forcing me to still use pd-ext 0.42.5 during my workshop, which is a 
shame :)


--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list