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

Lua Errors with Patch 3.4.1 Wrath Classic Phase 2 #356

Open
boktai1000 opened this issue Jan 17, 2023 · 1 comment
Open

Lua Errors with Patch 3.4.1 Wrath Classic Phase 2 #356

boktai1000 opened this issue Jan 17, 2023 · 1 comment

Comments

@boktai1000
Copy link

With the launch of 3.4.1 today, there are a number of Lua errors that I wanted to pass along.

17x Interface_Wrath\FrameXML\Bindings.xml:1 aux-addon/tabs/post/frame.lua:1 (null)

17x Interface_Wrath\FrameXML\Bindings.xml:1 aux-addon/tabs/search/frame.lua:1 (null)

18x aux-addon/tabs/post/frame.lua:1 (null)

18x aux-addon/tabs/search/frame.lua:1 (null)

22x aux-addon/tabs/search/core.lua:40: attempt to index global 'search_results_button' (a nil value)
[string "@aux-addon/tabs/search/core.lua"]:40: in function `set_subtab'
[string "@aux-addon/tabs/search/core.lua"]:20: in function `f'
[string "@aux-addon/aux-addon.lua"]:31: in function <aux-addon/aux-addon.lua:28>

Locals:
tab = <table> {
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'search_results_button' (a nil value)"
22x Usage: self:SetNormalTexture(asset)
[string "=[C]"]: in function `SetNormalTexture'
[string "@aux-addon/gui/core.lua"]:569: in function `checkbox'
[string "@aux-addon/tabs/post/frame.lua"]:43: in main chunk

Locals:
(*temporary) = "Usage: self:SetNormalTexture(asset)"
22x aux-addon/gui/core.lua:205: Usage: self:SetMaxLetters(maxLetters)
[string "=[C]"]: in function `SetMaxLetters'
[string "@aux-addon/gui/core.lua"]:205: in function `editbox'
[string "@aux-addon/tabs/search/frame.lua"]:107: in main chunk

Locals:
(*temporary) = EditBox {
 SetBorderBlendMode = <function> defined @SharedXML/Backdrop.lua:266
 GetEdgeSize = <function> defined @SharedXML/Backdrop.lua:188
 SetupPieceVisuals = <function> defined @SharedXML/Backdrop.lua:246
 SetBackdrop = <function> defined @SharedXML/Backdrop.lua:329
 SetBackdropColor = <function> defined @SharedXML/Backdrop.lua:399
 ApplyBackdrop = <function> defined @SharedXML/Backdrop.lua:294
 OnBackdropLoaded = <function> defined @SharedXML/Backdrop.lua:152
 ClearBackdrop = <function> defined @SharedXML/Backdrop.lua:282
 SetupTextureCoordinates = <function> defined @SharedXML/Backdrop.lua:214
 GetBackdropBorderColor = <function> defined @SharedXML/Backdrop.lua:409
 GetBackdrop = <function> defined @SharedXML/Backdrop.lua:347
 OnBackdropSizeChanged = <function> defined @SharedXML/Backdrop.lua:182
 HasBackdropInfo = <function> defined @SharedXML/Backdrop.lua:278
 SetBackdropBorderColor = <function> defined @SharedXML/Backdrop.lua:422
 GetBackdropColor = <function> defined @SharedXML/Backdrop.lua:390
 0 = <userdata>
}
(*temporary) = nil
193x aux-addon/core/tooltip.lua:198: attempt to call global 'GetContainerItemLink' (a nil value)
[string "@aux-addon/core/tooltip.lua"]:198: in function <aux-addon/core/tooltip.lua:197>
[string "@aux-addon/core/tooltip.lua"]:23: in function <aux-addon/core/tooltip.lua:21>
[string "=[C]"]: ?
[string "=[C]"]: in function `SetBagItem'
[string "@ItemRack/ItemRack.lua"]:1595: in function `func'
[string "@ItemRack/ItemRack.lua"]:968: in function `OnUpdate'
[string "*ItemRack.xml:7_OnUpdate"]:1: in function <[string "*ItemRack.xml:7_OnUpdate"]:1>

Locals:
bag = 1
slot = 13
(*temporary) = nil
(*temporary) = 1
(*temporary) = 13
(*temporary) = "attempt to call global 'GetContainerItemLink' (a nil value)"
@Jakobud
Copy link
Contributor

Jakobud commented Jan 18, 2023

I made some fixes and a pull-request for it in case anyone wants to try it out. Seems to work. No more errors that I can find.

#358

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