Menu

#20 Crashes on Launch

open
None
5
2002-10-23
2002-10-22
Anonymous
No

When I launch kbear is crashes immediately with the
folllowing errors:

QObject::connect: Cannot connect (null)::aboutToShow()
to KBear::fillWindowMenu()
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kbear path = <unknown> pid =
15115

Thank You

Discussion

  • Bj�rn Sahlstr�m

    • assigned_to: nobody --> kbjorn
     
  • Bj�rn Sahlstr�m

    Logged In: YES
    user_id=145300

    This is probably caused by incorrect paths or that KBear is
    installed outside the kde dirtree.
    Make sure that you're login script setup a correct KDE
    environment. If you use a bash shell the file to edit is
    ~/.bash_profile

    Add these lines to the file:
    KDEHOME=$HOME/.kde3
    KDEDIR=where_kde_is_installed
    QTDIR=where_qt_is_installed
    PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
    LD_LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LD_LIBRARYPAT
    H
    LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LIBRARY_PATH
    export KDEDIR QTDIR PATH LD_LIBRARY_PATH

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.