This crash situation has been observed with the Windows Nightly build (g82a8db752) .zip portable version. In the new Window Layouts tool, if single monitor and dual monitor layouts are set up and saved, then switching between single and dual layouts can cause a crash. This happens often, but not always. It has also been seen to crash when switching between two dual monitor layouts.
Git commit a318e3f9491f773d09c452b1b3681f71d3152009 by Jouni Pentikäinen. Committed on 20/04/2018 at 11:18. Pushed by jounip into branch 'master'. Fix crash when switching to a window layout with "show image in all windows" enabled M +2 -2 libs/ui/KisView.cpp M +2 -0 libs/ui/KisWindowLayoutManager.cpp M +4 -0 libs/ui/KisWindowLayoutResource.cpp https://commits.kde.org/krita/a318e3f9491f773d09c452b1b3681f71d3152009
I have fixed a bug, which is likely behind the crashes you describe. If the crash still occurs after this fix, please reopen the report.
Git commit 95a2e1a8b70410e0381274d13cd78ea7df486acc by Dmitry Kazakov. Committed on 11/09/2023 at 16:07. Pushed by dkazakov into branch 'krita/5.2'. Don't allow closing hidden document views without confirmation The original fix was supposed to ease the multimonitor layouts somehow, but it seems like the feature is just broken and this check does not really change much. Related: bug 474396 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/95a2e1a8b70410e0381274d13cd78ea7df486acc
Git commit 1c0f18bc706889a9e02183e462fd37cf4f7e1d3c by Dmitry Kazakov. Committed on 11/09/2023 at 16:16. Pushed by dkazakov into branch 'master'. Don't allow closing hidden document views without confirmation The original fix was supposed to ease the multimonitor layouts somehow, but it seems like the feature is just broken and this check does not really change much. Related: bug 474396 Original bug whose fix caused the issue: M +2 -2 libs/ui/KisView.cpp https://invent.kde.org/graphics/krita/-/commit/1c0f18bc706889a9e02183e462fd37cf4f7e1d3c