-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Environment
- Git Extensions 5.2.1.18061
- Build 0d74cfd
- Git 2.48.1.windows.1
- Microsoft Windows NT 10.0.22631.0
- .NET 8.0.14
- DPI 144dpi (150% scaling)
- Portable: False
Issue description
System.Runtime.InteropServices.COMException (0x80010001): Wywołanie zostało odrzucone przez wywoływanego. (0x80010001 (RPC_E_CALL_REJECTED))
at Window EnvDTE.DTE.get_MainWindow()
at async Task<bool> GitUI.VisualStudioIntegration.TryOpenFileInRunningInstanceAsync(string filePath) in C:/projects/gitextensions/src/app/GitUI/VisualStudioIntegration.cs:line 72
at async void GitUI.VisualStudioIntegration.OpenFile(string filePath)+(?) => { } in C:/projects/gitextensions/src/app/GitUI/VisualStudioIntegration.cs:line 41
at async Task GitUI.TaskManager.HandleExceptionsAsync(Func<Task> asyncAction, Func<Exception, Task> handleExceptionAsync) in C:/projects/gitextensions/src/app/GitExtUtils/GitUI/TaskManager.cs:line 32
Click Right Mause Button on file -> Open in Visual Studio
Steps to reproduce
- Came back from the weekend
- Open Git Extension
- Open project
- Click Commit
- Click Right Mouse Button on file in unstaged files panel
- Open in Visual Studio
- Crash
This happened to me for the second time after I came back from the weekend, and VS had been running the whole time.
After reopening, the error does not appear.
This error may have something to do with the fact that I have monitors connected to DisplayPort and after turning them off the desktop switches.
Did this work in previous version of GitExtensions?
No response
Diagnostics
No response