Shoutbox

Help (sound-playing script crashes WLM) - 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: Help (sound-playing script crashes WLM) (/showthread.php?tid=62556)

Help (sound-playing script crashes WLM) by Vexor on 07-05-2006 at 03:59 AM

I madea script a while ago while testing this beta, and I had an issure with singing in and out, where WLM would crash, I have now since found that it is my script that is causing this issue..

My script is just set to play a sound on sing in and sign out. can someone help me and let me know why it would be creating a problem with WLM not opening again after the last use it got closed.

code:

function OnEvent_Signin(){
MsgPlus.PlaySound('SpeedyGonzales.mp3',40000)
}

function OnEvent_Signout(){
MsgPlus.PlaySound('LeaveMeAlone.mp3',80000)
}

function OnEvent_ChatWndCreated(){
MsgPlus.PlaySound("CHIMES.WAV")
}



the script works fine, but when i close msn down, and then try to reopen it later on, it will not open untill i close it down via tast manager.

help.
RE: Help (sound-playing script crashes WLM) by RaceProUK on 07-05-2006 at 11:15 AM

I don't think it's your script. It may be Plus! not unloading a resource or something.


RE: Help (sound-playing script crashes WLM) by Vexor on 07-05-2006 at 11:34 AM

quote:
Originally posted by RaceProUK
I don't think it's your script. It may be Plus! not unloading a resource or something.

Yeah but when i suggest that as an issue with the beta back about 4 weeks ago, no one else thought it was an issue with the beta.

But now i have nailed it down to only happening when my script is loaded.. so it is either my script is failing WLM, or yes Plus! isnt unloading it right.