Page 1 of 1

problems with vrpn connection

Posted: Mon Oct 30, 2017 9:13 am
by amani
Currently, I am using openvibe for motor imagery based brain machine interface. But I got a hard problem when using vrpn. Here is the details:

When I run the code to send the data from OpenVibe to VS2013, an error was accured.
For openvibe:
vrpn: Connection request received from 127.0.0.1: 127.0.0.1 23998
vrpn_Endpoint::connect_tcp_to: getprotobyname() failed.
vrpn_Endpoint::setup_new_connection: Can't write cookie.
vrpn_Connection_IP::handle_connection(): Can't set up new connection!


while for vs:
vrpn_poll_for_accept: getprotobyname() failed.
vrpn_Endpoint: mainloop: Can't poll for accept
vrpn_Connection::pack_message: Can't pack because the connection is broken
vrpn_Connection::pack_message: Can't pack because the connection is broken
vrpn_Connection::pack_message: Can't pack because the connection is broken
vrpn_Connection::pack_message: Can't pack because the connection is broken
vrpn_Connection::pack_message: Can't pack because the connection is broken
vrpn_Connection::pack_message: Can't pack because the connection is broken


I followed the introduction of how to use vrpn on the website and I dont know what is wrong with my project.

I would appreciate it if anyone can help me. Thanks!

Re: problems with vrpn connection

Posted: Tue Oct 31, 2017 2:56 am
by amani
Problem has been solved! I deleted the protocol file in C disk by mistaken.

Re: problems with vrpn connection

Posted: Thu Nov 02, 2017 12:34 pm
by jtlindgren
Its surprising that the thing still launches and doesn't give a good warning message if something is missing.

But good to hear you got it sorted!


Cheers,
Jussi