dr-skot / oscp5

Automatically exported from code.google.com/p/oscp5
0 stars 0 forks source link

ArrayIndexOutOfBoundsException occurs when using OSC-Bundle via TCP #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ArrayIndexOutOfBoundsException occurs when using OSC-Bundle via TCP.

What steps will reproduce the problem?

see attached oscP5bundleTcp.pde file.
1. Initialize oscP5 for TCP
2. Send OSC-Bundle to the server
3. The server occurs ArrayIndexOutOfBoundsException when parsing OSC-Bundle

What is the expected output? What do you see instead?

the expected output is OSC-Bundle was parsed normally.
following error occurs instead.

### EXCEPTION java.lang.ArrayIndexOutOfBoundsException
### [2012/6/17 7:46:7] PROCESS @ TcpClient.dispose TcpClient closed.
### [2012/6/17 7:46:7] PROCESS @ TcpServer removing TcpClient.
### [2012/6/17 7:46:7] PROCESS @ TcpClient.dispose TcpClient closed.

What version of the product are you using? On what operating system?
0.9.8

Please provide any additional information below.

attached oscP5bundleTcp.pde file is a code to represent the issue,
and OscPatcher.java is a version of fix the issue.

Original issue reported on code.google.com by esma...@gmail.com on 16 Jun 2012 at 11:12

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, implemented and fixed with 0.9.9

Original comment by soj...@gmail.com on 23 Dec 2012 at 6:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r10.

Original comment by soj...@gmail.com on 23 Dec 2012 at 6:49