https://bugs.kde.org/show_bug.cgi?id=455541
--- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f409ceb9faf236d302a13d5866aae3907bc5e036 by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 15/08/2022 at 10:55. Pushed by dkazakov into branch 'krita/5.1'. Fix crash on incorrect brush preset metadata Before this commit, if you tried to open a brush preset that had incorrect brush metadata (for example any brush saved in Krita 5.1 beta 1, with < changed to < etc.), Krita would crash. This commit ensures it will not crash in that case. It's not an ideal solution, because there is no way to propagate the information about the issue and the safe assert around line 370 in KisBrushBasedPaintOpSettings::regenerateResourceCache() would still be fired. However it's less disruptive for the user. M +6 -0 plugins/paintops/libpaintop/kis_brush_based_paintop_settings.cpp https://invent.kde.org/graphics/krita/commit/f409ceb9faf236d302a13d5866aae3907bc5e036 -- You are receiving this mail because: You are watching all bug changes.