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

Auctioneer #92

Open
cybernami opened this issue Oct 28, 2017 · 2 comments
Open

Auctioneer #92

cybernami opened this issue Oct 28, 2017 · 2 comments

Comments

@cybernami
Copy link

Possible to make it work together with Aurora or at least be able to turn off skinning for auction house?
Or anyone have another kind of fix for missing text?

@cybernami
Copy link
Author

cybernami commented Oct 28, 2017

6x ...aceAurora\SkinBlizzard_AuctionUI.lua:53: attempt to index field '?' (a nil value)
...aceAurora\SkinBlizzard_AuctionUI.lua:53: in function `SkinList'
...aceAurora\SkinBlizzard_AuctionUI.lua:130: in function <...aceAurora\SkinBlizzard_AuctionUI.lua:14>
Aurora\Skin\init.lua:60: in function `addonModule'
Aurora\Skin\init.lua:133: in function <Aurora\Skin\init.lua:94>
[C]: ?
[C]: in function `LoadAddOn'
FrameXML\UIParent.lua:421: in function `UIParentLoadAddOn'
FrameXML\UIParent.lua:432: in function `AuctionFrame_LoadUI'
FrameXML\UIParent.lua:1544: in function <FrameXML\UIParent.lua:980>

Locals:
prefix = "BrowseButton"
middleIdx = 5
numToDisplay = 14
(for index) = 9
(for limit) = 14
(for step) = 1
i = 9
name = "BrowseButton9"
button = BrowseButton9 {
 0 = <userdata>
 HighlightTexture = BrowseButton9Highlight {
 }
 iLevel = <unnamed> {
 }
 tLeft = <unnamed> {
 }
 OwnerHitBox = <unnamed> {
 }
 AddTexture = <unnamed> {
 }
 Bid = LibMoneyFrame_1_320MoneyView57 {
 }
 LineTexture = <unnamed> {
 }
 Icon = BrowseButton9ItemIconTexture {
 }
 IconButton = BrowseButton9Item {
 }
 SetAuction = <function> defined @Auc-Advanced\Modules\Auc-Util-CompactUI\CompactUI.lua:708
 Owner = <unnamed> {
 }
 Count = <unnamed> {
 }
 Value = <unnamed> {
 }
 rLevel = <unnamed> {
 }
 Buy = LibMoneyFrame_1_320MoneyView58 {
 }
 Name = <unnamed> {
 }
 pos = 9
}
item = BrowseButton9Item {
 0 = <userdata>
 _auroraIconBorder = <unnamed> {
 }
 IconBorder = <unnamed> {
 }
}
icon = BrowseButton9ItemIconTexture {
 0 = <userdata>
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "Left"
(*temporary) = <userdata>
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = BrowseButton9Item {
 0 = <userdata>
 _auroraIconBorder = <unnamed> {
 }
 IconBorder = <unnamed> {
 }
}
(*temporary) = "attempt to index field '?' (a nil value)"
F = <table> {
 CreateBG = <function> defined @Aurora\Skin\deprecated.lua:50
 ReskinMoneyInput = <function> defined @Aurora\Skin\deprecated.lua:220
 Reskin = <function> defined @Aurora\Skin\deprecated.lua:97
 ReskinDropDown = <function> defined @Aurora\Skin\deprecated.lua:169
 ReskinTab = <function> defined @Aurora\Skin\deprecated.lua:115
 dummy = <function> defined @Aurora\Skin\deprecated.lua:38
 ReskinCheck = <function> defined @Aurora\Skin\deprecated.lua:258
 ReskinNavBar = <function> defined @Aurora\Skin\deprecated.lua:465
 ReskinIcon = <function> defined @Aurora\Skin\deprecated.lua:503
 ReskinArrow = <function> defined @Aurora\Skin\deprecated.lua:246
 AddPlugin = <function> defined @Aurora\Skin\deprecated.lua:30
 ReskinGarrisonPortrait = <function> defined @Aurora\Skin\deprecated.lua:478
 ReskinFilterButton = <function> defined @Aurora\Skin\deprecated.lua:455
 ReskinStretchButton = <function> defined @Aurora\Skin\deprecated.lua:441
 ReskinSlider = <function> defined @Aurora\Skin\deprecated.lua:320
 CreateBDFrame = <function> defined @Aurora\Skin\deprecated.lua:405
 ReskinPortraitFrame = <function> defined @Aurora\Skin\deprecated.lua:396
 ReskinItemFrame = <function> defined @Aurora\Skin\deprecated.lua:524
 SetBD = <function> defined @Aurora\Skin\deprecated.lua:383
 ReskinInput = <function> defined @Aurora\Skin\deprecated.lua:198
 ReskinClose = <function> defined @Aurora\Skin\deprecated.lua:85
 ReskinColourSwatch = <function> defined @Aurora\Skin\deprecated.lua:425
 ReskinRadio = <function> defined @Aurora\Skin\deprecated.lua:299
 CreateBD = <function> defined @Aurora\Skin\deprecated.lua:40
 ReskinExpandOrCollapse = <function> defined @Aurora\Skin\deprecated.lua:356
 ReskinScroll = <function> defined @Aurora\Skin\deprecated.lua:141
 CreateGradient = <function> defined @Aurora\Skin\deprecated.lua:63
 CreateArrow = <function> defined @Aurora\Skin\deprecated.lua:232
 ReskinTooltip = <function> defined @Aurora\Skin\deprecated.lua:508
}
select = <function> defined =[C]:-1
CreateFrame = <function> defined =[C]:-1

@pretoast
Copy link

I ran into Autioneer issues as well, but for me it wasn't displaying the item names of the first 8 listed item when searching. I managed to "fix" this by changing:
SkinList("BrowseButton", 5, _G.NUM_BROWSE_TO_DISPLAY)
to
SkinList("BrowseButton", 14, _G.NUM_BROWSE_TO_DISPLAY)
in the file: Aurora\Skin\AddOns\Blizzard_AuctionUI.lua around line 130.

I'm no wow addon pro and didn't read much more of the code after that, so I'm not sure if that may break something else, but for me at least its functional now.

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