Shoutbox

Trying to use theLaucnh? - 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: Trying to use theLaucnh? (/showthread.php?tid=86816)

Trying to use theLaucnh? by aasselin on 10-22-2008 at 03:42 PM

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


RE: Trying to use theLaucnh? by aasselin on 10-22-2008 at 08:28 PM

cool :D, 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.


RE: Trying to use theLaucnh? by SkH on 03-25-2009 at 07:06 AM

Really!! It works now!!

Too awesome!! Thanks a lot!! :)

It now works with the latest Plus! and Windows Live Messenger 2009! :D

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.]


RE: Trying to use theLaucnh? by CookieRevised on 03-25-2009 at 01:24 PM

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.


RE: RE: Trying to use theLaucnh? by SkH on 05-23-2009 at 09:16 AM

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! :)
RE: Trying to use theLaucnh? by u2pop on 07-19-2009 at 01:27 AM

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.


RE: Trying to use theLaucnh? by CookieRevised on 07-19-2009 at 02:39 PM

Read the second post in this thread....


RE: Trying to use theLaucnh? by Yustme on 08-09-2009 at 09:06 AM


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.


RE: Trying to use theLaucnh? by CookieRevised on 08-14-2009 at 08:57 AM

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.


RE: RE: Trying to use theLaucnh? by nicke157 on 08-17-2009 at 12:53 PM

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. :(
RE: RE: RE: Trying to use theLaucnh? by Yustme on 02-12-2010 at 11:17 PM

quote:
Originally posted by nicke157
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. :(


Hi,

Try my topic, see last post:

http://shoutbox.menthix.net/showthread.php?tid=93819&pid=987429#pid987429
RE: Trying to use theLaucnh? by L. Coyote on 02-13-2010 at 07:48 PM

I don't recommend using theLaunch anymore. It still has issues with the Predefined Launcher (the window where you select which accounts to open.) (6)

The good news is that you can use a newer (less buggy (A)) version called theLaunch Lite. :D

However, today I solved the false vs null issue in theLaunch. I, too, believe I fixed that a long time ago. :-/ The probable cause is that I used to have a folder full of different past, present, future versions, and somehow I misplaced the fixed version, and carried the non-fix until today. :^)

A few weeks ago I re-uploaded the packages, but today I realized the files were encoded incorrectly, and thus, the Interfaces.xml file (the pretty (important) windows) was not being read/accepted by Plus! *sigh* 8-) Today I double-checked, and now all files should be correctly encoded.

I don't use WLM as much as I used to (or at all), so I have to rely on reports, in order to re-install WLM, re-download the scripts, and try to replicate issues. I rather look at LOLcats. :P (@)

Anyway, thanks a lot for reporting. Check out the website in my profile, which is where all updates are located. (Y)


RE: RE: Trying to use theLaucnh? by Yustme on 02-13-2010 at 09:33 PM

quote:
Originally posted by L. Coyote
I don't recommend using theLaunch anymore. It still has issues with the Predefined Launcher (the window where you select which accounts to open.) (6)

The good news is that you can use a newer (less buggy (A)) version called theLaunch Lite. :D

However, today I solved the false vs null issue in theLaunch. I, too, believe I fixed that a long time ago. :-/ The probable cause is that I used to have a folder full of different past, present, future versions, and somehow I misplaced the fixed version, and carried the non-fix until today. :^)

A few weeks ago I re-uploaded the packages, but today I realized the files were encoded incorrectly, and thus, the Interfaces.xml file (the pretty (important) windows) was not being read/accepted by Plus! *sigh* 8-) Today I double-checked, and now all files should be correctly encoded.

I don't use WLM as much as I used to (or at all), so I have to rely on reports, in order to re-install WLM, re-download the scripts, and try to replicate issues. I rather look at LOLcats. :P (@)

Anyway, thanks a lot for reporting. Check out the website in my profile, which is where all updates are located. (Y)


Hi,

Heh then we got something in common! I fixed more bugs in that code, something else in that _RegistryObj.js file IIRC. It worked until I did a registry clean up!

I was trying to make my own script. But since you got one that is working, I mind as well take yours and save me the hassle of making one instead! :D

Nice coded, very clean too. Unlike the original one. You better keep this up to date mate! :P

Thanks!


Edit:

Btw, I need more accounts to sign in. With the old version, I just added the email addresses behind the last one in the emailList in the registry. In the settings of thelaunch key.

I also expanded the interface for more input fields. Both way didn't work for me. Did you hard coded a max somewhere in the code?
RE: Trying to use theLaucnh? by Menthix on 02-16-2010 at 10:39 AM

quote:
Originally posted by TheLaunch site
Accept no imitations! This is the only official theLaunch and theLaunch Lite scripts website! It is even more up-to-date than the MsgPlus! Scripts Database
:( I take it I might as well remove it?