Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Too Many Listens message

Miles Beck
MilesBeck.com
Join date: 20 Mar 2007
Posts: 537
04-21-2007 01:15
I'm trying to rez a house. When I take the rezzer box out of inventory, it's suppose to bring up a rezzer menu. Instead, I'm getting a "Script run-time error" and a "Too Many Listens" message. What do I need to do to fix this? Thanks!!!!!
Anti Antonelli
Deranged Toymaker
Join date: 25 Apr 2006
Posts: 1,091
04-21-2007 01:33
That's a defect in the rezzer script, it was written incorrectly. Listens are used for many purposes in LSL scripts, but they pile up if the scripter forgets to remove them after each usage, and once you go past 64 of them (I think) the script fails with this error message.

If you bought the house, contact the seller and let them know about the problem and insist on a replacement.
Twisted Pharaoh
if ("hello") {"hey hey";}
Join date: 24 Mar 2007
Posts: 315
04-21-2007 01:42
Try resetting the scripts with the Tools menu option.
Miles Beck
MilesBeck.com
Join date: 20 Mar 2007
Posts: 537
04-21-2007 02:24
Twisted Pharaoh: That did it. Thanks!