What does "reg_object_new: no mobex for u759004976" mean?
Hi all,
When running my patch, I often get this error message in my Max Console.
I cannot pin down where in my patch it occurs because it seems to happen at random.
Every time I run my patch I get three of these errors, always at a different time in the processing.
What does this error mean, and what can I do to get rid of it?
Thanks in advance,
Miguel3d
You probably can't do anything to get rid of it yourself, but you could send your patch to support at cycling74 dot com and we could look into what's causing it.
Same problem here, accompanied by an inexplicable outlet-error.
reg_object_new: no mobex for u833009050
outlet: missing arguments for message "float"
Sharing the patch would require a heck of dependencies which cannot be dynamically listed. Any info meanwhile on what may have caused these errors?
Thanks much!
Tim
This likely results from somewhere in your patch the message "float" is being sent to an object without sending a float value, which is required. That could be a message that you are sending, or from one object to another. So an example patch would be helpful to find any other kinds of issues.
The reg_object_new error is the result of us posting an error message to the max window passing in the outlet pointer itself rather than the outlet's owning object. We'll look into fixing that up, but that part of the message may be considered harmless.
Here's an example that I constructed to trivially reproduce this issue.
