problem in connecting

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

problem in connecting

Post by Guest »

-
* /background: no such file 'H:\mIRC\@Messenger' (line 121, msn.mrc)
-
* /background: no such file 'H:\mIRC\@Messenger' (line 121, msn.mrc)
-
it doessent do anything at all and this comes in status i guess this must be the reason can anyone help on it ?
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Can you change line 121 to:

Code: Select all

if ( %msn.background == $yes ) { background @Messenger $shortfn($scriptdir) $+ bg.jpg } 
and let me know if that fixes it?

Many thanks.
LP-Morpheus

Post by LP-Morpheus »

I have that problem too, and your proper notes doesn't fix it. :(

Code: Select all

* /background: no such file 'C:\Program Files (x86)\mIRC\@Messenger' (line 121, msn.mrc)
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

This seems to happen only on Vista computers, it could even be a bug in mIRC.

Can you tell me what it says when you type:

//echo -a $shortfn($scriptdir) $+ bg.jpg

Also, what does it say when you type:

//echo -a $version
Guest

Post by Guest »

Yes, of course!

Code: Select all

C:\PROGRA~2\mIRC\bg.jpg
and

Code: Select all

6.3
In addition, I use Windows XP Professional 64-Bit, so I think it would be a problem too, cause mIRC uses C:/Program Files (x86)/ directory.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

OK thanks.

I've tracked this down to a problem with the script and mIRC 6.3, and am fixing it now.
LP-Morpheus

Post by LP-Morpheus »

Dear andyc!

Maybe, your fix does work, but when I have installed the newest script and type "/MSN", the following error will showed up:

Code: Select all

ERROR: You do not have the SSL dll's installed correctly, you may need to restart mIRC. See SSL.txt in the MSN for mIRC directory for information on how to enable SSL support (don't worry, it's very simple!)
Of course, the libeay32.dll and ssleay32.dll are in C:/Program Files (x86)/mIRC/. I hope you can fix it too and I could use soon mIRC for MSN at last. :oops:
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Not too sure what to suggest here.

MSN for mIRC simply reads the $sslready flag set by mIRC. mIRC sets this to $true if it loads the dll's successfully. If it's $false then you get the error you've seen.

Try copying the two dll's to your c:\windows\system32 directory, that's the other place mIRC tries to find them.

Failing that (which shouldn't really fail!), you could try downloading MSN for mIRC 3.63 again, I've slipstreamed an update in that means that MSN for mIRC will fall back on another connection method if SSL doesn't work.
Helloman

Post by Helloman »

I got message

/did: invalid parameters (line 371, msndialog.mrc)

I use mirc 6.2 with invincible script.
thanks
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

LP-Morpheus wrote:Dear andyc!

Maybe, your fix does work, but when I have installed the newest script and type "/MSN", the following error will showed up:

Code: Select all

ERROR: You do not have the SSL dll's installed correctly, you may need to restart mIRC. See SSL.txt in the MSN for mIRC directory for information on how to enable SSL support (don't worry, it's very simple!)
Of course, the libeay32.dll and ssleay32.dll are in C:/Program Files (x86)/mIRC/. I hope you can fix it too and I could use soon mIRC for MSN at last. :oops:
This problem should now be fixed, there's a third dll that you also need in the mIRC directory.

If you redownload version 3.63 from the site you'll find the new dll in there.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Helloman wrote:I got message

/did: invalid parameters (line 371, msndialog.mrc)

I use mirc 6.2 with invincible script.
thanks
Odd - shouldn't happen.

Try typing:

Code: Select all

/set %msn.user youremailaddress@hotmail.com
And then trying /msn again.
Helloman

Post by Helloman »

Nothing.
Something is not good with the Invincible script
pearl_drx3freca@gmail.com

Re: problem in connecting

Post by pearl_drx3freca@gmail.com »

Anonymous wrote:-
* /background: no such file 'H:\mIRC\@Messenger' (line 121, msn.mrc)
-
* /background: no such file 'H:\mIRC\@Messenger' (line 121, msn.mrc)
-
it doessent do anything at all and this comes in status i guess this must be the reason can anyone help on it ?
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

Have you tried the latest version from the MSN for mIRC site?
Post Reply