BMS-Malcolm
BMS-Malcolm
Changed the formatting of my message so hopefully the bot catches that I added repro steps. Working on getting a repo up of a basic maui app that experiences this...
Added a repository with directions for it
I used snipping tool to show an example of me receiving the crash, and then dragged up event viewer to show the event viewer entry https://github.com/user-attachments/assets/fd0093e8-f3de-44e9-83c0-a89ba5e20888
> What are your pc specifications? (pc, cpu, gpu models, ram amount, touch type, windows version) Do you repro the issue both in debug and release? Processor Intel(R) Core(TM) i5-8400...
Could you try using a weaker computer to do it? The frequency seems to scale inversely with computer strength. Also last week we made an update adding ``` ``` to...
If it is helpful at all in the discovery process, here is another input related bug that stems from the InputStateManager.dll Not exactly the same bug as mine, but the...
@PureWeen I installed the new Maui 10 workload and the newest visual studio update and created a fresh template project with dotnet maui 10. https://github.com/BMS-Malcolm/basic-maui-app-10 The issue appears to still...
@DrCSharp Were you able to nail down a specific Windows SDK version that resolves this? We are currently using ``` ``` And it helped compared to not referencing any SDK...