< Back to IRCAM Forum

Socket-error when opening patch

Hi All,
I am having problems with opening a patch. This is the error message:
An error of type socket-error occurred: ERROR 48: cannot bind to local.

The patch uses osc-receive and reactivity enabled. It seems to me that it tries to bind to a port upon startup since I got the same error when interacting with a osc-receive after starting the receive thread.
Different workspaces didn’t help and the same error occurs on windows 10 and OsX 13.6.2.

Thank you in advance for your time.

Best Alex

Dear Alex,

Can you send the patch in question so I can see what’s wrong?

Best
K

Hi Karim,

here is the patch I can’t load. It also uses the OM Alea library. The problems only started after using osc-receive though.

Thanks for your help!

markov_firstorder.omp (81.0 KB)

Ok here is your patch.
DON’T use reactivity along with OSC! That’s what caused it not to open.
And an advice, don’t use reactive mode At ALL!

markov_firstorder2.omp (81.0 KB)

Best
K

Thank you very much!

Best Alex