By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 368 - KBFX does not work at all
Summary: KBFX does not work at all
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: amd64 Kubuntu Lucid
: P5 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2010-10-27 08:57 CDT by d1337r
Modified: 2012-10-19 15:40 CDT (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Backtrace for crash. (4.19 KB, application/octet-stream)
2012-06-22 08:27 CDT, Roman Savochenko
Details
No any plugin present crash patch (433 bytes, patch)
2012-06-22 14:23 CDT, Roman Savochenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description d1337r 2010-10-27 08:57:06 CDT
No matter if I install KBFX from source code or Trinity's repositories on my amd64 machine, I get a following error message when adding it to a panel:

Не удаётся загрузить аплет KBFX Spinx. Проверьте вашу установку.

(Cannot load KBFX Spinx applet. Check your installation.)

kbfxconfigapp runs fine, but trying to add an applet always results in a failure.
Comment 1 Roman Savochenko 2012-06-22 08:27:36 CDT
Created attachment 690 [details]
Backtrace for crash.

In my case kbfx crash on placing to panel into code part:
KbfxPlasmaPluginLoader::getView ( TQString name )
{
        PluginMap::Iterator it;
        for ( it = pluginMap().begin(); it != pluginMap().end(); ++it )
        {
                pluginMap().remove ( it );
        }
        init();
        KbfxDataStack * stack = pluginMap() [name]->data(); //crash here

        if (stack == 0 ) {
            return new KbfxDataStack();
        }

        return stack;
}

Possible that is after some core API changes. On original 3.5.10 kbfx work fine.
Comment 2 Roman Savochenko 2012-06-22 14:23:45 CDT
Created attachment 693 [details]
No any plugin present crash patch

(In reply to comment #1)
> In my case kbfx crash on placing to panel into code part:
>         KbfxDataStack * stack = pluginMap() [name]->data(); //crash here
The crash caused by no any plugin present into installation.
That is not critical but patch included.
Comment 3 Slávek Banko 2012-07-05 12:27:26 CDT
Problem with loading fixed in GIT hash c7b11825.
Potencial crash fixed in GIT hash 31eb731c.