[Opensim-users] SL Viewer 2.6.8 and llDialog in Script in OpenSim

Ai Austin ai.ai.austin at gmail.com
Tue May 31 17:32:31 UTC 2011


Whoooa.. this looks bad... llDialog appears to be broken with the new 
SL 2.6.8 viewer in OpenSim (but not in Second Life itself).  See

http://opensimulator.org/mantis/view.php?id=5510

Unless I am doing something silly... but this is what it seems like 
to me after after whittling down the freeview script and getting 
crash after crash, the core item that seems to be causing the problem 
is llDialog. Create a new cube, add a new script, and then use this 
LSL code. And then touch the object and it crashes viewer 2.6.8 in 
OpenSim. Same procedure in Second Life itself with Viewer 2.6.8 works fine.

default
{
     touch_start(integer num)
     {
         llDialog(llDetectedKey(0),"Title",["A","B","C"],777);
     }
}




More information about the Opensim-users mailing list