microsoft-ui-xaml icon indicating copy to clipboard operation
microsoft-ui-xaml copied to clipboard

Pen Input in WinUI3 x86 App will cause a crash

Open BradleyBao opened this issue 6 months ago • 1 comments

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 avatar Aug 22 '24 08:08 BradleyBao