Help with constant crashes, please..
It's not crashing here, but I do get dozens of "OSC-route: No such object" messages in the Max window. Perhaps it's related to something in that patcher.
Sorry, sure that's because you don't have the OSC-route object (CNMAT) installed in your externals folder.
This is a patch controlled with Lemur app for iPad, and i'm using OSC and many OSC-route objects.
I know. I was just wondering if the crash might be related to the inclusion of those objects in your patcher.
Have a look in the task manager. The reason the patch is crashing is the memory usage is continually increasing until it reaches 2GB which is the Max 32 bit limit. I don't have time to identify the exact problem but it's possible you may have some form of infinite loop. I'd suggest checking all the processes that happen when the patch loads. To help keep track of these issues it may be helpful to have a single initialisation subpatcher triggered by a single loadbang rather than loadbangs spread throughout various subpatchers.
The reason it may not be crashing for others is because they may have run it in 64 bit and it would therefore take longer to reach the memory limit and they may have exited the patch before the crash.