Index: trunk/MagicSoft/Mars/macros/rootlogon.C
===================================================================
--- trunk/MagicSoft/Mars/macros/rootlogon.C	(revision 9538)
+++ trunk/MagicSoft/Mars/macros/rootlogon.C	(revision 9574)
@@ -124,4 +124,10 @@
     MLog::RedirectErrorHandler(MLog::kColor);
 
+    // This initialized the thread factory. This is needed to supress
+    // an error which is displayed if the thread factory is initialized
+    // from another than the main thread (e.g. in the constructor
+    // of MStatusDisplay)
+    TThread::Self();
+
     gInterpreter->AddIncludePath(dir+"macros");
     gInterpreter->AddIncludePath(dir+"manalysis");
