TCP Send Failed

About the GUI application to design signal processing pipelines
Post Reply
maz0005
Posts: 1
Joined: Thu Apr 11, 2019 9:38 pm

TCP Send Failed

Post by maz0005 »

I'm trying to read data from an Analog server in the OpenVibe Designer tool, but when I run my c++ executable, I can see that the designer tool sees my program trying to connect, but I get the following error: "TCP send failed, Can't send UDP msg, cookie handling failed, Connection was deleted while 1 references still remain." Must I be a sudo user to create the connection? The only reason I ask is because I am running the application on a school computer and don't have the option of becoming a sudo user. I was told that if I'm trying to connect via a port above 1024, which I am, then it shouldn't be an administrative issue. I am also running Ubuntu.

Post Reply