Ai Austin,

I get the same error using SL  Viewer 2.6.9.

- Gary
----- Original Message ----- From: "Ai Austin" <[email protected]>
To: <[email protected]>
Sent: Tuesday, May 31, 2011 13:32
Subject: Re: [Opensim-users] SL Viewer 2.6.8 and llDialog in Script in OpenSim


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);
    }
}

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to