Bug 326671 - opening *.ora crash , Invalid document: no file 'maindoc.xml'
Summary: opening *.ora crash , Invalid document: no file 'maindoc.xml'
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: git master (please specify the git hash!)
Platform: Compiled Sources Linux
: NOR critical
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 10:23 UTC by David REVOY
Modified: 2013-10-30 16:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David REVOY 2013-10-26 10:23:59 UTC
Hi, 
Since around 5 days , Git master crash on opening *.ora. A dialog appear before.

Dialog :
" Could not open /home/deevad/Atelier/speed/11-story-intro-frame-B_001.ora
Reason: Invalid document: no file 'maindoc.xml'. "

clicking 'ok' button ( only button ) crash Krita.

from a terminal :
[deevad@workstation]$ krita 11-story-intro-frame-C_001.ora 
Compiled for arch: ::Vc::AVXImpl 
Features supported: 
	 "SSE2" 	---	 yes 
	 "SSSE3" 	---	 yes 
	 "SSE4.1" 	---	 yes 
	 "AVX " 	---	 yes 
"KConfigIni: In file /home/deevad/.kde/share/icons/oxyfaenza-master/index.theme, line 31: " Invalid entry (missing '=') 
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
krita(24132)/koffice (lib komain): ERROR: No maindoc.xml 

I'm wainting with 'git checkout' here : http://quickgit.kde.org/?p=calligra.git&a=commit&h=15c1749105a7e7cc56b646a66919c29646f8653a since this time on my production machine as all my production files use *.ora. 

Note : Krita crash also here opening templates from the start menu.
Comment 1 Halla Rempt 2013-10-26 13:41:10 UTC
Ack, I found that last night, too. I'm on the case, but haven't got a fix yet.
Comment 2 David REVOY 2013-10-26 13:57:07 UTC
Thanks to work on this one Boud.  
No hurry, I'm on a safe place for my production with 'git log' and 'git checkout'  :-)
Comment 3 Halla Rempt 2013-10-30 14:40:26 UTC
Git commit 35a12b8f02a6c6dabc8e55fe50f5decd9e303540 by Boudewijn Rempt.
Committed on 30/10/2013 at 13:07.
Pushed by rempt into branch 'master'.

ORA is not a 'native' mimetype of Krita, but handled through filters

M  +0    -1    krita/ui/kis_doc2.h

http://commits.kde.org/calligra/35a12b8f02a6c6dabc8e55fe50f5decd9e303540
Comment 4 David REVOY 2013-10-30 16:58:27 UTC
I tested, and it does look perfectly fixed. I'm back to 'Head master' . Thanks !