-
Notifications
You must be signed in to change notification settings - Fork 807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on opening 2 files via drag & drop #2548
Comments
Thank you for reporting this. Since AppVEntSubsystem64.dll appears in the call stack, I assume you are running WinMerge in an App-V environment. Is that correct? I'm guessing that this problem is occurring because of the App-V environment, or that the paths being compared are special. I don't currently have an environment where I can use App-V, so I'll see if there's any way to test it. |
Yes you're right, WinMerge is supplied through App-V. Sorry, this completely slipped my mind or I would have mentioned it. |
Although it is not a fundamental fix, commit 8313dcb makes it possible to ignore and continue even if an access violation occurs. |
On my company laptop WinMerge often crashes when I drag 2 files into it. It doesn't happen every time, but it's frequent enough to easily reproduce.
There's nothing special about the files. Usually they are text files smaller than 1MB, but it also happens with other files (including with these crash dumps just now).
I was able to reproduce it on our Windows 11 environment.
Visually what happens is both files are loaded and the diffs are shown, but the window is immediately unresponsive and closes after about a second.
I've had it happen with fresh windows and with windows that already had comparisons open.
W10: WinMergeU.exe.10580.dmp
W11: WinMergeU.exe.15396.dmp
The text was updated successfully, but these errors were encountered: