Index: /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp	(revision 105913)
+++ /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp	(revision 105914)
@@ -1066,10 +1066,10 @@
     }
 
-    rc = vboxTrayLogCreate(szLogFile[0] ? szLogFile : NULL);
+    rc = VbglR3Init();
     if (RT_SUCCESS(rc))
     {
         LogRel(("Verbosity level: %d\n", g_cVerbosity));
 
-        rc = VbglR3Init();
+        rc = vboxTrayLogCreate(szLogFile[0] ? szLogFile : NULL);
         if (RT_SUCCESS(rc))
         {
