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

Summary: KBFX does not work at all
Product: TDE Reporter: d1337r <d1337r>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella, rom_as, slavek.banko
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: amd64   
OS: Kubuntu Lucid   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Backtrace for crash.
No any plugin present crash patch

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.