
2 Lua Errors in Classic Era (Likely conflict with ElvUI)
Gogo1951 opened this issue ยท 2 comments
I'm getting two, but when I disable ElvUI, the errors go away.
The ElvUI guys will likely just punt this (had similar issue with PP and they don't seem to think it's a problem with Elv and / or Pally Power - tukui-org/ElvUI#1433 / AznamirWoW/PallyPower#27); anyway posting here in case there's anything you can do.
On load, with ElvUI installed.
1x AngryAssignments/Core.lua:1607: attempt to call method 'SetMinResize' (a nil value)
[string "@AngryAssignments/Core.lua"]:1607: in function `CreateDisplay'
[string "@AngryAssignments/Core.lua"]:2535: in function <AngryAssignments/Core.lua:2533>
[string "=[C]"]: ?
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <PallyPower/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <PallyPower/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
[string "=[C]"]: ?
[string "=[C]"]: in function `LoadAddOn'
[string "@ArkInventory/Core/ArkInventoryClient.lua"]:949: in function `LoadAddOn'
[string "@ArkInventory/Core/ArkInventory.lua"]:13496: in function `LoadAddOn'
[string "@ArkInventory/Core/ArkInventory.lua"]:13514: in function `BlizzardAPIHook'
[string "@ArkInventory/Core/ArkInventory.lua"]:3202: in function <ArkInventory/Core/ArkInventory.lua:3158>
[string "=[C]"]: ?
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <PallyPower/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@PallyPower/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <PallyPower/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
[string "=[C]"]: ?
[string "=[C]"]: in function `LoadAddOn'
[string "@Blizzard_UIParent/Vanilla/UIParent.lua"]:220: in function `UIParentLoadAddOn'
[string "@Blizzard_UIParent/Vanilla/UIParent.lua"]:274: in function `RaidFrame_LoadUI'
[string "@Blizzard_UIPanels_Game/Classic/RaidFrame.lua"]:51: in function <Blizzard_UIPanels_Game/Classic/RaidFrame.lua:46>
Locals:
self = <table> {
modules = <table> {
}
baseName = "AngryAssignments"
defaultModuleState = true
enabledState = true
defaultModuleLibraries = <table> {
}
orderedModules = <table> {
}
name = "AngryAssignments"
}
frame = Frame {
}
(*temporary) = nil
(*temporary) = Frame {
}
(*temporary) = 180
(*temporary) = 1
(*temporary) = "attempt to call method 'SetMinResize' (a nil value)"
lwin = <table> {
delayedSavePosition = <table> {
}
embeds = <table> {
}
windowData = <table> {
}
utilFrame = Frame {
}
}
AngryAssign = <table> {
modules = <table> {
}
baseName = "AngryAssignments"
defaultModuleState = true
enabledState = true
defaultModuleLibraries = <table> {
}
orderedModules = <table> {
}
name = "AngryAssignments"
}
After typing /aa
, with ElvUI installed.
1x AngryAssignments/Core.lua:2526: attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)
[string "@AngryAssignments/Core.lua"]:2526: in function `?'
[string "@PallyPower/Libs/AceConsole-3.0-7/AceConsole-3.0.lua"]:90: in function `?'
[string "@Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:5034: in function <Blizzard_ChatFrameBase/Classic/ChatFrame.lua:4980>
[string "=[C]"]: in function `ChatEdit_ParseText'
[string "@Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:4686: in function `ChatEdit_SendText'
[string "@Blizzard_ChatFrameBase/Classic/ChatFrame.lua"]:4722: in function <Blizzard_ChatFrameBase/Classic/ChatFrame.lua:4718>
[string "=[C]"]: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:120_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:120_OnEnterPressed"]:1>
Locals:
self = <table> {
modules = <table> {
}
baseName = "AngryAssignments"
defaultModuleState = true
enabledState = true
defaultModuleLibraries = <table> {
}
orderedModules = <table> {
}
name = "AngryAssignments"
}
input = ""
(*temporary) = nil
(*temporary) = Frame {
obj = <table> {
}
name = "Angry Assignments"
}
(*temporary) = "attempt to call global 'InterfaceOptionsFrame_OpenToCategory' (a nil value)"
blizOptionsPanel = Frame {
obj = <table> {
}
name = "Angry Assignments"
}
Trying to get to the bottom of what's going on here...
On sign in, I get a Lua error. It reports as Pally Power / Elv - and when I turn Elv off I don't get this Lua error.
On typing /aa (to open Angry Assignments) I get a Lua error. And Angry Assignments fails to open. (This is the real bug I'm trying to solve.) AngryAssignments also works if I turn off Elv.
The taint log shows DruidMacroHelper... I do play both classes, but even with DMH turned off I get the Lua errors above.
Anyway copy pasting this comment in all four issues, but I don't know if they are related. Happy to test or make tweaks based on feedback.
Thanks!
Hey @Ermad ,
Let me know if you're available to chat on Discord? Happy to help on this add-on. Gogo1951.
First thing I'd be able to help with is GitHub Actions for deployments; seems like that would fix the Classic Era issues right away.
Cheers!