-
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
Using touch with WinUI3 crashes the app #8145
Labels
Comments
The context:
|
Simultaneous Mouse and multi-touch input crashes Apps too |
bpulliam
added
team-CompInput
Issue for IXP (Composition, Input) team
and removed
needs-triage
Issue needs to be triaged by the area owners
labels
Jul 7, 2023
@wbokkers can you provide more details ? your steps say run your app, but no details on what that app is. If you can share a small repro, that would be helpful. Touch on WinUI3 gallery seems to be working fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
When using touch in the app, the app crashes.
It seems to happen when using other Window instances.
The crash happens in this method: Microsoft_ui_xaml!CInputServices::UnregisterCrossSlideViewport+73
This method tries to read from address 0000
Here's the stack:
Steps to reproduce the bug
Expected behavior
No crash
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.2.3: 1.2.230118.102
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: