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
interface conversion: *dps.DpsWarrior is not hunter.HunterAgent: missing method GetHunter Stack Trace: goroutine 7 [running]: runtime/debug.Stack(0x45caf90, 0x1436180, 0x59) /opt/hostedtoolcache/go/1.16.15/x64/src/runtime/debug/stack.go:24 +0x6 main.computeStats.func1(0x460bee8) /home/runner/work/tbc/tbc/sim/wasm/main.go:45 +0x8 panic(0x9bf80, 0x45caf90) /opt/hostedtoolcache/go/1.16.15/x64/src/runtime/panic.go:965 +0x19 github.com/wowsims/tbc/sim/hunter.init.1.func2(0x1ee538, 0x1528c30) /home/runner/work/tbc/tbc/sim/hunter/items.go:98 +0x2 github.com/wowsims/tbc/sim/core.(*Character).applyItemEffects(0x3e6b000, 0x1ee538, 0x1528c30) /home/runner/work/tbc/tbc/sim/core/character.go:168 +0x22 github.com/wowsims/tbc/sim/core.(*Character).applyAllEffects(0x3e6b000, 0x1ee538, 0x1528c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/runner/work/tbc/tbc/sim/core/character.go:143 +0xc github.com/wowsims/tbc/sim/core.(*Raid).applyCharacterEffects(0x751be60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, ...) /home/runner/work/tbc/tbc/sim/core/raid.go:232 +0x3a github.com/wowsims/tbc/sim/core.(*Environment).initialize(0x3fb8200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, ...) /home/runner/work/tbc/tbc/sim/core/environment.go:101 +0xe github.com/wowsims/tbc/sim/core.NewEnvironment(0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, 0x44067e0, ...) /home/runner/work/tbc/tbc/sim/core/environment.go:40 +0x4 github.com/wowsims/tbc/sim/core.ComputeStats(...) /home/runner/work/tbc/tbc/sim/core/api.go:38 main.computeStats(0x0, 0x0, 0x4e12370, 0x1, 0x1, 0x0, 0x0) /home/runner/work/tbc/tbc/sim/wasm/main.go:64 +0x11 syscall/js.handleEvent() /opt/hostedtoolcache/go/1.16.15/x64/src/syscall/js/func.go:96 +0x24
Request: eJztUT1IXEEQvm/29t1zMbCcCstVycPCCMJ7yoFWbjpTJEiqlEYwREij1ZnqMBaXIHiVoI3aaUhhGbgUQsAEgsQigbsQ8BJMEAvRIgl6dyGz74XYWlg6O8zOzDcz3/6o+Yx64amSNwtv9PGDmYlpP6PbcttQWu+0YEr7CLylFn5VoNL6wx8oX788gal+hbqmv82S+fiMAvH0NVSHXjyCeVNB0HZWAetxxdUscHWjhkDsNNzQxSbMe27xag2wqna9e8gUPIA7ePgnxvd+uMoae7+/MMaNrpfpm87+3Hf2tOXs2++Od+MQZmXzP687a4rB7SaC3Cali4R3lK6TrJIsiCqoLLAqqHeXUldyqfLE92FhaBDTc1B3DAooAjcT8K6NEqfbDsX71j17K8l02ttJZtwuIUnN2LXEsyv2EcpAts8XByR7EGJQjNB9rEKuQ76C3IKsAnXQMST/dYlQJplLG1zHcwQD+TDMh1E0EPaHUR+7HId5t0X9MZBfRkZJJfy5sc9IqX8r2+UzA1kUqAgRs1AZpNrVeUnq4lGWeqj3hubX4QcZoVEa48GTD2M5Gp6Kb1qft38Bb0GFBA==
The text was updated successfully, but these errors were encountered:
No branches or pull requests
interface conversion: *dps.DpsWarrior is not hunter.HunterAgent: missing method GetHunter
Stack Trace:
goroutine 7 [running]:
runtime/debug.Stack(0x45caf90, 0x1436180, 0x59)
/opt/hostedtoolcache/go/1.16.15/x64/src/runtime/debug/stack.go:24 +0x6
main.computeStats.func1(0x460bee8)
/home/runner/work/tbc/tbc/sim/wasm/main.go:45 +0x8
panic(0x9bf80, 0x45caf90)
/opt/hostedtoolcache/go/1.16.15/x64/src/runtime/panic.go:965 +0x19
github.com/wowsims/tbc/sim/hunter.init.1.func2(0x1ee538, 0x1528c30)
/home/runner/work/tbc/tbc/sim/hunter/items.go:98 +0x2
github.com/wowsims/tbc/sim/core.(*Character).applyItemEffects(0x3e6b000, 0x1ee538, 0x1528c30)
/home/runner/work/tbc/tbc/sim/core/character.go:168 +0x22
github.com/wowsims/tbc/sim/core.(*Character).applyAllEffects(0x3e6b000, 0x1ee538, 0x1528c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/runner/work/tbc/tbc/sim/core/character.go:143 +0xc
github.com/wowsims/tbc/sim/core.(*Raid).applyCharacterEffects(0x751be60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, ...)
/home/runner/work/tbc/tbc/sim/core/raid.go:232 +0x3a
github.com/wowsims/tbc/sim/core.(*Environment).initialize(0x3fb8200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, ...)
/home/runner/work/tbc/tbc/sim/core/environment.go:101 +0xe
github.com/wowsims/tbc/sim/core.NewEnvironment(0x0, 0x0, 0x0, 0x0, 0x0, 0x453e740, 0x5, 0x8, 0x453e780, 0x44067e0, ...)
/home/runner/work/tbc/tbc/sim/core/environment.go:40 +0x4
github.com/wowsims/tbc/sim/core.ComputeStats(...)
/home/runner/work/tbc/tbc/sim/core/api.go:38
main.computeStats(0x0, 0x0, 0x4e12370, 0x1, 0x1, 0x0, 0x0)
/home/runner/work/tbc/tbc/sim/wasm/main.go:64 +0x11
syscall/js.handleEvent()
/opt/hostedtoolcache/go/1.16.15/x64/src/syscall/js/func.go:96 +0x24
Request:
eJztUT1IXEEQvm/29t1zMbCcCstVycPCCMJ7yoFWbjpTJEiqlEYwREij1ZnqMBaXIHiVoI3aaUhhGbgUQsAEgsQigbsQ8BJMEAvRIgl6dyGz74XYWlg6O8zOzDcz3/6o+Yx64amSNwtv9PGDmYlpP6PbcttQWu+0YEr7CLylFn5VoNL6wx8oX788gal+hbqmv82S+fiMAvH0NVSHXjyCeVNB0HZWAetxxdUscHWjhkDsNNzQxSbMe27xag2wqna9e8gUPIA7ePgnxvd+uMoae7+/MMaNrpfpm87+3Hf2tOXs2++Od+MQZmXzP687a4rB7SaC3Cali4R3lK6TrJIsiCqoLLAqqHeXUldyqfLE92FhaBDTc1B3DAooAjcT8K6NEqfbDsX71j17K8l02ttJZtwuIUnN2LXEsyv2EcpAts8XByR7EGJQjNB9rEKuQ76C3IKsAnXQMST/dYlQJplLG1zHcwQD+TDMh1E0EPaHUR+7HId5t0X9MZBfRkZJJfy5sc9IqX8r2+UzA1kUqAgRs1AZpNrVeUnq4lGWeqj3hubX4QcZoVEa48GTD2M5Gp6Kb1qft38Bb0GFBA==
The text was updated successfully, but these errors were encountered: