Shoutbox

Need help with NudgesTool & SendTo script - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Need help with NudgesTool & SendTo script (/showthread.php?tid=85069)

Need help with NudgesTool & SendTo script by sykotik on 07-29-2008 at 08:19 PM

Hi guys,

I seem to be having problems with these two scripts.

The NudgesTool script suddenly stopped working, everytime i try to send more than 1 Nudges it says "You cannot send a nudge that often"

& For the SendTo script, If i chose "Launch Contact Selector" nothing would appear in the context menu whereas if i selected "Display All Online Contacts" nothing would appear as in the picture below.

[Image: 730200841016amde0.jpg]

I have tried uninstalling Messenger and MsgPlus! but i still get the same problem.

quote:
ERROR MSG FROM DEBUG WINDOW

Function called: OnWndPreferencesEvent_CtrlClicked
Error: Automation server can't create object (code: -2146827859)
       File: _sendTo.js. Line: 420.
Function OnWndPreferencesEvent_CtrlClicked returned an error. Code: -2147352567

This is from the SendTo script after selecting the "Display All Online Contacts" option
RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-29-2008 at 08:53 PM

Your issue with SendTo seems a bug in the coding, I am checking on that right now. (have you restarted WLM and your PC yet?)

It's a typo

To fix this, go to Messenger Plus! Live's root directory (default: C:\Program Files\Messenger Plus! Live), then Scripts\SendTo, open "_sendTo.js" with Notepad, go to line 420 ([CTRL] + [G]) and replace it with:

code:
var oShortcut = new ActiveXObject('WScript.Shell').CreateShortcut(sFilename);


This _should_ be the trick. Strange, the contact selector works for me (Windows Vista, Messenger Plus! 4.60.0.326, WLM 8.5.1302.1018)

Can you give some debugging info for NudgesTools?
RE: Need help with NudgesTool & SendTo script by sykotik on 07-30-2008 at 05:43 AM

quote:
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Function called: OnEvent_SigninReady
Error: Automation server can't create object (code: -2146827859)
       File: _sendTo.js. Line: 420.
Function OnEvent_SigninReady returned an error. Code: -2147352567

Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Function called: OnWndPreferencesEvent_CtrlClicked
Function called: OnWndPreferencesEvent_CtrlClicked
Error: Automation server can't create object (code: -2146827859)
       File: _sendTo.js. Line: 420.
Function OnWndPreferencesEvent_CtrlClicked returned an error. Code: -2147352567

this is after replacing line 420. it still doesnt work, im not sure why but if i choose contact selector or display all online contacts both shows the same error. it used to work before.



quote:
Function called: OnEvent_Signin
Error: Automation server can't create object (code: -2146827859)
       File: NudgesToolsScript.js. Line: 36.
Function OnEvent_Signin returned an error. Code: -2147352567

as for nudgestool script, the error seems to be the same but when i nudge twice it doesnt show any error, except in the convo menu it says "You may not send a nudge that often" error
RE: Need help with NudgesTool & SendTo script by sykotik on 07-30-2008 at 07:02 AM

the SendTo script seems to be working now, but the NudgesTool still says "You may not send a nudge that often" error


RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-30-2008 at 03:13 PM

Have you tried to upgrade to WLM 8.5 (if possible)?


RE: Need help with NudgesTool & SendTo script by Spunky on 07-30-2008 at 05:35 PM

quote:
Originally posted by sykotik
the SendTo script seems to be working now, but the NudgesTool still says "You may not send a nudge that often" error

I think you have to patch messenger to allow it to send more thanone every x seconds
RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-30-2008 at 05:38 PM

That's what NTS *should* do (in the memory).. I currently have a patch for WLM which removes the nudge delay, but I can't find the uninstaller anymore (so I cannot confirm that issue).


RE: Need help with NudgesTool & SendTo script by Spunky on 07-30-2008 at 05:42 PM

quote:
Originally posted by SmokingCookie
That's what NTS *should* do (in the memory)..

Depending on the version of WLM (if it's 9.0 or an earlier version than accounted for in the script), it may be patching the wrong part of the memory and thus they're getting that message
RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-30-2008 at 05:49 PM

Then it's a matter of waiting for sykotik to provide his WLM version..


RE: Need help with NudgesTool & SendTo script by sykotik on 07-31-2008 at 05:35 AM

hey guys thanks for the helping, appreciate it. my WLM version is 8.5.1302.1018, the NTS says it supports this version but apparently i dont know why i cant send more than 1 nudge


RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-31-2008 at 05:37 AM

Hmm, this is rather serious..

Perhaps you can patch Messenger, I have found a very good patch..


RE: Need help with NudgesTool & SendTo script by sykotik on 07-31-2008 at 05:57 AM

Any ideas why?


RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-31-2008 at 06:00 AM

Nope, but the problem is solved now ;)


RE: Need help with NudgesTool & SendTo script by sykotik on 07-31-2008 at 06:04 AM

yeah and thanks to you :)


RE: Need help with NudgesTool & SendTo script by SmokingCookie on 07-31-2008 at 06:10 AM

No problem ;)