What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Debug registry key...

Debug registry key...
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: Debug registry key...
quote:
Originally posted by pollolibredegrasa
I've tried enabling/disabling the debug options a few times but I can't get the key to reappear. However, I know there are one or two scripts out there that will write this to key and most likely have the old path hard-coded, is it possible you have one of these? Could be worth a look, just to rule those out as a cause...
You're right - looks like a few scripts seems to write to this key.  Just did a file search for the key in Notepad++...
code:
Search "ScriptEnableDebug" (15 hits in 5 files)
  C:\Program Files\Yuna Software\Messenger Plus!\WLM-Scripts\Countdown Live\Upgrade.js (3 hits)
    Line 331:     var bScriptEnableDebug = Registry_GetKeyValue(HKEY_CURRENT_USER, "Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts", "ScriptEnableDebug");
    Line 331:     var bScriptEnableDebug = Registry_GetKeyValue(HKEY_CURRENT_USER, "Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts", "ScriptEnableDebug");
    Line 338:     if((bScriptEnableDebug || bScriptShowDebugWnd) && bScriptEnabled && fso.FolderExists(sScriptPath)) {
  C:\Program Files\Yuna Software\Messenger Plus!\WLM-Scripts\Fake media\Fake media.js (1 hits)
    Line 840:         DebuggingEnabled = WshShell.RegRead("HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"); // No inf loop because of RegRead();

  C:\Program Files\Yuna Software\Messenger Plus!\WLM-Scripts\Fake media\ReloadScript.js (4 hits)
    Line 17:         var bScriptEnableDebug = Boolean(wsh.RegRead("HKCU\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"));
    Line 17:         var bScriptEnableDebug = Boolean(wsh.RegRead("HKCU\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"));
    Line 19:         var bScriptEnableDebug = false;
    Line 34:     if ((bScriptEnableDebug || bScriptShowDebugWnd) && bScriptEnabled && fso.FolderExists(sScriptPath)) {

  C:\Program Files\Yuna Software\Messenger Plus!\WLM-Scripts\Video Converter Plus!\ReloadScript.js (4 hits)
    Line 17:         var bScriptEnableDebug = Boolean(wsh.RegRead("HKCU\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"));
    Line 17:         var bScriptEnableDebug = Boolean(wsh.RegRead("HKCU\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"));
    Line 19:         var bScriptEnableDebug = false;
    Line 34:     if ((bScriptEnableDebug || bScriptShowDebugWnd) && bScriptEnabled && fso.FolderExists(sScriptPath)) {

  C:\Program Files\Yuna Software\Messenger Plus!\WLM-Scripts\Video Converter Plus!\Video Converter Plus!.js (3 hits)
    Line 1105:             DebuggingEnabled = WshShell.RegRead("HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"); // No inf loop because of RegRead();
    Line 3106:         DebuggingEnabled = WshShell.RegRead("HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug"); // No inf loop because of RegRead();
    Line 3110:         WshShell.RegWrite("HKEY_CURRENT_USER\\Software\\Patchou\\Messenger Plus! Live\\GlobalSettings\\Scripts\\ScriptEnableDebug",true,"REG_DWORD");

Countdown Live, Fake media and Video Converter Plus! all seem to reference the old key at some point.
02-22-2011 11:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Debug registry key... - by whiz on 02-20-2011 at 03:28 PM
RE: Debug registry key... - by pollolibredegrasa on 02-20-2011 at 07:25 PM
RE: Debug registry key... - by whiz on 02-22-2011 at 11:37 AM
RE: Debug registry key... - by Matti on 02-22-2011 at 12:41 PM
RE: Debug registry key... - by CookieRevised on 02-22-2011 at 03:40 PM
RE: Debug registry key... - by Matti on 02-22-2011 at 05:45 PM
RE: Debug registry key... - by Spunky on 02-22-2011 at 09:00 PM
RE: Debug registry key... - by Matti on 02-22-2011 at 11:27 PM
RE: Debug registry key... - by CookieRevised on 02-23-2011 at 01:13 AM
RE: Debug registry key... - by Matti on 02-23-2011 at 02:14 PM
RE: Debug registry key... - by CookieRevised on 02-23-2011 at 02:44 PM


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