| Summary: | CMYK JXL files are causing krita to crash | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | dnovomesky |
| Component: | File formats | Assignee: | amyspark <amy> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | griffinvalley, qampidh |
| Priority: | NOR | ||
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/merge_requests/1673/diffs?commit_id=f29ba0207dab24117a53b1f2e98fae484cf05b80 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | various JPEG XL files | ||
|
Description
dnovomesky
2022-12-15 18:09:37 UTC
Assigning amy, as they're responsible for the jxl support. I can't reproduce the crash on 5.1.4 or 5.2.0 master [9d2afb5b], but instead the image just failed to load. Also, I believe we are still currently removed the CMYK support for JXL for now? (In reply to Kampidh from comment #2) > I can't reproduce the crash on 5.1.4 or 5.2.0 master [9d2afb5b], but instead > the image just failed to load. > > Also, I believe we are still currently removed the CMYK support for JXL for > now? Do you use build with libjxl 0.7 ? When it is not found, JXL support is not working. I get segmentation fault on Linux with krita-5.2.0-prealpha-9d2afb5b7e-x86_64.appimage (In reply to dnovomesky from comment #3) > (In reply to Kampidh from comment #2) > > I can't reproduce the crash on 5.1.4 or 5.2.0 master [9d2afb5b], but instead > > the image just failed to load. > > > > Also, I believe we are still currently removed the CMYK support for JXL for > > now? > > Do you use build with libjxl 0.7 ? When it is not found, JXL support is not > working. > > I get segmentation fault on Linux with > krita-5.2.0-prealpha-9d2afb5b7e-x86_64.appimage I tested it with win10 system. Anyway I confirmed the crash happens when opening the file from File->Open or right clicking the file on explorer and "Open with -> Krita". Crash didn't happen when drag-dropping the image to Krita's window, but just didn't load as I specified before. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1673 |