[BUG] UI hangs when pressing Bonestorm
rmilesson opened this issue ยท 3 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this bug report (above) so that it describes the issue I am reporting.
Describe the Issue
My UI hangs whenever I'm pressing Bonestorm. The game recovers after about 10s.
How to Reproduce
- Enter the game as a Death Knight
- Engage multiple enemies
- Press Bonestorm
Player Information (Link)
https://gist.github.com/rmilesson/53ae36edcc7e7127741688ba68fc5f5f
Error Messages (Link)
https://gist.github.com/rmilesson/5c8e3e3a8dfce74c4a8719e99a674acb
Additional Information
No response
Contact Information
No response
I'm no Lua-dev. Far from it, but I assume it's somewhere around here it breaks?
if not ok then
err = err .. "\n\n" .. debugstack( thread )
Hekili:Error( "Update: " .. err )
if Hekili.ActiveDebug then
Hekili:Debug( format( "Recommendation thread terminated due to error: %s", err and err:gsub( "%%", "%%%%" ) or "Unknown" ) )
Hekili:SaveDebugSnapshot( self.id )
Hekili.ActiveDebug = nil
end
pcall( error, err )
end
How do I turn on Hekili.ActiveDebug
?