https://bugs.kde.org/show_bug.cgi?id=475419
Bug ID: 475419
Summary: Safe assert error when using tablet
Classification: Applications
Product: krita
Version: git master (please specify the git hash!)
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: * Unknown
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I can't reproduce this reliably, so I'm not entirely sure what the trigger is,
but when I bring my pen to the tablet and pan, I occasionally get an error box
with this error:
-------------------------------------------------
Krita has encountered an internal error:
SAFE ASSERT (krita): "!m_d->readyShortcut" in file
/home/appimage/persistent/krita/libs/ui/input/kis_shortcut_matcher.cpp, line
820
Please report a bug to developers!
Press Ignore to try to continue.
Press Abort to see developers information (all unsaved data will be lost)
-----------------------------------------------------------------------------
In terminal, Krita has spit out a number of errors
-----------------------------------------------
qt.qpa.xkeyboard: QXcbKeyboard::handleKeyEvent: key released, but it has no
record in the registry code 37 qtcode 16777249
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
QFSFileEngine::open: No file name specified
SAFE ASSERT (krita): "!m_d->readyShortcut" in file
/home/appimage/persistent/krita/libs/ui/input/kis_shortcut_matcher.cpp, line
820
qt.qpa.xkeyboard: QXcbKeyboard::handleKeyEvent: key pressed, but it is already
present in the registry code 64 qtcode 16777251 registered qtcode 16777251
------------------------------------------------------
The QFSFileEngine errors are probably because my file was not yet saved and I
was pressing ctrl-s from muscle memory :D
This only seems to occur when I have not disabled touch on my Wacom Cintiq. I
think it happens when I try to pan the canvas and the touch gets activated
simultaneously, but I can't reproduce it at will, so I'm not sure.
SOFTWARE/OS VERSIONS
Linux Mint 20.2 Cinnamon
Krita version : 5.2.0-rc1 (git b8ca416)
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.