Can Not Login v3.81

Talk about anything about MSN Messenger for mIRC or leave some comments.
Post Reply
Guest

Can Not Login v3.81

Post by Guest »

Hi, I have just downloaded your script, GREAT idea.

I have a problem, I can not login at all. I did the debug thing i read on here and here is what i am getting

v3.81
---- Message of the Day ----
Version 3.81 has been released, a very minor update - only worth it if you can't connect.
*** Connecting...
*** Connected
VER 0 MSNP8 CVR0

NO Contacts appear and it just hangs doing nothing.

Thanks for any help.

Snowy
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Re: Can Not Login v3.81

Post by andyc »

Can you paste what line 224 of msn.mrc contains?

Ctrl-G to jump to a line.
Guest

Re: Can Not Login v3.81

Post by Guest »

Hi Thanks

Code: Select all

  if ( VER $calc(%msn.main - 1) MSNP8 isin %msn.data ) {
    hadd -m messenger session $calc($hget(messenger,session) + 1) 
    sendmsn CVR %msn.main 0x0409 winnt 5.1 i386 MSMSGS 4.7.3001 WindowsMessenger %msn.user 
  }
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Re: Can Not Login v3.81

Post by andyc »

OK well it looks like you're not getting anything back from the MSN server.

Have you tried disabling any firewalls (including the windows firewall)?

Type:

/set %msn.server messenger.msn.com

and ensure that connections can be made on port 1863 to that server.
Guest

Re: Can Not Login v3.81

Post by Guest »

I dont have windows firewall on and i have opened the ports on my router but i still can not connect. I typed that line but now get the message when trying to connect

-
* /sockwrite: 'msn' not connected (line 196, msn.mrc)
-

:( Sorry for the hassle.

Snowy
Guest

Re: Can Not Login v3.81

Post by Guest »

I dont know if this matters, i cant see why it should be i am connected through psyBNC
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Re: Can Not Login v3.81

Post by andyc »

You are connected to an IRC server through psyBNC?

If you're trying to connect to MSN through that then you may have a problem. It's very odd that you get nothing at all back from the MSN servers.

Try typing the following as soon as you see "VER 0 MSNP8 CVR0" appear:
/sockwrite -n msn VER 0 MSNP8 CVR0

Try to disable any kind of BNC thing you are using.

It's not hassle by the way!
Post Reply