Let me start by saying this is not (necessarily) a particularly helpful bug report because I don't have the M1 on my desk for debugging purposes. But I'm reporting it in case it pops up for someone else, or if it confirms something already imagined.
I have a composition that plays 4K spherical movies. I originally developed it on Intel Mac Mini using version 2.2.1. The client then runs it on a M1 Mac Mini. No problems with that.
The composition provides the user the ability to scrub fast forward in the movie, I use the "Set Time" input to achieve this after getting the movie timestamp from the "Get Frames Values".
I then upgraded Vuo to 2.4. Now on the clients M1 the built app regularly crashes during fast forward.
As a test, I reverted to 2.2.1, no crashes.
Have you been able to reproduce the problem?:
●●● — Yes, the problem occurs consistently when I follow the steps above
When sending OSC string-messages to MA3 lighting consoles (www.malighting.com) over localhost at least, using more than one message input in the "Send OSC Messages" node leads to unexpected results at the receiving end. When using more than one input, it seems they are enclosed in parentheses () which are then not read as multiple addresses/values by the receiver. Further, the parenthesis are in some messages replaced with the number 4 for some reason.
Have you been able to reproduce the problem?:
●●● — Yes, the problem occurs consistently when I follow the steps above
Have you found a workaround?:
Using one "Send OSC Messages" per message produces the intended result.
Other notes:
I'm not sure if the problem is according to the MA implementation of OSC or if it is on Vuo's end. They are extremely rigid about implementations sticking to the spec, so if there are different conventions for implementing OSC, they might have gone for the strictest approach.
I also can't discover MA as an OSC Device from Vuo.
As I already had similar problem on my laptop: https://vuo.org/node/2209
It might be something similar - something GPU related, but this is happening on my desktop. I have 2 nVidias 1070 Ti.(no Intel iris.) This time no 3d nodes involved, I tried on very simple composition jus to see.It doesnt really affect the funcionality of Vuo though.