Shoutbox

wlm 2011 - 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: Scripting (/forumdisplay.php?fid=39)
+----- Thread: wlm 2011 (/showthread.php?tid=99399)

wlm 2011 by Yustme on 06-20-2012 at 08:33 AM

hi,

i just got forced to install the new messenger wlm 2011. now my auto sign in script doesnt work. its a script i made to auto sign in multiple msn accounts.

are there some registry updates done? paths changed or something?

any help would be appreciated.

thanks in advance!


RE: wlm 2011 by Yustme on 06-24-2012 at 04:56 PM


here is the source code as an attachment.

The only file that has to be checked is AutoSignIn.js

Anyone sees why its not working for the new version?


RE: wlm 2011 by Yustme on 06-27-2012 at 10:54 AM

8 downloads no one takes the time to post a reply?


RE: wlm 2011 by matty on 06-27-2012 at 12:38 PM

Maybe no one can figure out what is going on?

Have you looked in the registry to see if the keys are in the same location?

Maybe they changed the location/name of the default email address.


RE: wlm 2011 by Yustme on 06-27-2012 at 12:57 PM

what is it you cant figure out? i'll try to explain it.


RE: wlm 2011 by matty on 06-27-2012 at 12:59 PM

quote:
Originally posted by Yustme
what is it you cant figure out?
What I meant was maybe no one knows what was changed to cause your script to break. If you Debug.Trace all of the variables do they all have the expected values?
RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:01 PM

quote:
Originally posted by matty
quote:
Originally posted by Yustme
what is it you cant figure out?
What I meant was maybe no one knows what was changed to cause your script to break. If you Debug.Trace all of the variables do they all have the expected values?

oow okay, thought u had a look at it too.

i've done some debugging. it should work, but maybe the new version deals with 'some things' differently which i'm not aware of.


RE: wlm 2011 by matty on 06-27-2012 at 01:03 PM

I don't know if I will be of much help at the moment as I only have RDP access to a machine with XP.

What is the version number of WLM you are using. And I don't just mean WLM 2011. I need the full version number in the About window.


RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:07 PM

quote:
Originally posted by matty
I don't know if I will be of much help at the moment as I only have RDP access to a machine with XP.

What is the version number of WLM you are using.

then i'm seriously screwed if a scripting guru cant even be much of help lol

build: 15.4.3555.308
RE: wlm 2011 by matty on 06-27-2012 at 01:08 PM

quote:
Originally posted by Yustme
quote:
Originally posted by matty
I don't know if I will be of much help at the moment as I only have RDP access to a machine with XP.

What is the version number of WLM you are using.

then i'm seriously screwed if a scripting guru cant even be much of help lol

build: 15.4.3555.308
What I mean is that I don't think that version will install on XP. I am checking.
RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:09 PM

quote:
Originally posted by matty
quote:
Originally posted by Yustme
quote:
Originally posted by matty
I don't know if I will be of much help at the moment as I only have RDP access to a machine with XP.

What is the version number of WLM you are using.

then i'm seriously screwed if a scripting guru cant even be much of help lol

build: 15.4.3555.308
What I mean is that I don't think that version will install on XP. I am checking.

i was just kidding about that, i knew what you meant when you said what your OS was.

thanks for your help (in advance)
RE: wlm 2011 by matty on 06-27-2012 at 01:16 PM

Can you Debug.Trace all of the variables for me.

Does the first account sign in? Or none do?


RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:19 PM

quote:
Originally posted by matty
Can you Debug.Trace all of the variables for me.

Does the first account sign in? Or none do?

i have traced them before, none get logged in. something even stranger is, is that when the messenger gets started it tries to sign in, but fails. then it automatically gets closed (not to sys tray, totally gone).

RE: wlm 2011 by matty on 06-27-2012 at 01:24 PM

Does it attempt to login the first account or something completely different? Do you see the email in the drop down that it is trying to sign in?


RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:27 PM

quote:
Originally posted by matty
Does it attempt to login the first account or something completely different? Do you see the email in the drop down that it is trying to sign in?

yes it does attempt to do the login.
and i also see the email address in the dd list
RE: wlm 2011 by matty on 06-27-2012 at 01:29 PM

Anything in the event viewer about the crash?


RE: RE: wlm 2011 by Yustme on 06-27-2012 at 01:31 PM

quote:
Originally posted by matty
Anything in the event viewer about the crash?

no crashes are reported.
RE: wlm 2011 by matty on 06-27-2012 at 02:25 PM

Very strange.


RE: RE: wlm 2011 by Yustme on 06-27-2012 at 04:35 PM

quote:
Originally posted by matty
Very strange.

tell me about it
RE: RE: wlm 2011 by Yustme on 06-28-2012 at 11:18 AM

quote:
Originally posted by matty
Does it attempt to login the first account or something completely different? Do you see the email in the drop down that it is trying to sign in?

I just debugged it too and I see that the email address it tries to login is the default one, it's not changing the email address from the drop down list.

It seems that the email address doesnt get set properly in the MSNMessenger registry key DefaultMemberName.

The key is in binary and i converted it online and this is the result:

u�n�d�e�f�i�n�e�d���

What does this tell you?
RE: wlm 2011 by Mnjul on 06-28-2012 at 11:19 AM

quote:
Originally posted by Yustme
What does this tell you?
It tells a unicode (presumably) string of "undefined" :p
RE: RE: wlm 2011 by Yustme on 06-28-2012 at 11:42 AM

quote:
Originally posted by Mnjul
quote:
Originally posted by Yustme
What does this tell you?
It tells a unicode (presumably) string of "undefined" :p

well i meant anything else then the obvious of course.
RE: wlm 2011 by matty on 06-28-2012 at 12:02 PM

Firstly you're using an older registry library.

Try replacing the code with this: https://www.assembla.com/code/screenshot-sender/s...registry.js?rev=19


RE: RE: wlm 2011 by Yustme on 06-28-2012 at 12:13 PM

quote:
Originally posted by matty
Firstly you're using an older registry library.

Try replacing the code with this: https://www.assembla.com/code/screenshot-sender/s...registry.js?rev=19

By the way, those binary text was saying 'undefined'. Think the forum couldn't handle the output of it.

I've replaced the registry library. My first try is without succes.
Its not changing the email address in the drop downlist to the email address it should try to login.
RE: wlm 2011 by Yustme on 06-28-2012 at 12:33 PM

I've done some more debugging and it seems everything goes well looking to the debug window. This is how I checked the values of the variables:

if (debugging)
            {
                Debug.Trace("Set default account = " + email);
                Debug.Trace("Registry_SetKeyValue resultWLMkey = " + resultWLMkey);
                Debug.Trace("Registry_SetKeyValue resultMPLkey = " + resultMPLkey);
                Debug.Trace("Get WLMkey value = " + Registry_GetKeyValue(HKey, MessengerKey, 'DefaultMemberName'));
                Debug.Trace("Get MPLkey value = " + Registry_GetKeyValue(HKey, MPLkey, 'DefaultUser'));
                Debug.Trace("\r\n");
            }

But the drop down list is holding the first 'default member' to sign in. Its not changing it to the next email address.

This kind of gives me the idea that there is another new registry setting that the new version uses which is not in the MSNMessenger.

I've done a search in the registry but I couldn't find any. I'm not sure where else to look where this new version keeps track of its settings except the registry.