Shoutbox

script gone from under script icoon main msn window - 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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: script gone from under script icoon main msn window (/showthread.php?tid=93819)

script gone from under script icoon main msn window by Yustme on 02-12-2010 at 11:24 AM


Hi,

Some how a script under the script icoon on the main window disappeared. From there i could start the script to do its work.
Yesterday it was still there. I tried uninstalling it and reinstalling it.

That didn't make it show up...

However, I did use a registry clean up tool, yesterday.

I only got 1 script installed, its 'thelaunch'. This script automatically starts multiple msn windows and logs you on.

Any idea how to fix this issue?


RE: script gone from under script icoon main msn window by djdannyp on 02-12-2010 at 11:41 AM

If you used a registry clean-up tool then it's possible that it deleted the information put in the registry by the script to enable it to run.

Your best option is to re-download and re-install the script


RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 11:45 AM

quote:
Originally posted by djdannyp
If you used a registry clean-up tool then it's possible that it deleted the information put in the registry by the script to enable it to run.

Your best option is to re-download and re-install the script


I already did that.
RE: script gone from under script icoon main msn window by Chris4 on 02-12-2010 at 02:40 PM

Remove the script, then delete its left-over files (if any) from the scripts folder here:

C:\Program Files\Messenger Plus! Live\Scripts

That'll insure that everything relating to the script is removed.

Then download and re-add it.


RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 02:49 PM

quote:
Originally posted by Chris4
Remove the script, then delete its left-over files (if any) from the scripts folder here:

C:\Program Files\Messenger Plus! Live\Scripts

That'll insure that everything relating to the script is removed.

Then download and re-add it.


If i remove it, the folder of that script is deleted too..

And i did exactly what you told me, that script still doesn't show up in that list to set up the options for it..
RE: script gone from under script icoon main msn window by pollolibredegrasa on 02-12-2010 at 02:52 PM

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.


RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 04:15 PM

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!
RE: script gone from under script icoon main msn window by Chris4 on 02-13-2010 at 03:49 AM

I'd recommend emailing the creator and tell him about your bug fix. :happy:


RE: script gone from under script icoon main msn window by Yustme on 02-13-2010 at 11:05 AM


The script is filled with bugs...

You fix one, another one shows up..