Not able to send OSC with standalone (MacOS Sequoia)

mike's icon

Hello forum,

I am trying to send OSC Messages form a standalone. Everything is working fine inside Max.

The standalone asks the first time opening for the rights to use the local network, which I allowed. Then everything works as expected till the next reboot.

Then I am not able to send OSC messages anymore. I found out, if I switch off and switch on again the Local Network property for my standalone in the privacy preferences, OSC will work again.

My standalone is located in my user folder.
Is there something I could set at the standalone object?
Has anybody solved this problem?

I am grateful for any help!

My system is: MacBook M3, Sequoia 15.2, Max 8.6.5

Best,
Mike

Rob Ramirez's icon

we've heard reports that upgrading the OS to the latest 15 point release fixed similar network issues. might be worth trying.

mike's icon

Thanks Rob for the fast response!
Will do that and report.

mike's icon

Hello all,

Just want to give feedback that updating to Sequoia 15.5 solved the problem.
The standalone asks the first time opening for the rights to use the local network.
If set it will work permanently.

These were steps to generate the standalone
- make standalone
- sudo xattr -cr standalonePath (don't know if it is necessary)
- codesign -s - -f standalonePath (don't know if it is necessary)

Best,
Mike

Rob Ramirez's icon

thanks much for sharing your results and steps