-
Notifications
You must be signed in to change notification settings - Fork 142
Description
RNG Seed: 394379136
Simulation Failure:
runtime error: index out of range [0] with length 0
Stack Trace:
goroutine 69 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/debug/stack.go:26 +0x6
github.com/wowsims/wotlk/sim/core.runSim.func1()
/home/runner/work/wotlk/wotlk/sim/core/sim.go:123 +0x10
panic({0x119b60, 0x253c3a8})
/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/panic.go:791 +0x1a
github.com/wowsims/wotlk/sim/core.DotArray.Get(...)
/home/runner/work/wotlk/wotlk/sim/core/dot.go:292
github.com/wowsims/wotlk/sim/core.(*Spell).CurDot(...)
/home/runner/work/wotlk/wotlk/sim/core/spell.go:324
github.com/wowsims/wotlk/sim/druid.(*Druid).applyOmenOfClarity.func9(0x24bd860, 0x1cf1200, 0x1feec88, 0x1feee38)
/home/runner/work/wotlk/wotlk/sim/druid/talents.go:402 +0x5f
github.com/wowsims/wotlk/sim/core.(*auraTracker).OnSpellHitDealt(...)
/home/runner/work/wotlk/wotlk/sim/core/aura.go:770
github.com/wowsims/wotlk/sim/core.(*Spell).dealDamageInternal(0x1feec88, 0x1cf1200, 0x0, 0x1feee38)
/home/runner/work/wotlk/wotlk/sim/core/spell_result.go:257 +0x99
github.com/wowsims/wotlk/sim/core.(*Spell).DealDamage(...)
/home/runner/work/wotlk/wotlk/sim/core/spell_result.go:265
github.com/wowsims/wotlk/sim/core.(*Spell).CalcAndDealDamage(0x1feec88, 0x1cf1200, 0x1d0e008, 0x408e5e807e81208d, 0x271dc00)
/home/runner/work/wotlk/wotlk/sim/core/spell_result.go:273 +0x5
github.com/wowsims/wotlk/sim/druid.(*Druid).registerHurricaneSpell.func1(0x1cf1200, 0x248c000, 0x1feec88)
/home/runner/work/wotlk/wotlk/sim/druid/hurricane.go:24 +0x16
github.com/wowsims/wotlk/sim/core.(*Spell).applyEffects(0x1feec88, 0x1cf1200, 0x248c000)
/home/runner/work/wotlk/wotlk/sim/core/spell.go:533 +0x9
github.com/wowsims/wotlk/sim/core.(*Unit).RegisterSpell.(*Spell).makeCastFuncSimple.func4(0x1cf1200, 0x248c000)
/home/runner/work/wotlk/wotlk/sim/core/cast.go:223 +0x28
github.com/wowsims/wotlk/sim/core.(*Spell).Cast(...)
/home/runner/work/wotlk/wotlk/sim/core/spell.go:516
github.com/wowsims/wotlk/sim/druid.(*Druid).registerHurricaneSpell.func2(0x1cf1200, 0x248c000, 0x1f8fc80)
/home/runner/work/wotlk/wotlk/sim/druid/hurricane.go:52 +0x15
github.com/wowsims/wotlk/sim/core.(*Dot).TickOnce(0x1f8fc80, 0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/dot.go:205 +0xa
github.com/wowsims/wotlk/sim/core.newDot.func1.(*Dot).basePeriodicOptions.1(0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/dot.go:241 +0x7
github.com/wowsims/wotlk/sim/core.NewPeriodicAction.func1(0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/periodic_action.go:69 +0x6
github.com/wowsims/wotlk/sim/core.(*Simulation).Step(0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:503 +0x25
github.com/wowsims/wotlk/sim/core.(*Simulation).runPendingActions(...)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:460
github.com/wowsims/wotlk/sim/core.(*Simulation).runOnce(0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:351 +0x7
github.com/wowsims/wotlk/sim/core.(*Simulation).run(0x1cf1200)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:295 +0xe
github.com/wowsims/wotlk/sim/core.runSim(0x24486c0, 0x1f073b0, 0x0)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:178 +0x3e
github.com/wowsims/wotlk/sim/core.RunSim(...)
/home/runner/work/wotlk/wotlk/sim/core/sim.go:108
created by github.com/wowsims/wotlk/sim/core.RunRaidSimAsync in goroutine 68
/home/runner/work/wotlk/wotlk/sim/core/api.go:53 +0x5