Krita crashes on loading a document
Francisco Fernandes
francisco.fernandes.j at gmail.com
Wed Jun 20 19:40:48 UTC 2012
Hello everyone!
I created a local branch to work in my project and did a little coding to
see if my paintop
loaded properly. To do it, I recompiled all over again in a clean build to
avoid problems with
previous configurations.
Some of the messages I put in the code says that the plugin is loading
fine,
but krita crashes when I click the "Create" initial screen (the custom
document window).
I had this problem previously, without modifying the code, so I believe
it's not related with my code.
I pasted some outputs so you could see the messages:
http://pastebin.kde.org/504458/ (Kcrash )
http://pastebin.kde.org/504476/ (krita exec)
http://pastebin.kde.org/504482/ (path config and kbuildsycoca4)
Reading the KCrash report, there is a problem when emitting the signal
*resourceChanged* in *setResource*:
void KoCanvasResourceManager::setResource(int key, const QVariant &value)
> {
> qDebug() << "Setting resource. Key : " << key << "Variant :" << value;
> // I wrote this line
> d->manager.setResource(key, value);
> emit resourceChanged(key, value);
> }
>From the debug message I got this output before the crash:
> ...
> libpng warning: Duplicate iCCP chunk
> libpng warning: Duplicate iCCP chunk
> libpng warning: Duplicate iCCP chunk
> libpng warning: Duplicate iCCP chunk
> libpng warning: Duplicate iCCP chunk
> libpng warning: Duplicate iCCP chunk
> *Setting resource. Key : 6007 Variant : QVariant(KisPaintOpPresetSP, )
> **Setting resource. Key : 345681743 Variant :
> QVariant(TextEditingPluginContainer*, ) *
> *Setting resource. Key : 2 Variant : QVariant(KoShapeStroke, ) *
> KCrash: Application 'krita' crashing...
> KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
>
> sock_file=/home/chicao/Projetos/C++/kde4/home/./socket-muladhara/kdeinit4__0
> Warning: connect() failed: : Arquivo ou diretório não encontrado
> KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi directly
Does anyone have a clue what might be the problem and how fix it?
--
____________________________________________________________________________
Francisco Fernandes (AKA: Chicao)
..........................................................................................
Blog: http://pedepinico.blogspot.com
Identi.ca: http://identi.ca/chicao
Twitter: http://twitter.com/__chicao
..........................................................................................
"Quem de boa vontade carrega o difícil, também carrega o menos difícil..."
Lao Tsé - Tao Te Ching
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kimageshop/attachments/20120620/be0d4d0a/attachment.html>
More information about the kimageshop
mailing list