We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime error: index out of range [131] with length 50 Stack Trace: goroutine 6 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.21.4/x64/src/runtime/debug/stack.go:24 +0x6 main.computeStats.func1() /home/runner/work/wotlk/wotlk/sim/wasm/main.go:49 +0x10 panic({0x1a69e0, 0x3abce70}) /opt/hostedtoolcache/go/1.21.4/x64/src/runtime/panic.go:914 +0x2c github.com/wowsims/wotlk/sim/encounters/icc.(*Sindragosa25HAI).registerMysticBuffetAuras.func4(0x412a680, 0x5130fc0) /home/runner/work/wotlk/wotlk/sim/encounters/icc/sindragosa25h_ai.go:203 +0x11 github.com/wowsims/wotlk/sim/core.(*Aura).reset(0x412a680, 0x5130fc0) /home/runner/work/wotlk/wotlk/sim/core/aura.go:133 +0x14 github.com/wowsims/wotlk/sim/core.(*auraTracker).reset(0x32524e0, 0x5130fc0) /home/runner/work/wotlk/wotlk/sim/core/aura.go:477 +0xb github.com/wowsims/wotlk/sim/core.(*Unit).reset(0x3252000, 0x5130fc0, {0x3a0198, 0x8269e80}) /home/runner/work/wotlk/wotlk/sim/core/unit.go:458 +0x20 github.com/wowsims/wotlk/sim/core.(*Character).reset(0x3252000, 0x5130fc0, {0x3a0198, 0x8269e80}) /home/runner/work/wotlk/wotlk/sim/core/character.go:505 +0x4 github.com/wowsims/wotlk/sim/core.(*Party).reset(0xb9e4000, 0x5130fc0) /home/runner/work/wotlk/wotlk/sim/core/raid.go:76 +0x8 github.com/wowsims/wotlk/sim/core.(*Raid).reset(0x51558c0, 0x5130fc0) /home/runner/work/wotlk/wotlk/sim/core/raid.go:355 +0x10 github.com/wowsims/wotlk/sim/core.(*Environment).reset(0x835d500, 0x5130fc0) /home...
link
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
runtime error: index out of range [131] with length 50
Stack Trace:
goroutine 6 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.21.4/x64/src/runtime/debug/stack.go:24 +0x6
main.computeStats.func1()
/home/runner/work/wotlk/wotlk/sim/wasm/main.go:49 +0x10
panic({0x1a69e0, 0x3abce70})
/opt/hostedtoolcache/go/1.21.4/x64/src/runtime/panic.go:914 +0x2c
github.com/wowsims/wotlk/sim/encounters/icc.(*Sindragosa25HAI).registerMysticBuffetAuras.func4(0x412a680, 0x5130fc0)
/home/runner/work/wotlk/wotlk/sim/encounters/icc/sindragosa25h_ai.go:203 +0x11
github.com/wowsims/wotlk/sim/core.(*Aura).reset(0x412a680, 0x5130fc0)
/home/runner/work/wotlk/wotlk/sim/core/aura.go:133 +0x14
github.com/wowsims/wotlk/sim/core.(*auraTracker).reset(0x32524e0, 0x5130fc0)
/home/runner/work/wotlk/wotlk/sim/core/aura.go:477 +0xb
github.com/wowsims/wotlk/sim/core.(*Unit).reset(0x3252000, 0x5130fc0, {0x3a0198, 0x8269e80})
/home/runner/work/wotlk/wotlk/sim/core/unit.go:458 +0x20
github.com/wowsims/wotlk/sim/core.(*Character).reset(0x3252000, 0x5130fc0, {0x3a0198, 0x8269e80})
/home/runner/work/wotlk/wotlk/sim/core/character.go:505 +0x4
github.com/wowsims/wotlk/sim/core.(*Party).reset(0xb9e4000, 0x5130fc0)
/home/runner/work/wotlk/wotlk/sim/core/raid.go:76 +0x8
github.com/wowsims/wotlk/sim/core.(*Raid).reset(0x51558c0, 0x5130fc0)
/home/runner/work/wotlk/wotlk/sim/core/raid.go:355 +0x10
github.com/wowsims/wotlk/sim/core.(*Environment).reset(0x835d500, 0x5130fc0)
/home...
link
The text was updated successfully, but these errors were encountered: