Skip to content
New issue

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

TMW trying to access protected resume function error #2124

Open
arieh opened this issue Nov 25, 2023 · 7 comments
Open

TMW trying to access protected resume function error #2124

arieh opened this issue Nov 25, 2023 · 7 comments

Comments

@arieh
Copy link
Contributor

arieh commented Nov 25, 2023

WoW Version

Retail

TellMeWhen Version

v10.2.0

Describe the bug

Been seeing this error for a while:

6x [ADDON_ACTION_BLOCKED] AddOn 'TellMeWhen' tried to call the protected function 'resume()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function `resume'
[string "@TellMeWhen/TellMeWhen.lua"]:2680: in function <TellMeWhen/TellMeWhen.lua:2669>

Don't think it causes any in-game issues. Unsure if it's related to a specific icon or just TMW itself.

Export Strings

n/a
@arieh arieh changed the title TMW trying to access protected method error TMW trying to access protected resume function error Nov 25, 2023
@ascott18
Copy link
Owner

Its a known issue - resume isn't actually protected. Are you able to reliably reproduce this?

Stanzilla/WoWUIBugs#483

@arieh
Copy link
Contributor Author

arieh commented Nov 28, 2023

Every time I enter combat. Haven't really looked into it since it doesnt break anything (I think). Can try and dig deeper to see if it's a specific group or something

@ascott18
Copy link
Owner

That would be great, or if you want to share your saved variables then I could dig in too

@arieh
Copy link
Contributor Author

arieh commented Nov 29, 2023

yeah ok after spending 5min on this I figure this is way above my head. It does seem on the surface that this should never happen since you're the one creating the coroutine in the first place...

Interesting tidbit is that it happens consistently after I reload when I hit a target dummy, but at some point later it stops happening.

I'll share my saved variables, though I'm unsure how helpful it will be since my TMW config is huge :D

@arieh
Copy link
Contributor Author

arieh commented Nov 29, 2023

TellMeWhen.zip

@Grumsta
Copy link

Grumsta commented Dec 5, 2023

I'm seeing the same error message, but only on my Frost Mage. [Edit: any combat triggers it]

5x [ADDON_ACTION_BLOCKED] AddOn 'TellMeWhen' tried to call the protected function 'resume()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function `resume'
[string "@TellMeWhen/TellMeWhen.lua"]:2680: in function <TellMeWhen/TellMeWhen.lua:2669>

@Alwies
Copy link

Alwies commented Feb 1, 2024

Found a way to replicate this (was shared in discord by user Verazord).

  1. Have an item cooldown icon with "Range check" Checked (See below for import).
  2. Enter combat (used training dummy room in Valdrakken)
  3. Untarget your current target (escape).

Note: Only happens once after a /reload
Still doesn't seem to cause any issues other than the error message itself.

Icon import

^1^T^SShowTimer^B ^SType^Sitem ^SShowTimerText^B ^SName^S14 ^SStates^T ^N2^T ^SAlpha^N0.44 ^t^t^SRangeCheck^B ^SEnabled^B ^t^N102201^S~`~| ^Sicon^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants