Feedback
Desktop app closes after startup MessageBox before default window appears
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/331-using-clipboard-creates-a-freeze
- Last updated
- 2026-06-11
Public summary
Desktop apps could close unexpectedly on Windows/Linux when startup code showed a MessageBox before the project's default window appeared. Dismissing the transient dialog could make Avalonia treat it as the last window and shut down the host before Window1 was shown.