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
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. RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 11:45 AM
quote: 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: RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 02:49 PM
quote: 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> RE: RE: script gone from under script icoon main msn window by Yustme on 02-12-2010 at 04:15 PM
quote: 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. RE: script gone from under script icoon main msn window by Yustme on 02-13-2010 at 11:05 AM
|