Try commenting out the acts of all the classes except the lighter class (which means you do not comment out the act of AnimatedActor either) and see if it works then. If so, un-comment one act at a time to find out which one may be causing the problem. If you are able to narrow it down to one act, try un-commenting each part of it individually to see where in the act you are creating the problem.
In the event that the problem persists after commenting out all the acts, try commenting out each part of the lighter act (I would start with the last 'if' first).

