What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » script gone from under script icoon main msn window

script gone from under script icoon main msn window
Author: Message:
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: RE: script gone from under script icoon main msn window
quote:
Originally posted by pollolibredegrasa
In addition to the above, check the registry at HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live\GlobalSettings\Scripts\<scriptname>
as there may be one or two settings left over after removing the script. Try removing these (if any) and reinstall the script.

If that still doesn't work, look at the script debugger to see if there are errors that are stopping it from starting properly.



These are the errors I get from the debug:

Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Function called: OnEvent_ContactListWndCreated
Function called: OnGetScriptMenu
Error: 'sEmails' is null or not an object (code: -2146823281)
       File: _MenuFunctions.js. Line: 11.
Function OnGetScriptMenu returned an error. Code: -2147352567
Function called: OnEvent_Uninitialize
Script has been stopped
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: unknown (code: -2147319779)
       File: _RegObject.js. Line: 26.
Error: unknown (code: -2147319779)
       File: _RegObject.js. Line: 26.
Error: unknown (code: -2147319779)
       File: _RegObject.js. Line: 26.
Function OnEvent_Initialize returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Error: 'sEmails' is null or not an object (code: -2146823281)
       File: _MenuFunctions.js. Line: 11.
Function OnGetScriptMenu returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Error: 'sEmails' is null or not an object (code: -2146823281)
       File: _MenuFunctions.js. Line: 11.
Function OnGetScriptMenu returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Error: 'sEmails' is null or not an object (code: -2146823281)
       File: _MenuFunctions.js. Line: 11.
Function OnGetScriptMenu returned an error. Code: -2147352567
Function called: OnGetScriptMenu
Error: 'sEmails' is null or not an object (code: -2146823281)
       File: _MenuFunctions.js. Line: 11.
Function OnGetScriptMenu returned an error. Code: -2147352567
Found the nasty bugger!

In script file:

_MenuFunctions.js

Line: 6

if(sEmails != false)

Should be:

if(sEmails != null)


I remember fixing this bug the first time i used this script, but damn that was ages ago!
02-12-2010 04:15 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
script gone from under script icoon main msn window - by Yustme on 02-12-2010 at 11:24 AM
RE: script gone from under script icoon main msn window - by djdannyp on 02-12-2010 at 11:41 AM
RE: RE: script gone from under script icoon main msn window - by Yustme on 02-12-2010 at 11:45 AM
RE: script gone from under script icoon main msn window - by Chris4 on 02-12-2010 at 02:40 PM
RE: RE: script gone from under script icoon main msn window - by Yustme on 02-12-2010 at 02:49 PM
RE: script gone from under script icoon main msn window - by pollolibredegrasa on 02-12-2010 at 02:52 PM
RE: RE: script gone from under script icoon main msn window - by Yustme on 02-12-2010 at 04:15 PM
RE: script gone from under script icoon main msn window - by Chris4 on 02-13-2010 at 03:49 AM
RE: script gone from under script icoon main msn window - by Yustme on 02-13-2010 at 11:05 AM


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