Bug 382079

Summary: Kra files don't open anymore
Product: [Applications] krita Reporter: wolthera <griffinvalley>
Component: File formatsAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla, raghu
Priority: NOR    
Version First Reported In: git master (please specify the git hash!)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: useless feedback.

Description wolthera 2017-07-06 21:38:56 UTC
Created attachment 106476 [details]
useless feedback.

I am on KDE neon, and this might be related to KFramework or Qt dependancies doing weird things, the real reason I am reporting this is that the reasons window is completely and utterly useless in this case.

I cannot figure out which package it is, I cannot figure out what is causing it, there's no hint whatsoever.
Comment 1 wolthera 2017-07-06 22:22:52 UTC
Some more research: Ora files do load correctly. So do pngs, jpegs, etc.

Similarly, when I add to "KisImportExportManager::doImport" two debug statements around KisImportExportFilter::ConversionStatus status =
        filter->convert(m_document, &file, KisPropertiesConfigurationSP());

I get those debug statements, but when I add debug statements to KraImport::convert(), they don't show up.

If this is a dependancy bug, I am worried it's not a temporary one.
Comment 3 Raghavendra kamath 2017-07-07 15:52:42 UTC
Thanks for fixing this issue :)