Shoutbox

Bugs or My system error ? - 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! Bug Reports (/forumdisplay.php?fid=7)
+----- Thread: Bugs or My system error ? (/showthread.php?tid=73082)

Bugs or My system error ? by saimatkong on 03-28-2007 at 06:51 AM

I recently updated to 4.20.262, whenever i exit msn sure got debug msg come out, what's the error ? sometimes even when receving msg will have to debug msg come out. Please advise.


RE: Bugs or My system error ? by Jesus on 03-28-2007 at 11:37 AM

Could you give a little more info?
Like what the actual error message is?


RE: Bugs or My system error ? by xJ + on 03-30-2007 at 03:23 AM

if you are referring to the following debug window as shown below:
[Image: scripts_debugging_window.jpg]
then all you have to do is to uncheck enable debugging options(for script developers only) under general > scripts.
[Image: uncheck_debug_window.jpg]


RE: Bugs or My system error ? by saimatkong on 03-30-2007 at 09:35 AM

sorry for late reply.

This is the print screen of the error i'm getting. or sometimes even when chatting.


RE: Bugs or My system error ? by Felu on 03-30-2007 at 09:39 AM

This has nothing to do with Messenger Plus! Live :undecided:


RE: RE: Bugs or My system error ? by vikke on 03-30-2007 at 11:44 AM

quote:
Originally posted by Felu
This has nothing to do with Messenger Plus! Live :undecided:

Actually it could be, if an debugger is installed, it will be called upon errors. I see no reason however, why MP!L would trigger this.
I have various debuggers, and this never happend to me.

vikke
RE: Bugs or My system error ? by Felu on 03-30-2007 at 03:14 PM

As far as i remember, Microsoft script editor is the default program for js files(at least in XP) . So maybe a Plus! script installed might be causing it. Can we please have the list of Plus! script installed on your computer?


RE: Bugs or My system error ? by saimatkong on 03-31-2007 at 04:47 AM

no i never install any plus script in this pc.
so i also duno what's wrong with it.

hmmm ya not to forget those script tat come with the latest installation.


RE: Bugs or My system error ? by Patchou on 03-31-2007 at 07:06 PM

If you ahve no script enabled in Messenger Plus! and you can confirm that you have no other add-on installed, please send me an email to mplus@patchou.com and I'll check that out with you. Thanks.


RE: Bugs or My system error ? by saimatkong on 04-05-2007 at 05:57 AM

hi yes the error happen after i update to the latest version. thanks


RE: Bugs or My system error ? by TheCoolGamer on 04-06-2007 at 10:11 PM

I had the same problem. It stopped when I disabled the (default) StickyNotes add-on. When I have Stickynotes enabled, the debugger marks this:

quote:
function OnEvent_Uninitialize(MessengerExit){
    if(MsgPlus.Version > 4.10){
        Interop.Call('User32.dll','EnableWindow',ListenerWnd.Handle, false);
        ListenerWnd.Close(0);
        Registry.Hidden = bHidden;
        Registry.Save();
        Stickynotes.Save();
        Stickynotes.CloseAll();
        UnRegisterHotkeys();
    }
}


RE: Bugs or My system error ? by deAd on 04-06-2007 at 10:16 PM

If you click the "Debug" button on the window that appears what error code does it show?


RE: Bugs or My system error ? by TheCoolGamer on 04-07-2007 at 11:13 AM

'Unhandled Exception' it shows. No details.


RE: Bugs or My system error ? by saimatkong on 04-09-2007 at 03:19 AM

hmm yeah i disabled the Stickynotes, one of the error disappear, but still have another one, i guess is the default scripts that having some conflict or something.