Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
i had a look, but i can't see where the overflow is coming from in that one.
do you have other patches you can post, that might be to blame?
On Wed, Apr 16, 2014 at 9:22 PM, kate sweeney m.k.sweeney@hotmail.comwrote:
Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hey yes, these are the other subpatches that I have.
Date: Wed, 16 Apr 2014 21:29:55 +0900 Subject: Re: [PD] Error: Stack stack From: hard.off@gmail.com To: m.k.sweeney@hotmail.com CC: pd-list@iem.at
i had a look, but i can't see where the overflow is coming from in that one. do you have other patches you can post, that might be to blame?
On Wed, Apr 16, 2014 at 9:22 PM, kate sweeney m.k.sweeney@hotmail.com wrote:
Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
you've got
[float]x[+ 4]
with the output of the 4 going into the left inlet of [float]. should go to the right inlet.
On Wed, Apr 16, 2014 at 9:37 PM, kate sweeney m.k.sweeney@hotmail.comwrote:
Hey yes, these are the other subpatches that I have.
Date: Wed, 16 Apr 2014 21:29:55 +0900 Subject: Re: [PD] Error: Stack stack From: hard.off@gmail.com To: m.k.sweeney@hotmail.com CC: pd-list@iem.at
i had a look, but i can't see where the overflow is coming from in that one.
do you have other patches you can post, that might be to blame?
On Wed, Apr 16, 2014 at 9:22 PM, kate sweeney m.k.sweeney@hotmail.comwrote:
Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Oh yes, I fixed it!! Thanks a million.
Date: Wed, 16 Apr 2014 21:41:51 +0900 Subject: Re: [PD] Error: Stack stack From: hard.off@gmail.com To: m.k.sweeney@hotmail.com CC: pd-list@iem.at
you've got [float]x[+ 4] with the output of the 4 going into the left inlet of [float]. should go to the right inlet.
On Wed, Apr 16, 2014 at 9:37 PM, kate sweeney m.k.sweeney@hotmail.com wrote:
Hey yes, these are the other subpatches that I have.
Date: Wed, 16 Apr 2014 21:29:55 +0900 Subject: Re: [PD] Error: Stack stack
From: hard.off@gmail.com To: m.k.sweeney@hotmail.com CC: pd-list@iem.at
i had a look, but i can't see where the overflow is coming from in that one. do you have other patches you can post, that might be to blame?
On Wed, Apr 16, 2014 at 9:22 PM, kate sweeney m.k.sweeney@hotmail.com wrote:
Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello,
the 1st thing to do in order to correct the problem is to locate it. you can remove part of the patch to narrow the research.
cheers c
Le 16/04/2014 14:22, kate sweeney a écrit :
Hello,
A continuous "Stack overflow" message is appearing in the console of my project. I think it had something to wiwith [metro] and [float] i have in my sub patches,, but I do not know how to correct it. I've included a screenshot of one of the subpatches/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 04/16/2014 02:33 PM, Cyrille Henry wrote:
the 1st thing to do in order to correct the problem is to locate it.
+1.
you can locate many errors (though not all), by ctrl-clicking on the error-message in the Pd-console, which should highlight the object that sent out the error-message. in the case of a stack-overflow this will be any one of the objects in the loop, but at least it gives you a starting point.
gfrdsa IOhannes
On 04/16/2014 11:16 AM, IOhannes m zmölnig wrote:
On 04/16/2014 02:33 PM, Cyrille Henry wrote:
the 1st thing to do in order to correct the problem is to locate it.
+1.
you can locate many errors (though not all), by ctrl-clicking on the error-message in the Pd-console,
When was that added, and where is it documented?
-Jonathan
which should highlight the object that sent out the error-message. in the case of a stack-overflow this will be any one of the objects in the loop, but at least it gives you a starting point.
gfrdsa IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 04/16/2014 06:39 PM, Jonathan Wilkes wrote:
you can locate many errors (though not all),
for he tech savy: you can locate all error messages that use "pd_error()" or the not-so-new-but-still-newish "logpost()" to emit a message.
by ctrl-clicking on the
error-message in the Pd-console,
When was that added,
afar, 0.43
and where is it documented?
src/CHANGELOG.txt?
then there is [1], which is release announcement of Pd-extended but really lists a lot of features also found in Pd-vanilla.
and every now and then it is mentioned on the list :-)
gfamse IOhannes
[1] http://lists.puredata.info/pipermail/pd-list/2013-01/100666.html
On 04/17/2014 03:49 AM, IOhannes m zmölnig wrote:
On 04/16/2014 06:39 PM, Jonathan Wilkes wrote:
you can locate many errors (though not all),
for he tech savy: you can locate all error messages that use "pd_error()" or the not-so-new-but-still-newish "logpost()" to emit a message.
by ctrl-clicking on the
error-message in the Pd-console,
When was that added,
afar, 0.43
and where is it documented?
src/CHANGELOG.txt?
Nope.
then there is [1], which is release announcement of Pd-extended but really lists a lot of features also found in Pd-vanilla.
and every now and then it is mentioned on the list :-)
Discoverability trick: if the word "error:" is a hyperlink, most users will know that they can interact with that error message. Since clicking a hyperlink is standard behavior in a modern UI, there wouldn't be a (pressing) need to document the behavior.
In addition, a blue, underlined hyperlink fits perfectly with Pd's 1990s motif aesthetic.
-Jonathan
gfamse IOhannes
[1] http://lists.puredata.info/pipermail/pd-list/2013-01/100666.html
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 04/17/2014 06:21 PM, Jonathan Wilkes wrote:
In addition, a blue, underlined hyperlink fits perfectly with Pd's 1990s motif aesthetic.
+1
though it probably should be red (as in "error"). even the 1990s had:
<body link="#FF0000" vlink="#FF0000" alink="#FF0000">
fgmdsr IOhannes