What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Arithmetic operation resulted in an overflow.

HerpinDerpin

New Member
Joined
Dec 4, 2011
Messages
15
Reaction score
0
I am using AutoAngler2. It worked for a bit today but about 30 minutes later I keep getting System.OverflowException: Arithmetic operation resulted in an overflow and the bot just stands there.

The log file is too big so I'll just paste some of it here.

Code:
[22:08:24.886 D] Exception in DoString: Process must have frozen or gotten out of sync: InjectionFinishedEvent was never fired StackTrace:   at Styx.MemoryManagement.Executor.Execute(String debugMessage)
   at Styx.WoWInternals.Lua.DoString(String lua, String luaFile, IntPtr pState)
[22:08:24.887 D] System.OverflowException: Arithmetic operation resulted in an overflow.
   at System.IntPtr.op_Explicit(Int64 value)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyById(UInt32 id)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyByType(WoWCurrencyType type)
   at Styx.CommonBot.GameStats.()
   at Styx.CommonBot.GameStats.()
   at Styx.Pulsator.Pulse(PulseFlags flags)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.()
[22:08:24.977 D] System.OverflowException: Arithmetic operation resulted in an overflow.
   at System.IntPtr.op_Explicit(Int64 value)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyById(UInt32 id)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyByType(WoWCurrencyType type)
   at Styx.CommonBot.GameStats.()
   at Styx.CommonBot.GameStats.()
   at Styx.Pulsator.Pulse(PulseFlags flags)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.()
[22:08:24.947 D] Activity: Honorbuddy Stopped
[22:08:24.977 D] System.OverflowException: Arithmetic operation resulted in an overflow.
   at System.IntPtr.op_Explicit(Int64 value)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyById(UInt32 id)
   at Styx.WoWInternals.WoWCurrency.GetCurrencyByType(WoWCurrencyType type)
   at Styx.CommonBot.GameStats.()
   at Styx.CommonBot.GameStats.()
   at Styx.Pulsator.Pulse(PulseFlags flags)
   at Styx.CommonBot.TreeRoot.()
   at Styx.CommonBot.TreeRoot.()
 
since the log is big,you can upload it as a zip
 
Back
Top