You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Calculator application crashes unexpectedly when performing certain calculations or when opened under specific conditions.
Steps To Reproduce
1. Open the Windows Calculator.
2. Perform a calculation (e.g., add or multiply large numbers).
3. Attempt to switch between different modes (Standard, Scientific, Programmer).
4. Observe that the application crashes after a few operations.
Expected Behavior
The calculator should perform calculations and switch between modes without crashing or freezing.
Device and Application Information
• OS Build: $(Environment::OSVersion.Version)
• Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)
• Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)
• Region: $((Get-Culture).Name)
• Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))
Additional Context
The issue seems to occur more frequently when using the Scientific mode, especially after performing multiple calculations in quick succession.
Requested Assignment
I’m just reporting this problem. I don’t want to fix it.
The text was updated successfully, but these errors were encountered:
The Windows Calculator application crashes unexpectedly when performing certain calculations or when opened under specific conditions.
Steps To Reproduce
Expected Behavior
The calculator should perform calculations and switch between modes without crashing or freezing.
Device and Application Information
Additional Context
The issue seems to occur more frequently when using the Scientific mode, especially after performing multiple calculations in quick succession.
Requested Assignment
I’m just reporting this problem. I don’t want to fix it.
The text was updated successfully, but these errors were encountered: