Trying to use theLaucnh? |
Author: |
Message: |
aasselin
New Member
Posts: 2
– / – /
Joined: Oct 2008
|
O.P. Trying to use theLaucnh?
Dear all,
I am trying to use theLaunch, but not matter what I do no menu or UI appears.
I have WLM 8.5.1302.1018. I enabled Allow multiple accounts.
Please help!
Regards
Armel
|
|
10-22-2008 03:42 PM |
|
|
aasselin
New Member
Posts: 2
– / – /
Joined: Oct 2008
|
O.P. RE: Trying to use theLaucnh?
cool , I found the bug in this script: it searches for "AllowMultiClients" setting directly under MPL registry key, whereas it moved under MPL + "\GlobalSettings" once the change made, the script runs again.
|
|
10-22-2008 08:28 PM |
|
|
SkH
New Member
Posts: 5
Joined: Mar 2009
|
RE: Trying to use theLaucnh?
Really!! It works now!!
Too awesome!! Thanks a lot!!
It now works with the latest Plus! and Windows Live Messenger 2009!
I've uploaded it as an attachment, as a thanks on my side!
[Moderator edit: attachment removed; modifications were made without the script author's approval.]
This post was edited on 07-19-2009 at 02:58 AM by WDZ.
|
|
03-25-2009 07:06 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Trying to use theLaucnh?
Please do not edit and upload scripts which aren't yours without the author's approval.
If you have a fix for a script then contact the author instead.
This post was edited on 03-25-2009 at 01:24 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
03-25-2009 01:24 PM |
|
|
SkH
New Member
Posts: 5
Joined: Mar 2009
|
RE: RE: Trying to use theLaucnh?
quote: Originally posted by CookieRevised
Please do not edit and upload scripts which aren't yours without the author's approval.
If you have a fix for a script then contact the author instead.
Yes but the author disappeared!!!!
EDIT: I just found him!
This post was edited on 05-23-2009 at 09:45 AM by SkH.
|
|
05-23-2009 09:16 AM |
|
|
u2pop
New Member
Posts: 6
41 / / –
Joined: Feb 2007
|
RE: Trying to use theLaucnh?
this shit is not working with the new messenger 2009 and nobody cant fix it !!! please somebody can give some damn tips for fix that great script thanks.
|
|
07-19-2009 01:27 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Trying to use theLaucnh?
Read the second post in this thread....
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
07-19-2009 02:39 PM |
|
|
Yustme
Junior Member
Posts: 85
41 / – / –
Joined: Aug 2005
|
RE: Trying to use theLaucnh?
Hi,
I've walked through all the script files of this script and i didn't find the 'AllowMultiClients' string.
Has it been changed? Because it's not working for me either.
|
|
08-09-2009 09:06 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: Trying to use theLaucnh?
That string can be found a lot in Core.js.
To add the fix suggested by aasselin you need to edit Core.js.
Find each line which contains:
GetDWordValue(HKEY_CURRENT_USER, MPLkey, 'AllowMultiClients')
and change it to:
GetDWordValue(HKEY_CURRENT_USER, MPLkey + '\\GlobalSettings', 'AllowMultiClients')
You should find 9 of such lines.
Do not change the line
var MPLkey = 'SOFTWARE\\Patchou\\Messenger Plus! Live';
since the variable MPLKey will also be used in some other script files.
Note that this fix is not supported, nor properly tested by the original author of the script and you may not redistribute the modified version without the approval of the original author of this script.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
08-14-2009 08:57 AM |
|
|
nicke157
New Member
Posts: 1
34 / /
Joined: Aug 2009
|
RE: RE: Trying to use theLaucnh?
quote: Originally posted by CookieRevised
That string can be found a lot in Core.js.
To add the fix suggested by aasselin you need to edit Core.js.
Find each line which contains:
GetDWordValue(HKEY_CURRENT_USER, MPLkey, 'AllowMultiClients')
and change it to:
GetDWordValue(HKEY_CURRENT_USER, MPLkey + '\\GlobalSettings', 'AllowMultiClients')
You should find 9 of such lines.
Do not change the line
var MPLkey = 'SOFTWARE\\Patchou\\Messenger Plus! Live';
since the variable MPLKey will also be used in some other script files.
Note that this fix is not supported, nor properly tested by the original author of the script and you may not redistribute the modified version without the approval of the original author of this script.
Still doesn't works.
|
|
08-17-2009 12:53 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|