• Visit Rebornbuddy
  • CanCast causes OverflowException on 'Bolster'

    Discussion in 'Wildbuddy Developers' started by HeroXx, Dec 13, 2014.

    1. HeroXx

      HeroXx Member

      Joined:
      Jan 15, 2010
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      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.
       

    Share This Page