-
Notifications
You must be signed in to change notification settings - Fork 334
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) #3257
Comments
Any updates on a fix to this crash? Again, this will crash all Apps built with the WASDK. |
This crash is still present in WASDK 1.4 preview. Please fix!! |
I'm experiencing the same crash, when using pen and touch input at the same time. Using Microsoft.WindowsAppSDK 1.3.230602002. It usually happens when I do the touch input, especially with multiple touch points, while the cursor from the pen is still visible. |
Just to provide some more context, here's what the app is writing to the debug output just before the crash:
And here's the callstack:
This crash is really critical for our app, since its core functionality involves simultanious use of pen and touch. It would be great to at least get a workaround for this issue. Nothing we can do on our side, since it's a fatal crash happening in the internals of the sdk. |
Closing as dup of microsoft/microsoft-ui-xaml#8022. Note that it seems there is a similar issue with pen and multi-touch: microsoft/microsoft-ui-xaml#8813 |
Hey @codendone, #8022 is closed as a dupe of this one. Is that intentional? |
@stevenbrix I corrected the duplicate id in microsoft/microsoft-ui-xaml#8022 to microsoft/microsoft-ui-xaml#7622. That bug is fixed in 1.4. The pen plus multi-touch issue mentioned above, microsoft/microsoft-ui-xaml#8813, is still active and not fixed. |
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
Run a Windows App SDK 1.2.2 App
Simultaneously use the Mouse and two figures .
App crashes...
Expected behavior
App does not crash!!!
Screenshots
NuGet package version
Windows App SDK 1.2.1: 1.2.221116.1
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: