So, I’m trying to debug an issue I’m having with my rig when it gets evaluated in serial/parallel mode, and I’m attempting to use the dbtrace command as documented here:
According to the docs, the way I’m using the trace should output a list of nodes that don’t evaluate correctly, and the plug/attribute that is missing/throwing the error. Something like this:
Detected missing dependencies on frame 56
{
A.output <-x- B
A.output <-x- C [cluster]
}
Detected missing dependencies on frame 57
{
A.output <-x- B
A.output <-x- C [cluster]
}
However, when I run the trace, it will say that it detects missing dependencies, but will not display the nodes that are in error, like this:
150:56:41.311080 | Detected missing dependencies on frame 0
150:56:41.311097 | {
150:56:41.359292 | }
150:56:41.378312 | Detected missing dependencies on frame 1
150:56:41.378329 | {
150:56:41.424479 | }
I was wondering if anyone has run into this before and has an idea of what’s going on/what I might be doing wrong.
Thanks in Advance!


