I am using Windows 11. Performing the following steps in SourceTree results in an error in WinMerge.
Doing so results in the following error on the second instance of WinMerge:
ファイルが開けません
C:\Users\Username\AppData\Local\Temp\git-blob-a09008\Filename
Path not found: C:\Users\Username\AppData\Local\Temp\git-blob-a09008\Filename
Hi @岡本 朋之
Welcome to the Atlassian community!
I guess WinMerge is set to "Allow only one instance running" (Options > General), so the second Ctrl+D sends the new file pair to the already open WinMerge window instead of starting a fresh process. SourceTree already cleans up the first diff's temp blob folder by the time the reused window tries to load it, hence the path not found error.
I would try unchecking that single instance option in WinMerge (Options > General > uncheck "Allow only one instance to run"), or simply close the first WinMerge window before pressing Ctrl + D on the next file. Both stop SourceTree from reusing a session tied to an already deleted temp folder.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.