You are not logged in.

seb

Professional

  • "seb" started this thread

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

1

Friday, February 13th 2004, 10:02am

Kopete hangs when connection to ICQ is started.

For some unbeknowned reason to me, Kopete 0.8 simply hangs - sort of like a windows application which is "not responding", when I try to connect to ICQ. All i can do is a "killall kopete" and restart.

Other protocols such as MSN does not do this. The output of the terminal is as follows, and to me provides no conclusive problem for the crash.

[code:1]
kopete: [void ICQAccount::slotGoOnline()] 21662040: Was OFFLINE, now connecting
kopete: [virtual void ICQAccount::connect()] accountId='21662040'
kopete: [virtual void ICQAccount::setStatus(long unsigned int, const QString&)] new status=0, old status=0
kopete: [virtual void ICQAccount::setStatus(long unsigned int, const QString&)] calling connect(), outgoingStatus=0
kopete: [void ICQAccount::connect(long unsigned int, const QString&)] accountId='21662040', status=0, awaymessage=
kopete: [void ICQAccount::connect(long unsigned int, const QString&)] 21662040: Logging in as 21662040
kopete: [void OscarSocket::doLogin(const QString&, int, const QString&, const QString&, const QString&, long unsigned int, const QString&)] Connecting to 'login.icq.com', port=5190
kopete: [void OscarSocket::doLogin(const QString&, int, const QString&, const QString&, const QString&, long unsigned int, const QString&)] emitting statusChanged(OSCAR_CONNECTING)
kopete: [void OscarAccount::slotOurStatusChanged(unsigned int)] Called; newStatus=10
[/code:1]

seb

Professional

  • "seb" started this thread

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

2

Friday, February 13th 2004, 10:03am

Ahhh.... I have just found the problem...
I needed to open port 5190 on my firewall, and allow icq access to the internet :P.

Maybe this will help other people later :)