https://bugs.kde.org/show_bug.cgi?id=464700

--- Comment #9 from amyspark <a...@amyspark.me> ---
Can confirm the crash happens here. After adding an early return to work around
it, I get the following warnings:

krita.general: Unhandled: "/null/FrFX/overprint" class QHash<class
QString,class std::function<void __cdecl(bool)> > false
krita.general: WARNING: ASL style contains non-existent pattern reference!
Searching for uuid:  "c7acb22a-47a6-11de-919a-bf574370eaaf"  (name: 
"Default/orangeslices" )
krita.general: convertAndSetBlendMode: Curve conversion is not implemented yet
krita.general: Unhandled: "/null/DrSh/Cntn" class QHash<class QString,class
std::function<void __cdecl(bool)> > false
SAFE ASSERT (krita): "!localResources.contains(KoResourceSP())" in file
E:\krita-win\src\libs\resources\KisLocalStrokeResources.cpp, line 79

The "Unhandled" warnings refer to your use of drop shadows in the layer, we
don't support those yet.

But moving past that, this looks like the Photoshop file is incomplete. The
layer references a missing pattern, which causes Krita to insert a null pattern
into the list, then remove it, and finally access it outright. Digging further
into this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to