@SchrodingerCat , do you happen to have touch-support on your device?
It only has a touchpad, but I’m not sure if that counts as touch support.
So, the most common crash you were dealing with was already fixed in the touch refactor branch, but it got backported to stable. It should be in the next krita plus, and the next bugfix release.
There’s a bunch of other shortcut fixes in the touch branch too, but we want to do more testing, so it will probably be in the bugfix release after the next bugfix release.
Hi, @SchrodingerCat!
Thank you for your backtraces. I have fixed the latest crash, the fix should appear in the nightlies soon. Others are in the progress now.
There is one crash in your log, that happened when you activated some python plugin. Do you remember what plugin it was?
The crash on python plugin activation should also be gone now: Fix crashes when a python plugin requests an invalid action path (c91dee3f) · Commits · Graphics / Krita · GitLab
Though I still wonder what plugin it was ![]()
The crash on image creation when a key held should also be fixed now: Fix a possible crash on image creation on Windows (7c693688) · Commits · Graphics / Krita · GitLab
Hi, @SchrodingerCat!
All four crashes you have your logs (except of the transform-tool one, which has unusable backtrace) should be fixed now!
The layer properties crash is fixed here: Fix channel-flags-related crashes when converting image color space (d027a38d) · Commits · Graphics / Krita · GitLab
And the text tool crash is a duplicate of this bug, which has been fixed in April 2026: https://bugs.kde.org/show_bug.cgi?id=518305