Reputation: 31
Ever since my most recent update to SourceTree, version 2.2, it's crashed after every external merge I've done. My tool of choice is TortoiseMerge.
Has anyone gotten the same behaviour and, if so, know how to resolve the issue?
Upvotes: 3
Views: 415
Reputation: 11693
I have the same problem. When doing a KDiff merging, at the moment of saving the merged file : SourceTree stops working. The file is however correctly saved but I have to restart SourceTree each time.
This appends since I updated to version 1.8.2.
This is the Window log trace:
SourceTree.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non gérée.
Informations sur l'exception : System.NullReferenceException
Pile :
à SourceTree.ViewModel.VisualMergeWindowViewModel.MergeProcessOnCompleted(System.Object, System.EventArgs)
à SourceTree.Utils.RepoProcess.OnCompleted()
à SourceTree.Utils.RepoProcess.DoCompletionFunctions()
à System.Diagnostics.Process.RaiseOnExited()
à System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
à System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(System.Object, Boolean)
I need a solution to keep using SourceTree UI for launch merging process. Help!
I may have a temporary solution:
Launch the external merging tool:
Hope that help! It works for me
Upvotes: 1
Reputation: 1
See this link:
https://jira.atlassian.com/browse/SRCTREEWIN-4499
you can use terminal and git mergetool command
Upvotes: 0