Code:
Date: 2014-12-21 09:05:51
ID: 1
Error occured in: Global
Count: ∞
Message: ..\AddOns\Probably\system\conditions\core.lua line 734:
attempt to perform arithmetic on local 'endTime' (a nil value)
Debug:
Probably\system\conditions\core.lua:734: casting.delta()
Probably\system\conditions\core.lua:784:
Probably\system\conditions\core.lua:780
Probably\system\core\dsl.lua:90:
Probably\system\core\dsl.lua:20
(tail call): ?
Probably\system\core\parser.lua:271: table()
Probably\system\timers\rotation.lua:71: cycle()
Probably\system\timers\rotation.lua:130: event()
Probably\system\core\timer.lua:16:
Probably\system\core\timer.lua:11
Locals:
target = "target"
spell = nil
name = "Coldsnout Sow"
startTime = nil
endTime = nil
notInterruptible = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "Coldsnout Sow"
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'endTime' (a nil value)"
checkCasting = <function> defined @Interface\AddOns\Probably\system\conditions\core.lua:715
GetTime = <function> defined =[C]:-1
This is with a fresh install of PE and no other Addons, besides the Rotation I wish to use.
Happens as soon as I enter combat. Outside of combat the rotation will heal me.
Seems if I disable interrupts in my rotation it works without error.