STEPS TO REPRODUCE 1. New File 2. Create from Clipboard 3. Create 4. missing color profile prompt appears 5. close or cancel 6. crash OBSERVED RESULT crash EXPECTED RESULT clipboard image in krita SOFTWARE/OS VERSIONS Linux: 6.2.11-arch1-1 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9
Please try to reproduce with the appimage, not the arch build, and with a clean configuration. If it's reproducible under those circumstances, we can try to look deeper into what's wrong on your system.
I ran krita as an appimage and the same problem occurred(In reply to Halla Rempt from comment #1) > Please try to reproduce with the appimage, not the arch build, and with a > clean configuration. If it's reproducible under those circumstances, we can > try to look deeper into what's wrong on your system. I ran krita as an appimage and the same problem occurred
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information.
Thanks for testing!
Git commit e9443fb3cce2d1ac877ce111b4587f42bf57b747 by Halla Rempt. Committed on 23/04/2023 at 09:04. Pushed by rempt into branch 'master'. Replace assert with null pointer check The assert here is wrong because it's perfectly valid for KisClipboard::instance()->clip to return a null pointer, for instance when the user cancels the profile dialog. M +1 -5 libs/ui/widgets/kis_image_from_clipboard_widget.cpp https://invent.kde.org/graphics/krita/commit/e9443fb3cce2d1ac877ce111b4587f42bf57b747