Re: [Opensim-dev] Opensimulator r/22317 - exception with lsl command "llLoadURL"

2013-03-09 Thread OpenSimFan
OK thank you i thought it was a bug in XEngine ... - _ 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

Re: [Opensim-dev] Opensimulator r/22317 - exception with lsl command "llLoadURL"

2013-03-09 Thread R.Gunther
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 w

[Opensim-dev] Opensimulator r/22317 - exception with lsl command "llLoadURL"

2013-03-09 Thread OpenSimFan
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