What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CanCast causes OverflowException on 'Bolster'

HeroXx

Member
Joined
Jan 15, 2010
Messages
106
When calling SpellInformation.CanCast the following is given:

Code:
Unhandled exception!Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.OverflowException: TimeSpan overflowed because the duration is too long.
   at System.TimeSpan.Interval(Double value, Int32 scale)
   at Buddy.Wildstar.Game.SpellManager.SpellInformation.get_CanCast()

This only appears to happen with the Esper skill Bolster from what I can see (haven't really tried any other classes). It's a bit of a ball ache because I have an extension method which is having issues when Bolster gets used.
 
Back
Top