Exception in Lua event handler HandleCombatLog
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseUInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.UInt64.Parse(String s, NumberStyles style)
at Superbad.CombatLogEventArgs.get_SourceGuid() in e:\Bots\HonorBuddy\Routines\Superbad\CombatLog.cs:line 38
at Superbad.EventHandlers.HandleCombatLog(Object sender, LuaEventArgs args) in e:\Bots\HonorBuddy\Routines\Superbad\EventHandlers.cs:line 115
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Styx.WoWInternals.LuaEvents.(Delegate , Object[] ) --> System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseUInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.UInt64.Parse(String s, NumberStyles style)
at Superbad.CombatLogEventArgs.get_SourceGuid() in e:\Bots\HonorBuddy\Routines\Superbad\CombatLog.cs:line 38
at Superbad.EventHandlers.HandleCombatLog(Object sender, LuaEventArgs args) in e:\Bots\HonorBuddy\Routines\Superbad\EventHandlers.cs:line 115