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

Justin Clark-Casey jjustincc at googlemail.com
Tue May 31 21:35:04 UTC 2011


This is now addressed in the git master as of commit 8129e64.

On 31/05/11 21:45, Gary Beck wrote:
> Ai Austin,
>
> I get the same error using SL Viewer 2.6.9.
>
> - Gary
> ----- Original Message ----- From: "Ai Austin" <ai.ai.austin at gmail.com>
> To: <opensim-users at lists.berlios.de>
> 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
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>


-- 
Justin Clark-Casey (justincc)
http://justincc.org/blog
http://twitter.com/justincc



More information about the Opensim-users mailing list