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

Getting Lua Errors in Classic Era / Anniversary #27

Open
Gogo1951 opened this issue Dec 18, 2024 · 2 comments
Open

Getting Lua Errors in Classic Era / Anniversary #27

Gogo1951 opened this issue Dec 18, 2024 · 2 comments

Comments

@Gogo1951
Copy link

Gogo1951 commented Dec 18, 2024

This says it's an "Elv" issue but I don't get this issue in Elv when I turn off PP so I think it's actually with PP.

I get the error on load:

2x ElvUI/Core/Modules/Skins/Ace3.lua:164: attempt to call method 'Point' (a nil value)
[string "@ElvUI/Core/Modules/Skins/Ace3.lua"]:164: in function `Ace3_SkinTab'
[string "@ElvUI/Core/Modules/Skins/Ace3.lua"]:432: in function `Ace3_RegisterAsContainer'
[string "@ElvUI/Core/Modules/Skins/Skins.lua"]:2214: in function <ElvUI/Core/Modules/Skins/Skins.lua:2195>
[string "=[C]"]: ?
[string "@ElvUI/Core/General/Core.lua"]:1884: in function `CallLoadFunc'
[string "@ElvUI/Core/General/Core.lua"]:1899: in function `CallLoadedModule'
[string "@ElvUI/Core/General/Core.lua"]:1933: in function `InitializeModules'
[string "@ElvUI/Core/General/Core.lua"]:2026: in function `Initialize'
[string "@ElvUI/Core/init.lua"]:413: in function <ElvUI/Core/init.lua:412>
[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>

Locals:
self = <table> {
 ArrowRotation = <table> {
 }
 modules = <table> {
 }
 hooks = <table> {
 }
 WidgetSkinningFuncs = <table> {
 }
 name = "ElvUI_Skins"
 Initialized = true
 db = <table> {
 }
 EarlyAceTooltips = <table> {
 }
 moduleName = "Skins"
 Blizzard = <table> {
 }
 baseName = "ElvUI"
 EarlyDropdowns = <table> {
 }
 addonsToLoad = <table> {
 }
 PVPHonorXPBarSkinned = false
 enabledState = true
 EarlyAceWidgets = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 orderedModules = <table> {
 }
 defaultModuleState = true
 allowBypass = <table> {
 }
 DropDownMenu_Hooks = <table> {
 }
 FollowerListUpdateDataFrames = <table> {
 }
 PVPHonorXPBarFrames = <table> {
 }
 nonAddonsToLoad = <table> {
 }
}
tab = AceGUITabGroup1Tab3 {
 HighlightTexture = Texture {
 }
 Right = AceGUITabGroup1Tab3Right {
 }
 Left = AceGUITabGroup1Tab3Left {
 }
 value = "raids"
 selected = false
 Middle = AceGUITabGroup1Tab3Middle {
 }
 obj = <table> {
 }
 id = 3
 Text = AceGUITabGroup1Tab3Text {
 }
 selectedTextY = -2
 disabled = true
 deselectedTextY = -3
 LeftDisabled = AceGUITabGroup1Tab3LeftDisabled {
 }
 RightDisabled = AceGUITabGroup1Tab3RightDisabled {
 }
 MiddleDisabled = AceGUITabGroup1Tab3MiddleDisabled {
 }
 text = "Raid"
}
(*temporary) = nil
(*temporary) = "Raid"
(*temporary) = "LEFT"
(*temporary) = 14
(*temporary) = -1
(*temporary) = "attempt to call method 'Point' (a nil value)"
S = <table> {
 ArrowRotation = <table> {
 }
 modules = <table> {
 }
 hooks = <table> {
 }
 WidgetSkinningFuncs = <table> {
 }
 name = "ElvUI_Skins"
 Initialized = true
 db = <table> {
 }
 EarlyAceTooltips = <table> {
 }
 moduleName = "Skins"
 Blizzard = <table> {
 }
 baseName = "ElvUI"
 EarlyDropdowns = <table> {
 }
 addonsToLoad = <table> {
 }
 PVPHonorXPBarSkinned = false
 enabledState = true
 EarlyAceWidgets = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 orderedModules = <table> {
 }
 defaultModuleState = true
 allowBypass = <table> {
 }
 DropDownMenu_Hooks = <table> {
 }
 FollowerListUpdateDataFrames = <table> {
 }
 PVPHonorXPBarFrames = <table> {
 }
 nonAddonsToLoad = <table> {
 }
}

And I get an error when I press buttons in the PP UI. I get this with Elv turned off.

If it matters, I was on a warrior, and there were 2 pallies in the group - one with PP and one without.

Pasted_Image_12_18_24__12_14 PM
1x PallyPower/PallyPower.lua:3867: attempt to index local 'BuffInfo' (a nil value)
[string "@PallyPower/PallyPower.lua"]:3867: in function <PallyPower/PallyPower.lua:3862>

Locals:
(for state) = <table> {
 Papspal-Pagle = <table> {
 }
}
(for control) = "Papspal-Pagle"
name = "Papspal-Pagle"
s = ""
BuffInfo = nil
(for index) = 1
(for limit) = 9
(for step) = 1
i = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'BuffInfo' (a nil value)"

@Gogo1951 Gogo1951 changed the title Getting Lua Error in Classic Era / Anniversary Getting Lua Errors in Classic Era / Anniversary Dec 18, 2024
@Gogo1951
Copy link
Author

Gogo1951 commented Dec 19, 2024

Happens in combat too. With minimap menu open. Weird.

7x [ADDON_ACTION_BLOCKED] AddOn 'ElvUI' tried to call the protected function 'UNKNOWN()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Blizzard_CompactRaidFrames/Blizzard_CompactRaidFrameManager_Shared.lua"]:513: in function `CompactRaidFrameManager_UpdateContainerVisibility'
[string "@Blizzard_CompactRaidFrames/Blizzard_CompactRaidFrameManager_Shared.lua"]:155: in function `CompactRaidFrameManager_UpdateShown'
[string "@Blizzard_SettingsDefinitions_Frame/Classic/InterfaceOverrides.lua"]:330: in function <...ingsDefinitions_Frame/Classic/InterfaceOverrides.lua:327>
[string "=[C]"]: ?
[string "@Blizzard_SharedXMLBase/CallbackRegistry.lua"]:144: in function <...eBlizzard_SharedXMLBase/CallbackRegistry.lua:143>
[string "=[C]"]: ?
[string "@Blizzard_SharedXMLBase/CallbackRegistry.lua"]:147: in function `TriggerEvent'
[string "@Blizzard_SharedXMLBase/CvarUtil.lua"]:114: in function <Blizzard_SharedXMLBase/CvarUtil.lua:106>
[string "=[C]"]: ?
[string "=[C]"]: in function `SetZoom'
[string "@GatherMate2/Display.lua"]:552: in function `UpdateMiniMapZoom'
[string "@GatherMate2/Display.lua"]:574: in function `UpdateMaps'
[string "@GatherMate2/Display.lua"]:326: in function `?'
[string "@BugSack/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@BugSack/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ack/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@BugSack/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@ArkInventory/Externals/Ace3/AceEvent/AceEvent-3.0-4.lua"]:120: in function <...rkInventory/Externals/Ace3/AceEvent/AceEvent-3.0.lua:119>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}

@AznamirWoW
Copy link
Owner

Try with just PallyPower enabled.

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

No branches or pull requests

2 participants