Try to share the errors you get.
My initial guess is that you haven’t initialized your input buffer correctly, so either the receive data process is trying to write outside of the buffer or you are trying to read the data outside of the buffer.
Remember that any OSC message includes:
“OSC Address Pattern” followed by an “OSC Type Tag String” followed by zero or more “OSC Arguments”
1 Like