A change to the Liquid binding code caused the test for existing project in RTML to fail wrongly. Rather than if (rr.Project != null) now it must be tested if(rr.IsValidProject).
Huh? This appears to be fixed.