Skip to content
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

Pen Input in WinUI3 x86 App will cause a crash #9916

Open
BradleyBao opened this issue Aug 22, 2024 · 1 comment
Open

Pen Input in WinUI3 x86 App will cause a crash #9916

BradleyBao opened this issue Aug 22, 2024 · 1 comment
Labels
area-Pointer bug Something isn't working Crash whenever user reports a crash or app freeze team-CompInput Issue for IXP (Composition, Input) team

Comments

@BradleyBao
Copy link

Describe the bug

WinUI3 x86 App cannot handle pen input.
As long as you click the window (besides title bar) will cause a crash. Click on title bar / Drag the title bar will not cause the crash.

Steps to reproduce the bug

  1. Package your app in x86 (or you can create a new one)
  2. Use Pen Tablets to click the window (besides title bar)
  3. Crash due to an unhandled exception (The program ##### has exited with code 3221226525 (0xc000041d).)

Expected behavior

The app is expected to function properly.

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.5.6: 1.5.240802000

Windows version

Windows 11 (22H2): Build 22621

Additional context

Pen Input can be handled properly on x64 platform.
I only tested Pen Tablets, not sure about the others like touch screen.

@BradleyBao BradleyBao added the bug Something isn't working label Aug 22, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Aug 22, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@codendone codendone added team-CompInput Issue for IXP (Composition, Input) team area-Pointer Crash whenever user reports a crash or app freeze and removed needs-triage Issue needs to be triaged by the area owners labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Pointer bug Something isn't working Crash whenever user reports a crash or app freeze team-CompInput Issue for IXP (Composition, Input) team
Projects
None yet
Development

No branches or pull requests

2 participants