[Opensim-dev] Index was outside the bounds of the array. LLClientView.cs

Zadark Portal zadarkportal at gmail.com
Sat Jan 4 23:53:05 UTC 2014


Resolved with commit r/24164* (*Dynamically adjust to the number of visual
params sent.)


On 26 December 2013 23:34, Zadark Portal <zadarkportal at gmail.com> wrote:

> OpenSim.Region.ClientStack.LindenUDP.LLClientView.SendAppearance(UUID
> agentID, Byte[] visualParams, Byte[] textureEntry)
>
> has static value AvatarAppearancePacket.VisualParamBlock[218] does not
> match visualParams.Length (currently 253)
>
>
> As temporary proof I changed the static value 218 to visualParams.Length
> like:
>
> avp.VisualParam = new
> AvatarAppearancePacket.VisualParamBlock[visualParams.Length];
>
> Z
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20140104/9a2dd360/attachment-0001.html>


More information about the Opensim-dev mailing list