-
loicreboursiere
Hi,
I've got a java.lang.StackOverflowError when my messages have at least 16 arguments... If my message have less than 16 it works fine...
Does anybody would have an idea ?
lo¨c
-
loicreboursiere
Thanks for your answer!
The developer of pdj answered me and said it was a bug of some code remaining from previous versions. He should have change that for the next release.
Lo¨c
-
loicreboursiere
Works fine for me ! Thanks for your work !
I've got a macbook pro running OSX 10.5.8 and Pd-extended-0.41.4
-
loicreboursiere
Just found that there was the source code with the linux pdj package.
Checked the MaxObject.java source code as the error was in the _processInlet method and found the condition if(args.length<16) for the incoming message...
Any idea why this 16 limitation ?