LiquidAtoR
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,430
I know you're porting currently but I'm running into this error with the latest HB and your current SuperBad CC:
PureRotation doesn't even want to start here, and throws a HB error when I want to load the config.
Either way it's not what I need, because I currently use it for questing.
Code:
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
PureRotation doesn't even want to start here, and throws a HB error when I want to load the config.
Either way it's not what I need, because I currently use it for questing.