Hekili Priority Helper

Hekili Priority Helper

50M Downloads

[BUG] Event ADDON_ACTION_FORBIDDEN resuming recommendation coroutine

Kylvan-8 opened this issue · 11 comments

commented

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

2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `resume'
[string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_FORBIDDEN"
events =

{

It doesn't exist 2382 line in UI.lua

How to Reproduce

DK FROST
Combat mode

Player Information (Link)

https://pastebin.com/NWPaQEgs

Error Messages (Link)

https://pastebin.com/vqMaeU4u

Additional Information

No response

Contact Information

No response

commented

2317: Hekili.Engine:SetScript( "OnUpdate", function( self, elapsed )

2382: local ok, err = coroutine.resume( thread, firstDisplay )

commented

2317: Hekili.Engine:SetScript( "OnUpdate", function( self, elapsed )

2382: local ok, err = coroutine.resume( thread, firstDisplay )

I don't have those in UI.lua

commented

Well, everyone else does. You might want to re-install the addon.

commented

2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `resume' [string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>

Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =

{

Okay i've retrieved those.

How can i fix it ?

commented

It is unlikely that the error shown is the first error in your BugSack. Please confirm this error occurs when Hekili is enabled and other addons are disabled.

commented

Very last errors reported from BugSack

https://pastebin.com/2fKETcjp

commented

2x [ADDON_ACTION_FORBIDDEN] L'AddOn 'Hekili' a tenté d'appeler la fonction protégée 'resume()'. [string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485> [string "=[C]"]: in function `resume' [string "@Hekili/UI.lua"]:2382: in function <Hekili/UI.lua:2317>

Locals: _ = Frame { } event = "ADDON_ACTION_FORBIDDEN" events =

{

I confirm.

commented

https://pastebin.com/x3CgMy1e

New pastebin snapshot with the last update.

Modified error message :

https://pastebin.com/pqXxpMFv

commented
commented

I'm not able to replicate this issue. How do you trigger it? Is it consistent?

commented