Krita 5 crashes when I choose the "Convert to File Layer ..." action from the layer docker. I can pick the path and adjust the settings, but after I click "OK", Krita crashes. There's nothing special about the file. I just created a new one, made a brush stroke and then tried to convert the layer. Here's the link to the crash log ... http://www.argfx.at/upload/kritacrash_01.zip SOFTWARE/OS VERSIONS Windows: 10 64-Bit macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Hi, Andreas! Could you please specify the exact sha1 of the build you have this crash in? It should be either in the package name or in Help->About box. The crash might be related to the patches I did on Friday
Okay, no need for additional info, I can reproduce it here and it **is** related to my patches.
Git commit f9a7cc34815e5f495010cb11d427369a72ad5b14 by Dmitry Kazakov. Committed on 22/11/2021 at 12:14. Pushed by dkazakov into branch 'master'. Fix crash when the destination of sync'ed connection is destroyed It may happen that the destination of KisSynchronizedConnection is destroyed while the signal is being postponed. It shouldn't crash because of that. M +4 -0 libs/global/KisSynchronizedConnection.cpp M +3 -1 libs/global/KisSynchronizedConnection.h M +5 -0 libs/ui/KisApplication.cpp https://invent.kde.org/graphics/krita/commit/f9a7cc34815e5f495010cb11d427369a72ad5b14
Git commit 30b21146f1746287d49289754f4e6a6b38d9925e by Dmitry Kazakov. Committed on 22/11/2021 at 12:14. Pushed by dkazakov into branch 'master'. Fix delivery of synchronized events that come from the GUI thread Now KisSynchronizedConnection behaves as QT::AutoConnection, that is, it delivers events right away, if they are emitted from the GUI thread. It should fix several bugs, when the GUI thread creates temporary KisDocument objects and unittests. M +6 -1 libs/global/KisSynchronizedConnection.cpp M +4 -0 libs/global/KisSynchronizedConnection.h https://invent.kde.org/graphics/krita/commit/30b21146f1746287d49289754f4e6a6b38d9925e
Git commit e6437d5a2a45c050eefe7c64757308d9f085d7df by Dmitry Kazakov. Committed on 25/11/2021 at 11:47. Pushed by dkazakov into branch 'krita/5.0'. Fix crash when the destination of sync'ed connection is destroyed It may happen that the destination of KisSynchronizedConnection is destroyed while the signal is being postponed. It shouldn't crash because of that. M +4 -0 libs/global/KisSynchronizedConnection.cpp M +3 -1 libs/global/KisSynchronizedConnection.h M +5 -0 libs/ui/KisApplication.cpp https://invent.kde.org/graphics/krita/commit/e6437d5a2a45c050eefe7c64757308d9f085d7df
Git commit e93863bf7c46ecb90a788b7d0cc6f394620f1f95 by Dmitry Kazakov. Committed on 25/11/2021 at 11:47. Pushed by dkazakov into branch 'krita/5.0'. Fix delivery of synchronized events that come from the GUI thread Now KisSynchronizedConnection behaves as QT::AutoConnection, that is, it delivers events right away, if they are emitted from the GUI thread. It should fix several bugs, when the GUI thread creates temporary KisDocument objects and unittests. M +6 -1 libs/global/KisSynchronizedConnection.cpp M +4 -0 libs/global/KisSynchronizedConnection.h https://invent.kde.org/graphics/krita/commit/e93863bf7c46ecb90a788b7d0cc6f394620f1f95