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

Zadark Portal zadarkportal at gmail.com
Thu Dec 26 23:34:43 UTC 2013


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/20131226/dc036b6a/attachment-0001.html>


More information about the Opensim-dev mailing list