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. script gone from under script icoon main msn window

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?
02-12-2010 11:24 AM
Profile PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: script gone from under script icoon main msn window
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
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5216 days, 10 hours, 45 minutes, 5 seconds ago
02-12-2010 11:41 AM
Profile E-Mail PM Find Quote Report
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 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.
02-12-2010 11:45 AM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: script gone from under script icoon main msn window
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.
Twitter: @ChrisLozeau
02-12-2010 02:40 PM
Profile PM Find Quote Report
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 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..
02-12-2010 02:49 PM
Profile PM Find Quote Report
pollolibredegrasa
Full Member
***

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: script gone from under script icoon main msn window
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.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-12-2010 02:52 PM
Profile PM Find Quote Report
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
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: script gone from under script icoon main msn window
I'd recommend emailing the creator and tell him about your bug fix. :happy:
Twitter: @ChrisLozeau
02-13-2010 03:49 AM
Profile PM Find Quote Report
Yustme
Junior Member
**


Posts: 85
40 / – / –
Joined: Aug 2005
O.P. RE: script gone from under script icoon main msn window

The script is filled with bugs...

You fix one, another one shows up..
02-13-2010 11:05 AM
Profile PM Find Quote Report
« 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