Mono problem, no repro yet
Customer reported a script crash - sim was pretty busy 62 avatars
[2008/10/11 21:18] RawR Contest Board [script:_Controller]: Script run-time error
[2008/10/11 21:18] RawR Contest Board [script:_Controller]: System.Reflection.TargetParameterCountException: Number of parameter does not match expected count.
at System.Reflection.Binder.ConvertArgs (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000]
at LindenLab.SecondLife.LslUserScript.OnEvent (ScriptEvent evt) [0x00000]
at LindenLab.SecondLife.Script.Run (ScriptEvent evt) [0x00000]
The script handles touch_start and link_message and uses llMessageLinked, llDialog and llInstantMessage
It works with no problems - this seems to be a random effect which has been reported only one time to me (so far).
As what we learned so far is that at time time of crash a touch_start was supposed to lead to building a small list of menu items and display them via llDialog (something which is done quite often in always the same manner).