Advertisement
Guest User

Untitled

a guest
Oct 14th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  2. at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00256] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System/String.cs:1925
  3. at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System/String.cs:1820
  4. at System.String.Format (System.String format, System.Object[] args) [0x00000] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System/String.cs:1815
  5. at OpenSim.Region.ScriptEngine.Shared.Api.LSL_Api.llGiveInventoryList (System.String destination, System.String category, OpenSim.Region.ScriptEngine.Shared.list inventory) [0x000e9] in /home/osgrid/PLAZA/sandbox_bullet/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs:6459
  6. at OpenSim.Region.ScriptEngine.Shared.ScriptBase.ScriptBaseClass.llGiveInventoryList (System.String destination, System.String category, OpenSim.Region.ScriptEngine.Shared.list inventory) [0x00000] in /home/osgrid/PLAZA/sandbox_bullet/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs:869
  7. at SecondLife.Script.default_event_touch_start (LSLInteger total_number) [0x0010d] in /tmp/5267c36d/72978335.0.cs:31
  8. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  9. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System.Reflection/MonoMethod.cs:226
  10. --- End of inner exception stack trace ---
  11. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000e6] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System.Reflection/MonoMethod.cs:234
  12. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /root/install/mono-2.10.6/mono-2.10.6/mcs/class/corlib/System.Reflection/MethodBase.cs:96
  13. at OpenSim.Region.ScriptEngine.Shared.ScriptBase.Executor.ExecuteEvent (System.String state, System.String FunctionName, System.Object[] args) [0x0006f] in /home/osgrid/PLAZA/sandbox_bullet/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs:180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement