Summary: | Krita crashes when exporting files to JXL, TIF, EXR (haven't tested others) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Kyle Devir <kyle.devir> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | crash | CC: | griffinvalley, kyle.devir |
Priority: | NOR | ||
Version First Reported In: | 5.2.9 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
ICC profile for AOC Q27G3XMN from RTINGS
kwin display settings Broken colour profile? Extracted broken(?) ICC profile |
Description
Kyle Devir
2025-03-15 08:15:08 UTC
Looks like you have a broken icc profile on your system. Could you somehow share that with us, so we can use it for testing? Created attachment 179420 [details]
ICC profile for AOC Q27G3XMN from RTINGS
(In reply to wolthera from comment #1) > Looks like you have a broken icc profile on your system. Could you somehow > share that with us, so we can use it for testing? Done. Though, weirdly, this shouldn't matter, because I'm using DisplayHDR... or maybe that is the problem? It overrides the ICC profile on kwin Wayland supposedly... Created attachment 179421 [details]
kwin display settings
Thanks! Thankfully that display profile isn't the cause of this crash. Did the images you were exporting have any particular display profile, or was it the stock sRGB-elle-V2-srgbtrc one? Created attachment 179422 [details]
Broken colour profile?
Created attachment 179423 [details]
Extracted broken(?) ICC profile
(In reply to wolthera from comment #5) > Thanks! Thankfully that display profile isn't the cause of this crash. Did > the images you were exporting have any particular display profile, or was it > the stock sRGB-elle-V2-srgbtrc one? Extracted culprit ICC profile from image with exiftool Yep! That was the culprit! From what I can see, the problem is that this profile only has a cicp entry (which we do not support reading yet), but no tone response curve encoded whatsoever... Looks like it was made by the jpeg-xl team too. I think we have enough info to fix the bug, now to make a plan. BTW, I forgot to reply to your other comment: Krita doesn't support wayland yet, so it isn't yet integrating with kwin's color management. If you have the color profile in the krita settings set to sRGB, it should be fine for now, kwin, I think will treat Krita, as a non-wayland application, as an sRGB application. We hope to start wayland integration after the Qt6 port is done, which we're well underway on, but it can still take some time. (In reply to wolthera from comment #10) > BTW, I forgot to reply to your other comment: Krita doesn't support wayland > yet, so it isn't yet integrating with kwin's color management. If you have > the color profile in the krita settings set to sRGB, it should be fine for > now, kwin, I think will treat Krita, as a non-wayland application, as an > sRGB application. > > We hope to start wayland integration after the Qt6 port is done, which we're > well underway on, but it can still take some time. kwin actually has HDR support now, so I've been waiting eagerly to test that out :) |