You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. start server
2. start client
3. ./OscGroupClient <hostname> 22242 22243 22244 22245 michela <password> syna
<gpassword>
What is the expected output? What do you see instead?
Sending UDP via a PD patch (connect localhost 22244) and listening to localhost
22245. Nothing being received, no error from server
Client shows connection as below but server shows this error regularly for each
connection (like a heartbeat, no relation to whether UDP data being sent on
22244 or not)
Thu Sep 15 06:02:59 2011: error while parsing message: wrong argument type
Client:
oscgroupclient
connecting to group 'syna' as user 'michela'.
using server at IP:22242 with external traffic on local port 22243
--> send outbound traffic to localhost port 22244
<-- listen for inbound traffic on localhost port 22245
running...
press ctrl-c to end
What version of the product are you using? On what operating system?
Latest OSX build locally on 10.6.8, svn checkout for server on Centos 5.5
Please provide any additional information below.
Original issue reported on code.google.com by mich...@modprods.com on 15 Sep 2011 at 10:07
The text was updated successfully, but these errors were encountered:
I am seeing a similar error when using a C++ implementation of TUIO protocol
which uses oscpack internally. I get these errors for each TUIO message:
error parsing TUIO message: /tuio/2Dcur - wrong argument type
error parsing TUIO message: /tuio/2Dobj - wrong argument type
I got this error after moving to a 64bit system. I dont know if the OP is also
using a 64bit kernel, but perhaps this error is caused somehow on 64bit systems?
I am using 64bit Ubuntu Oneiric Ocelot (11.10).
Original comment by ara...@gmail.com on 17 Nov 2011 at 6:45
Thanks for the report. This issue should be resolved now with the latest
oscpack and oscgroups. Either with SVN head or the latest snapshot zipfile.
Please reopen this ticket if the problem returns.
Original comment by ross.bencina on 24 Jun 2013 at 2:08
Original issue reported on code.google.com by
mich...@modprods.com
on 15 Sep 2011 at 10:07The text was updated successfully, but these errors were encountered: