Index: /trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp	(revision 73187)
+++ /trunk/src/VBox/Main/src-server/CloudUserProfileListImpl.cpp	(revision 73188)
@@ -78,4 +78,6 @@
             LogRel(("Content of the line %d is %s \n", i, strLineContent.c_str()));
 
+            //strips the white-space characters from the string. It's needed for strings on Windows with "\n\r".
+            strLineContent = strLineContent.strip();
             if ( strLineContent.startsWith("[") && strLineContent.endsWith("]") )
             {
