You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! My customer experienced this crash. I cannot reproduce it, but could you assist me in fixing it or at least provide some information about it?
Steps to reproduce the bug
I don't have the exact steps, but I have StackTrace for this exception:
ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0 (Int32 hr)
System.Runtime.InteropServices.COMException: Invalid operation identifier. The WinUI Desktop Window object has already been closed.
Problematic line: flyout.ShowAt(window.Content, new FlyoutShowOptions
I was looking at your implementation in "src/libs/H.NotifyIcon.Shared/TaskbarIcon.ContextMenu.WinUI.SecondWindow.cs" I can guess that somewhere the window is closed. Do you have any idea about it?
Expected behavior
No exception throw
Screenshots
No response
NuGet package version
2.1.3
Platform
WinUI
IDE
Visual Studio 2022
Windows Version
Windows 11
WindowsAppSDK Version
Other
WindowsAppSDK Type
Packaged
Manifest
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
We can try to recover from this if an exception occurs. The big problem here is that different versions of Windows and WindowsAppSDK create a large matrix, which can have bugs at different points in time. And it is incredibly difficult to support this without large investments in creating UI tests for this entire matrix. And even so, it can still fall over time due to some reasons like sleep/wake up, for example.
I am unlikely to be able to do this for free anytime soon.
Describe the bug
Hi! My customer experienced this crash. I cannot reproduce it, but could you assist me in fixing it or at least provide some information about it?
Steps to reproduce the bug
I don't have the exact steps, but I have StackTrace for this exception:
Problematic line:
flyout.ShowAt(window.Content, new FlyoutShowOptions
I was looking at your implementation in "src/libs/H.NotifyIcon.Shared/TaskbarIcon.ContextMenu.WinUI.SecondWindow.cs" I can guess that somewhere the window is closed. Do you have any idea about it?
Expected behavior
No exception throw
Screenshots
No response
NuGet package version
2.1.3
Platform
WinUI
IDE
Visual Studio 2022
Windows Version
Windows 11
WindowsAppSDK Version
Other
WindowsAppSDK Type
Packaged
Manifest
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: