hi
what does this error-mesage mean: 'Consistency check failed: canvas_create_editor' ? i get it, when i dynamically open patches by messages to pd. as far as i can say it happens only when in try to open bigger patches (>30kB). is this caused by an error in my programming or a problem in pd? is there a way to avoid this?
thanx
roman
It's a bug... I'll see if I can reproduce it.
cheers Miller
On Mon, Oct 18, 2004 at 11:26:23PM +0200, Roman Haefeli wrote:
hi
what does this error-mesage mean: 'Consistency check failed: canvas_create_editor' ? i get it, when i dynamically open patches by messages to pd. as far as i can say it happens only when in try to open bigger patches (>30kB). is this caused by an error in my programming or a problem in pd? is there a way to avoid this?
thanx
roman
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi
some more precise description of the problem: i send a message [symbol patchname( to my patch, which
(sometimes very gui-intensive subpatches with many canvasses) the sequence of these 3 actions is defined by a [t b b b], so they happen at the same logical time (is that correct?). if i delay the last msg, which shows all guis, with [del], i won't get the 'consistency check failed'-error anymore. but is not a real solution.
roman
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu To: "Roman Haefeli" reduzierer@yahoo.de Cc: "post pd-msg" pd-list@iem.kug.ac.at Sent: Friday, November 05, 2004 10:14 PM Subject: Re: [PD] 'Consistency check failed: canvas_create_editor'?
It's a bug... I'll see if I can reproduce it.
cheers Miller
On Mon, Oct 18, 2004 at 11:26:23PM +0200, Roman Haefeli wrote:
hi
what does this error-mesage mean: 'Consistency check failed: canvas_create_editor' ? i get it, when i dynamically open patches by messages to pd. as far as i
can
say it happens only when in try to open bigger patches (>30kB). is this
caused
by an error in my programming or a problem in pd? is there a way to
avoid
this?
thanx
roman
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
Hi again...
I can't seem to get this to happen... what OS are you using?
M
On Sat, Nov 06, 2004 at 08:49:04PM +0100, Roman Haefeli wrote:
hi
some more precise description of the problem: i send a message [symbol patchname( to my patch, which
- opens the specified patch
- sends a [vis 0(-msg to it
- sends a [vis 1(-msg to a subpatch of it, which contains all the guis
(sometimes very gui-intensive subpatches with many canvasses) the sequence of these 3 actions is defined by a [t b b b], so they happen at the same logical time (is that correct?). if i delay the last msg, which shows all guis, with [del], i won't get the 'consistency check failed'-error anymore. but is not a real solution.
roman
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu To: "Roman Haefeli" reduzierer@yahoo.de Cc: "post pd-msg" pd-list@iem.kug.ac.at Sent: Friday, November 05, 2004 10:14 PM Subject: Re: [PD] 'Consistency check failed: canvas_create_editor'?
It's a bug... I'll see if I can reproduce it.
cheers Miller
On Mon, Oct 18, 2004 at 11:26:23PM +0200, Roman Haefeli wrote:
hi
what does this error-mesage mean: 'Consistency check failed: canvas_create_editor' ? i get it, when i dynamically open patches by messages to pd. as far as i
can
say it happens only when in try to open bigger patches (>30kB). is this
caused
by an error in my programming or a problem in pd? is there a way to
avoid
this?
thanx
roman
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu
I can't seem to get this to happen... what OS are you using?
windows 98 and XP (pd 0.37.4) i'll try to make an example-patch. the patch i'm using now, is a little mess.
i'll post it.
roman
M
On Sat, Nov 06, 2004 at 08:49:04PM +0100, Roman Haefeli wrote:
hi
some more precise description of the problem: i send a message [symbol patchname( to my patch, which
- opens the specified patch
- sends a [vis 0(-msg to it
- sends a [vis 1(-msg to a subpatch of it, which contains all the guis
(sometimes very gui-intensive subpatches with many canvasses) the sequence of these 3 actions is defined by a [t b b b], so they
happen at
the same logical time (is that correct?). if i delay the last msg, which shows all guis, with [del], i won't get
the
'consistency check failed'-error anymore. but is not a real solution.
roman
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu To: "Roman Haefeli" reduzierer@yahoo.de Cc: "post pd-msg" pd-list@iem.kug.ac.at Sent: Friday, November 05, 2004 10:14 PM Subject: Re: [PD] 'Consistency check failed: canvas_create_editor'?
It's a bug... I'll see if I can reproduce it.
cheers Miller
On Mon, Oct 18, 2004 at 11:26:23PM +0200, Roman Haefeli wrote:
hi
what does this error-mesage mean: 'Consistency check failed: canvas_create_editor' ? i get it, when i dynamically open patches by messages to pd. as far
as i
can
say it happens only when in try to open bigger patches (>30kB). is
this
caused
by an error in my programming or a problem in pd? is there a way to
avoid
this?
thanx
roman
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
----- Original Message ----- From: "Miller Puckette" mpuckett@man104-1.ucsd.edu
Hi again...
I can't seem to get this to happen... what OS are you using?
so,
i attached an example package, which contains 3 patches with many guis and one with only a few.
open _open_first.pd
when i click one of the msg-box, i get the error.
tested with the same result on winXP and MacOSX.
roman