Crash in main when saving any setting with SUI #13818

Open
opened 2026-01-31 03:52:57 +00:00 by claunia · 0 comments
Owner

Originally created by @PankajBhojwani on GitHub (May 17, 2021).

Windows Terminal version (or Windows build number)

main

Other Software

N/A

Steps to reproduce

Note, this is separate from #10003.

Repro:

  1. Open SUI
  2. Click 'Save'
  3. Crash

Did some digging and it seems that we have an unhandled exception when trying to navigate back to the last selected item in the SUI (in MainPage::UpdateSettings, in the SettingsNav().SelectedItem(item) call on lines 139 and 152).

Expected Behavior

No crash

Actual Behavior

Crash

Originally created by @PankajBhojwani on GitHub (May 17, 2021). ### Windows Terminal version (or Windows build number) main ### Other Software N/A ### Steps to reproduce Note, this is separate from #10003. Repro: 1. Open SUI 2. Click 'Save' 3. Crash Did some digging and it seems that we have an unhandled exception when trying to navigate back to the last selected item in the SUI (in `MainPage::UpdateSettings`, in the `SettingsNav().SelectedItem(item)` call on lines 139 and 152). ### Expected Behavior No crash ### Actual Behavior Crash
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13818