What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need help with NudgesTool & SendTo script

Pages: (2): « First [ 1 ] 2 » Last »
Need help with NudgesTool & SendTo script
Author: Message:
sykotik
New Member
*


Posts: 6
Joined: Jul 2008
O.P. Huh?  Need help with NudgesTool & SendTo script
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

This post was edited on 07-29-2008 at 08:36 PM by sykotik.
07-29-2008 08:19 PM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Need help with NudgesTool & SendTo script
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?

This post was edited on 07-29-2008 at 09:08 PM by SmokingCookie.
07-29-2008 08:53 PM
Profile PM Find Quote Report
sykotik
New Member
*


Posts: 6
Joined: Jul 2008
O.P. RE: Need help with NudgesTool & SendTo script
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
07-30-2008 05:43 AM
Profile E-Mail PM Find Quote Report
sykotik
New Member
*


Posts: 6
Joined: Jul 2008
O.P. RE: Need help with NudgesTool & SendTo script
the SendTo script seems to be working now, but the NudgesTool still says "You may not send a nudge that often" error
07-30-2008 07:02 AM
Profile E-Mail PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Need help with NudgesTool & SendTo script
Have you tried to upgrade to WLM 8.5 (if possible)?

This post was edited on 07-30-2008 at 03:14 PM by SmokingCookie.
07-30-2008 03:13 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Need help with NudgesTool & SendTo script
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
<Eljay> "Problems encountered: shit blew up" :zippy:
07-30-2008 05:35 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Need help with NudgesTool & SendTo script
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).
07-30-2008 05:38 PM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Need help with NudgesTool & SendTo script
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
<Eljay> "Problems encountered: shit blew up" :zippy:
07-30-2008 05:42 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Need help with NudgesTool & SendTo script
Then it's a matter of waiting for sykotik to provide his WLM version..
07-30-2008 05:49 PM
Profile PM Find Quote Report
sykotik
New Member
*


Posts: 6
Joined: Jul 2008
O.P. RE: Need help with NudgesTool & SendTo script
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
07-31-2008 05:35 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On