SourceTree on my workstation was recently updated - currently version 2.3.1. Although I didn't explicitly update it, I know it was updated because the icon changed on my task bar.
Now, since the last reboot, when I try to start SourceTree, nothing happens.
Looking into sourcetree.log, the following is logged: (As you can see it's getting a NullReferenceException and quitting)
What do I do?
Thanks, in advance, for any help you can lend.
Mel
( I've edited this point 3 times now to update things, and now it says SPAM?? Really? It is NOT spam. I need a resolution to this problem. )
--------------------
ERROR [2017-09-18 20:25:41,868] [1] [SourceTree.App] [.ctor] - finish EnsureSquirrelExecutionStubIsCopied
ERROR [2017-09-18 20:25:41,968] [1] [SourceTree.App] [OnStartup] - Failed to start
System.NullReferenceException: Object reference not set to an instance of an object.
at SourceTree.Notifications.NotificationsManager.SetOwner(NotificationDialogWindow notificationWindow)
at SourceTree.Notifications.NotificationsManager.ShowNotificationDialog[T](NotificationDialogWindow notificationWindow, Tuple`2 customAction, VistaTaskDialogIcon icon)
at SourceTree.Notifications.NotificationsManager.ShowNotificationDialog[T](String title, String message, Tuple`2 customAction, String cancelLabel, String suppressionSetting, Action`1 suppressionChangedAction, Object contentControl, String contentCommandLabel, Action contentAction)
at SourceTree.Notifications.NotificationsManager.ShowNotificationDialogWithYesConfirmation(String title, String message, String details)
at SourceTree.Configuration.WpfSpellCheckerPreFlightCheck.Run()
at SourceTree.AppRoot.RunPreFlightChecks()
at SourceTree.AppRoot.OnStartup(StartupEventArgs e)
at SourceTree.App.OnStartup(StartupEventArgs e)