A user ran into this message "auncher Could not load configurations" which occurs here
  
  
    
        
          |  | ERROR(MSG_CFG_LOAD_FAIL); | 
    
   
 
Their cause was a binary/text transfer mismatch that caused the yaml to corrupt.
I kind of expected to see "failed to parse yaml on line 1", so the current message is more opaque.
Does configmgr not provide such info when it goes to load up yaml files?