| Summary: | Qt6: Fetching News crashes on Windows | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Freya Lupen <penguinflyer2222> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | dimula73, halla |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.0.0-beta1 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Freya Lupen
2026-02-06 13:58:23 UTC
So it's an upstream bug that we can fix by building with a different version of Qt, right? Yes, it should be fixable by updating Qt (in theory it should be safe to update to 6.8.3...), or just backporting the few-lines patch to our current Qt until we manage to fix issues with 6.9+. Git commit 05a047196fb798550cc4536aca525711f5b574fd by Dmitry Kazakov. Committed on 11/02/2026 at 10:50. Pushed by dkazakov into branch 'transition.now/qt6'. [ext_qt] Fix the crash when Krita tries to fetch news on Qt6 A cherry-pick of this upstream patch: https://codereview.qt-project.org/c/qt/qtbase/+/597083 M +1 -1 ext_qt/CMakeLists.txt https://invent.kde.org/packaging/krita-deps-management/-/commit/05a047196fb798550cc4536aca525711f5b574fd Hi, Freya! Could you please check the latest nightly if you still have a crash for it? I have cherry-picked the Qt patch into our build of Qt, so this build should have it now. https://origin.cdn.kde.org/ci-builds/graphics/krita/krita-6.0/windows/ Yes, the News works fine in 6.0.1-prealpha-0ee42d29. Thanks a lot for testing! :) |