[Opensim-users] llGiveInventoryList to an object raises exception

Storm Singer mycatlovesme at gmail.com
Fri Apr 12 09:19:30 UTC 2013


So my hypothesis is the argument may be looking for the uuid of an avatar
and just won't accept the uuid of an object. Will it accept the uuid of
another user? What about one that's offline?

Or what about perms on the object? Distance of the object from the script
calling it? Is the object on the root region? Was it created on the root
region? Is it physical? Phantom?

It's kind of sad I've seen all of those things change whether or not a
script works...

Also, what documentation are you using to get this command from? Is there a
similar one you can use instead? This may be desired behavior of the
command, the term 'inventory' seems to suggest it. (in the hazy realm of
connotation.... What I mean is, "people" have inventories, "boxes" don't.
You can 'inventory' a box, but that assumes the box is in the inventory of
a person and enters the contents into that persons inventory.)

It would be some hours before I can get on my box to attempt to reproduce,
but if it is indeed desired behavior it should reproduce without issue.
On Apr 12, 2013 4:55 AM, "Jeff Kelley" <opensim at pescadoo.net> wrote:

> At 12:29 AM -0400 4/12/13, Storm Singer wrote:
>
>   Are all the textures good ones? Or is one of them corrupted?
>>
>
> The textures ore ok. When I give to myself, they are not corrupted.
>
>   Or perhaps it's having an issue with your syntax... Have you tried
>> setting objectid
>>  with the same value gotten by llgetowner()? Your //comment suggests that
>> the
>>  uuid is just a random object.
>>
>
> key target = "c16275b8-fede-4d89-9d96-**64f481ec12d5"; // My UUID
> llGiveInventoryList (target, "textures", items);
>
> Works.
>
> key target = "48c0e33a-9bb8-46de-b3d1-**4ad39fe98845"; // Object UUID
> llGiveInventoryList (target, "textures", items);
>
> Fails. Same syntax.
>
> The object exists and is in the same region.
> It is not locked. Both objects belong to me.
>
> I forgot to mention that this is opensim 0.7.5 Release/MONO.
>
> Do you think this is a real bug and should be MANTISed? Can you reproduce
> it?
>
> -- Jeff
> ______________________________**_________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20130412/62415506/attachment.html>


More information about the Opensim-users mailing list