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

2013-12-26 Thread Zadark Portal
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 visualPar

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

2013-12-26 Thread R.Gunther
Nice you see the error to, i see it very much in 0.8dev or almost always. On 2013-12-27 00:34, Zadark Portal wrote: OpenSim.Region.ClientStack.LindenUDP.LLClientView.SendAppearance(UUID agentID, Byte[] visualParams, Byte[] textureEntry) has static value AvatarAppearancePacket.VisualParamBlock[

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

2013-12-26 Thread Zadark Portal
I should add that the test simulator is running varregion. visualParam.Length reports 253 when region.ini SizeX = 256 SizeY = 256 SizeZ = 256 when SizeX = 512 SizeY = 512 SizeZ = 256 visualParam.Length reports 218 Apologies Z On 26 December 2013 23:54, R.Gunther wrote: > Nice you see the erro