Page 1 of 1

GPIO/Remoting Error changing from UDP to TCP in OSC

Posted: 13 Apr 2019 21:10
by phonic
After changing from UDP to TCP in Open Sound Control and clicking to enable, I get the error below every time I restart ProppFrexx, and clicking continue closes the programme. I've disabled OSC for the moment so ProppFrexx can be used.

13-Apr-19 8:02:08 PM [v4.0.5.25]:********** Error/Exception Information **********
Error Message: The requested address is not valid in its context
Error Type: System.Net.Sockets.SocketException
Error Source: System.Void DoBind(System.Net.EndPoint, System.Net.SocketAddress)
********** System Stack Trace **********
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at ProppFrexx.RemoteControl.Osc.TcpServer.Start()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
********** End **********

Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Posted: 13 Apr 2019 22:46
by radio42
Seems you have specified an invalid endpoint address?!
With what other device or software do you try to use OSC? As by default it should use UDP.

Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Posted: 13 Apr 2019 23:29
by phonic
yes silly mistake. pointing to the wrong IP. I was able to change it while the error message was still on screen. I did not expect it would crash ProppFrexx though.

Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Posted: 13 Apr 2019 23:43
by radio42
Yes, it shouldn’t - I’ll see to prevent this.

Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Posted: 15 Apr 2019 12:16
by radio42
Should now be fixed in v4.0.5.27.