AlexFolland / AutoGear

WoW convenience addon that automatically handles gear looting and equipping
https://curseforge.com/wow/addons/autogear
Other
8 stars 11 forks source link

2 lua errors in Retail #57

Closed Hendo72 closed 6 months ago

Hendo72 commented 8 months ago

image

GameTooltip:HookScript(): Doesn't have a "OnTooltipSetItem" script
[string "=[C]"]: in function `?'
[string "@AutoGear/AutoGear.lua"]:4129: in main chunk

and

6151x AutoGear/AutoGear.lua:368: attempt to call global 'AutoGearMain' (a nil value)
[string "@AutoGear/AutoGear.lua"]:368: in function <AutoGear/AutoGear.lua:367>

Locals:
(*temporary) = nil
(*temporary) = "attempt to call global 'AutoGearMain' (a nil value)"

Both issues occur upon login/reload. The second one has basically broken the addon. image

/ag scan is working but not auto-equipping image

I have Verb set for 3 and this is the tooltip: image

AlexFolland commented 6 months ago

Thank you for the report! This is a known issue with AutoGear in Dragonflight 10.0.2 and later, as AutoGear is only compatible with Dragonflight 10.0.0. I have purposely not updated the TOC version number for Dragonflight 10.0.2, since my attempts to resolve the issues after Blizzard's extreme and limiting API changes were met with a ton of difficulty.

Since several people have reported this since the release of Dragonflight 10.0.2, this ticket is a duplicate of the first report of this issue, and I'll "close as not planned" because that's what GitHub says to use if a ticket is a duplicate, even though I don't consider resolving this to be "not planned". I appreciate your report nonetheless. Here's the original report ticket: https://github.com/AlexFolland/AutoGear/issues/38

By the way, that original report ticket has a comment with an update from me about the status of AutoGear from my perspective, including information about my attempt to fix AutoGear with the API changes introduced by Dragonflight version 10.0.2. Here's a direct link to that comment: https://github.com/AlexFolland/AutoGear/issues/38#issuecomment-1949172287 If you are interested in the status of AutoGear, please read that comment.

Thank you for your interest!