microsoft-ui-xaml
microsoft-ui-xaml copied to clipboard
Pen Input in WinUI3 x86 App will cause a crash
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
- Package your app in x86 (or you can create a new one)
- Use Pen Tablets to click the window (besides title bar)
- 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.