Bug in plugin support? - 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) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Bug in plugin support? (/showthread.php?tid=12580) Bug in plugin support? by Finn on 07-08-2003 at 07:40 PM
was trying to fix the bug with the colour fade plugin crashing msn plus and it doesnt seem to be related to the colour fade plugin RE: Bug in plugin support? by allex87 on 07-08-2003 at 08:43 PM
maybe because if the message length is longer than 1100 (i think thats maximum), the program will crash...but.. to work around it, just set a strlen if... RE: Bug in plugin support? by Finn on 07-08-2003 at 09:43 PM the docs say you can output 2048 though even if only 1100 can be sent RE: Bug in plugin support? by Patchou on 07-08-2003 at 11:55 PM
Thanks for the bug report but I'm not sure to understand what the problem is. Please pos the code of the whole function that causes Plus! to crash and I'll fix the problem . RE: Bug in plugin support? by Finn on 07-09-2003 at 07:10 AM
Sorry if i wasnt too clear RE: Bug in plugin support? by Bamboe on 07-09-2003 at 11:55 AM
why don't you do this? RE: Bug in plugin support? by Whacko on 07-09-2003 at 12:09 PM The xfade plugin is probably causing this.... as it uses 2 characters before each letter to change the letter's color so each letter takes 3 places. resulting in 3300 characters outputed by the plugin, if the text you typed was 1100. which Messenger wont like very much RE: Bug in plugin support? by Finn on 07-09-2003 at 05:24 PM err no, its got nothing to do with that, msn plus doesnt seem to like getting a large chunk of characters without spaces placed in sResult, i tried with as few as 500 characters and it still crashed |