Aux Addon not functioning properly in WoW Classic Cataclysm
SauBaer opened this issue · 0 comments
Aux has stopped working for me in WoW Classic Cataclysm a few weeks ago. I’ve tested it with all other addons disabled to rule out any conflicts. While the Aux window still opens, it appears behind the Blizzard Auction House interface and none of the core functionalities seem to work properly anymore.
Observed Issues:
The Aux window opens but is rendered behind the Blizzard Auction House window (both windows open at the actionhouse).
The Search, Post, Auctions, and Bids tabs do not function:
Search does not return any results.
In the Post tab, I can still see items from my bags, but:
No current auction listings are shown.
I cannot create new auctions.
Search filters no longer return any results.
Creating new search filters (and running them) throws the following error:
Aux-addon/tabs/search/filter.lua:42: attempt to perform arithmetic on a nil value
[string "@aux-addon/tabs/search/filter.lua"]:42: in function <aux-addon/tabs/search/filter.lua:21>
[string "@aux-addon/tabs/search/filter.lua"]:105: in function `get_filter_builder_query'
[string "@aux-addon/tabs/search/filter.lua"]:156: in function `export_filter_string'
[string "@aux-addon/tabs/search/frame.lua"]:201: in function <aux-addon/tabs/search/frame.lua:200>
Locals:
_ = <table> {
}
key = "quality"
(*temporary) = nil
(*temporary) = EditBox {
BottomLeftCorner = Texture {
}
TopLeftCorner = Texture {
}
RightEdge = Texture {
}
backdropInfo = <table> {
}
BottomRightCorner = Texture {
}
TopEdge = Texture {
}
TopRightCorner = Texture {
}
overlay = FontString {
}
Center = Texture {
}
LeftEdge = Texture {
}
BottomEdge = Texture {
}
}
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on a nil value"
My active auctions are no longer displayed.
My current bids are also not shown.
Clicking the button to switch to the Blizzard Auction House throws another error:
aux-addon/frame.lua:63: attempt to index global 'AuctionFrame' (a nil value)
[string "@aux-addon/frame.lua"]:63: in function <aux-addon/frame.lua:62>
Locals:
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'AuctionFrame' (a nil value)"
The Blizzard Auction House UI stays visible the entire time.
Additional Notes:
I’m not very experienced in writing bug reports, so sorry if anything is unclear. Let me know if there’s any debug info or logs I can provide to help further.