If you call renderLayout with an explicit view more than once in a request, the second call will throw an exception `can't compare Complex Object Type Struct with a String`
I will attach a test case.
I believe the problem is on line 210 of Renderer.cfc:
But the first argument to setExplicitView should be the view name (string) followed by module (string), and args (struct).