-
Notifications
You must be signed in to change notification settings - Fork 698
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
Simultaneous Mouse and multi-touch input Crash (CppWinRT) #7622
Comments
I can confirm this behaviour on Windows 11 in a WinUI3 C# Desktop App. |
This crash is still present in the latest stable version of Windows App SDK 1.2. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
The Crash is still present in the latest Windows App SDK 1.3.3 (1.3.230724000) (released 07/25/2023). So I don't think this issue should be closed! Is anybody working on this issue? |
@chrkon Yes, a fix was checked in a few days ago and is currently going through additional testing. |
This issue seems to be fixed in WASDK 1.4.230811000-preview2 . Although, Simultaneous Pen and multi-touch still produce a similar crash. Please fix the Pen + Touch crash, this crash is a HUGE issue for any Pen apps using WASDK . |
Fixed in 1.4.0. @bpulliam please close this issue as I cannot. :) |
Describe the bug
Simultaneous Mouse and multi-touch input causes an ...... Unhandled exception at 0x00007FF8408A26DB (Microsoft.InputStateManager.dll) in ***.exe: Fatal program exit requested.
Steps to reproduce the bug
Expected behavior
App does not crash
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.1.4
Windows app type
Device form factor
Desktop
Windows version
Windows 11 (21H2): Build 22000
Additional context
Crashes on Windows 10 too
Here is a sample app which will crash by following the repo steps...
https://github.com/SiliconBender/GroupedListViewWinUI3
The text was updated successfully, but these errors were encountered: