What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [split] PM support request - Removing Hopper

[split] PM support request - Removing Hopper
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
O.P. RE: PM support request
On IRC, we also had someone reporting something similar afew days ago. By uninstalling Hopper it was fixed.

The problem was that when he started Messenger, Messenger freezed and did nothing for about 5-10 secs...

After much installing/uninstalling and enabling/disabling it was determined that it was the hopper plugin.

He had Messenger 6.2.0137 and Plus! 3.01.94. Dunno what Hopper version though, nor the Windows version...

This post was edited on 07-28-2004 at 09:20 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-28-2004 09:19 PM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [split] PM support request - Removing Hopper
Hopper does use a huge array, so it could be the problem. I myself don't experience it though... Don't worry, the version I'm working on right now uses linked-list so it should use less memory. Right now Hopper rather interferes with SS3 and just some minutes ago I seemed to "fix" it :S
07-29-2004 09:54 AM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [split] PM support request - Removing Hopper
Theres going to be a new version of SS3 released soon, so hopefully we can get it sorted.  Any ideas how they interfere with each other?
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-29-2004 11:42 AM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [split] PM support request - Removing Hopper
It appears to be like this...

  1. Sign in.
  2. Use a plugin reloader to reload the plugins.
  3. If a plugin's Initialize function contains SendMessage() API, which (for example) is used to tell Plus! to display a notification toast, SendMessage() throws an exception back. That's why the Hopper problem (in the post whose link was posted earlier above) occurs, since I use SendMessage() in Initialize() to retrieve Messenger version from Plus!.

Currently I use a stupid Callback Timer to avoid directly calling SendMessage in Initialize() and it seems to work fine...

Well, Dempsey, I don't really suppose it's Hopper only that interferes with SS3. Plugin Reloader :: The next generation by Optimism_ has this problem too (at least on my computer) as it shows "Loading plugins" toast in Initialize() and that requires SendMessage() too.
07-29-2004 12:01 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [split] PM support request - Removing Hopper
quote:
Originally posted by Mnjul
since I use SendMessage() in Initialize() to retrieve Messenger version from Plus!.
I use propery(VERSION) or something from the Messenger object to retirve the messenger version
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-29-2004 12:07 PM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: [split] PM support request - Removing Hopper
Well, I need not only to know Messenger's version (get_property(MMESSENGERPROP_VERSION,*)), but also if the Messenger is Windows Messenger or not :)
07-29-2004 12:12 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: [split] PM support request - Removing Hopper
ah :)
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-29-2004 12:14 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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