kotobuki / funnel

Automatically exported from code.google.com/p/funnel
Other
2 stars 2 forks source link

Processing lib crushes #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Gainer I/Oを接続する
2. Funnel 008 beta/5(r468)をセットアップする
3. 以下のスケッチを実行する

What is the expected output? What do you see instead?
ただスケッチを走らせているだけなのに、早ければ数秒、��
�くても1時間以内に以下
の例外が発生して停止してしまう。

Exception in thread "NotifyThread"
java.lang.StringIndexOutOfBoundsException: String index out of range: 7
       at java.lang.String.checkBounds(String.java:372)
       at java.lang.String<init>(String.java:457)
       at
com.illposed.osc.utility.OSCByteArrayToJavaConverter.isBundle(Unknown Source)

Please use labels and text to provide additional information.
r468
Mac OS X 10.5.4
Windows XP SP2
Processing 0135/0148

Original issue reported on code.google.com by kotob...@gmail.com on 19 Sep 2008 at 9:54

GoogleCodeExporter commented 8 years ago
I found that Client.send() was not synchronized, now synchronized. This issue 
was
fixed in r470.

Original comment by kotob...@gmail.com on 19 Sep 2008 at 9:55