Closed bandophahita closed 1 year ago
It would appear there are 3 copies of AceTimer, each in a libs folder under hekili, zygor, and datastore.
Normally I would assume they are isolated within namespaces under each addon. Does lua load 3 different copies of acetimer or does only the first one load and this is perhaps an order of events issue?
Ace3 includes version control of timers and so all end up using the latest version. In this case, it seems my addon was built most recently and has the newest Ace3 / AceTimer included.
You could try installing Ace3 directly and seeing if you get Zygor errors without my addon loaded.
Alternatively, it's possible that when my addon loads item data, Zygor isn't sanity checking GET_ITEM_INFO_RECEIVED events. That's been an issue with other addons before.
Including cross post link to the zygor forum for clarity - https://zygorguides.com/forum/forum/technical-support/zygor-guide-viewer/190316-lua-errors-possible-integration-issue-with-hekili#post190322
Zygor was just updated and I'm not getting errors from Zygor/Hekili now. Other stuff, yes. I might have a Titan Panel/Hekili issue, lol.
Zygor was just updated and I'm not getting errors from Zygor/Hekili now. Other stuff, yes. I might have a Titan Panel/Hekili issue, lol.
I think you might be right. I updated and I'm not seeing the errors between these two addons now.
Before You Begin
WoW Version
Retail (Dragonflight)
Describe the Issue
I'm getting the following LUA error when both Hekili and Zygor guides are enabled. I dont know lua so any guidance would be appreciated. Am I correct in understanding (from the stack output) that hekili's call in AceTimer is somehow calling a function in zygor's Item-Upgrades?
How to Reproduce
Player Information (Link)
Error Messages (Link)
Additional Information
The error appears to cut off at the bottom. I'm guessing there is a length limit?
I honestly don't know if this is a bug per se with either add-on, but rather some sort of integration issue. I wish I knew lua or had some debugger that could provide insight as to what's happening. I'm hoping you can point me in the right direction to troubleshoot this one.
Contact Information
bando#9351