03-05-2007 14:37
I've suddenly encountered the strangest LSL bug. I'm using llGetNextEmail("", "";) to regularly check for inbound emails to a prim and then handling them using the email() event. All of a sudden, I find I'm getting a "Bounds Check Error" every 10th or 11th email when I try to do anything with the subject or body strings. The error seems untrappable. Has anybody encountered this before by any chance? I've gone ahead and bug reported it.

Quite literally I can raise an error with ...

llWhisper(0, subject);

... every 10th or 11th time for no apparent reason.

Thanks in advance for any suggestions/advice.

Andy