Hi, i expect you made a code error. tested this scipt

default
{
    touch_start(integer num_detected)
    {
        key id = llDetectedKey(0);
        string info = "Visit the Second Life website!";
        string url = "http://www.secondlife.com";;
        llLoadURL(id, info, url);
    }
}

it works without problems.

On 2013-03-09 23:43, OpenSimFan wrote:
hi,

with Opensimulator r/22317 i'm getting a  exception with lsl command
"loadurl" on Metropolis grid.
it a bit hard to read but i hope someone has some advice on what this could
be.

I have test it on osgrid, but i don't think this is a grid problem...

this is the (basic) script:


and this is the error:


error text file:
lsl-loadurl-error.txt
<http://opensim-dev.2196679.n2.nabble.com/file/n7578582/lsl-loadurl-error.txt>



-----
_________________________________________
Keep up the good work.!!! - OpenSimFan
My Opensim/Second Life Blog
http://verwijs.wordpress.com
(Dutch, basic hardware/software help  windows, Mac, Linux)
http://verwijs-pc.nl
My Twitter Page:
http://twitter.com/OpenSimFan
My Facebook page (be my friend, please )
http://www.facebook.com/andre.verwijs
--
View this message in context: 
http://opensim-dev.2196679.n2.nabble.com/Opensimulator-r-22317-exception-with-lsl-command-llLoadURL-tp7578582.html
Sent from the opensim-dev mailing list archive at Nabble.com.
_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev


_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to