Sourcetree on windows 10

Ronald Ruijs October 21, 2017

Hello, 

I downloaded sourcetree 2.3.1, does not start on my W10 PC. REfer to sourctree.log content below. Any ideas?

//

ERROR [2017-10-21 22:19:05,527] [1] [SourceTree.App] [.ctor] - finish EnsureSquirrelExecutionStubIsCopied
ERROR [2017-10-21 22:19:05,707] [1] [SourceTree.App] [OnStartup] - Failed to start
System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
   bij SourceTree.Notifications.NotificationsManager.SetOwner(NotificationDialogWindow notificationWindow)
   bij SourceTree.Notifications.NotificationsManager.ShowNotificationDialog[T](NotificationDialogWindow notificationWindow, Tuple`2 customAction, VistaTaskDialogIcon icon)
   bij 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)
   bij SourceTree.Notifications.NotificationsManager.ShowNotificationDialogWithYesConfirmation(String title, String message, String details)
   bij SourceTree.Configuration.WpfSpellCheckerPreFlightCheck.Run()
   bij SourceTree.AppRoot.RunPreFlightChecks()
   bij SourceTree.AppRoot.OnStartup(StartupEventArgs e)
   bij SourceTree.App.OnStartup(StartupEventArgs e)
ERROR [2017-10-21 22:19:14,499] [1] [SourceTree.App] [.ctor] - finish EnsureSquirrelExecutionStubIsCopied
ERROR [2017-10-21 22:19:14,700] [1] [SourceTree.App] [OnStartup] - Failed to start
System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
   bij SourceTree.Notifications.NotificationsManager.SetOwner(NotificationDialogWindow notificationWindow)
   bij SourceTree.Notifications.NotificationsManager.ShowNotificationDialog[T](NotificationDialogWindow notificationWindow, Tuple`2 customAction, VistaTaskDialogIcon icon)
   bij 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)
   bij SourceTree.Notifications.NotificationsManager.ShowNotificationDialogWithYesConfirmation(String title, String message, String details)
   bij SourceTree.Configuration.WpfSpellCheckerPreFlightCheck.Run()
   bij SourceTree.AppRoot.RunPreFlightChecks()
   bij SourceTree.AppRoot.OnStartup(StartupEventArgs e)
   bij SourceTree.App.OnStartup(StartupEventArgs e)

//

1 answer

0 votes
Tayyab Bashir
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2017

Hi, This is a known problem which is fixed in version 2.3.2.0.

You can fix this by navigating to
(C:\Users\{USERNAME}\AppData\Local\Atlassian\SourceTree.exe_{RANDOM_GUID}\2.3.1.0\user.config) and find the following line:

<setting name="AutomaticallyCleanUpDictionaryFiles" serializeAs="String"> 
<value>True</value>
</setting>

If the value is set to False, make sure you set the value to True

Ronald Ruijs October 24, 2017

Thanks, that did the trick!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events