Auctionator ClassicFix

Auctionator ClassicFix

2M Downloads

error

1010101110 opened this issue ยท 2 comments

commented

=from curse=

i'm getting this error, what would be causing it? Fresh install on a new pc... all i did was install the addon via twitch client.. made no changes to it.

Date: 2020-06-21 01:02:47
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\Auctionator\AuctionatorShop.lua line 778:
attempt to index upvalue 'gCurrentSList' (a nil value)
Debug:
Auctionator\AuctionatorShop.lua:778: Atr_ShpList_SetToRecents()
Auctionator\AuctionatorShop.lua:731: Atr_Shop_UpdateUI()
Auctionator\Auctionator.lua:3001: Atr_UpdateUI()
Auctionator\Auctionator.lua:2852: Atr_Idle()
Auctionator\Auctionator.lua:2801: Atr_OnUpdate()
[string ":OnUpdate"]:1:
[string "
:OnUpdate"]:1
Locals:
(*temporary) = defined @interface\FrameXML\UIDropDownMenu.lua:1254
(*temporary) = Atr_DropDownSL {
0 =
selectedValue = 1
Right = Atr_DropDownSLRight {
}
Left = Atr_DropDownSLLeft {
}
Text = Atr_DropDownSLText {
}
initialize = defined @interface\AddOns\Auctionator\AuctionatorShop.lua:478
Button = Atr_DropDownSLButton {
}
Icon = Atr_DropDownSLIcon {
}
Middle = Atr_DropDownSLMiddle {
}
noResize = 1
}
(*temporary) = nil
(*temporary) = "attempt to index upvalue 'gCurrentSList' (a nil value)"
gCurrentSList = nil

AddOns:
Swatter, v8.2.6377 (SwimmingSeadragon)
AucAdvanced, v8.2.6430 (SwimmingSeadragon)
AucFilterBasic, v8.2.6364 (SwimmingSeadragon)
AucScanData, v8.2.6365 (SwimmingSeadragon)
AucStatHistogram, v8.2.6366 (SwimmingSeadragon)
AucStatiLevel, v8.2.6370 (SwimmingSeadragon)
AucStatPurchased, v8.2.6367 (SwimmingSeadragon)
AucStatSimple, v8.2.6399 (SwimmingSeadragon)
AucStatStdDev, v8.2.6369 (SwimmingSeadragon)
AucUtilFixAH, v8.2.6371 (SwimmingSeadragon)
Auctionator, v100.0.7
BeanCounter, v8.2.6434 (SwimmingSeadragon)
Clique, vv1.0.3-classic
DBMCore, v1.13.50
DBMDefaultSkin, v
DBMStatusBarTimers, v
Details, v
DetailsStreamer, v
DetailsTinyThreat, v
ElvUI, v1.24
Enchantrix, v8.2.6428 (SwimmingSeadragon)
EnchantrixBarker, v8.2.6469 (SwimmingSeadragon)
GatherMate2, v1.45.5
Informant, v8.2.6374 (SwimmingSeadragon)
Questie, v5.10.3
SlideBar, v8.2.6375 (SwimmingSeadragon)
Stubby, v8.2.6376 (SwimmingSeadragon)
WeakAuras, v2.17.8
WorldBuffTracker, v11327
BlizRuntimeLib_enUS v1.13.4.11304
(ck=419)
`

commented

looks like this doesn't check for nil

function Atr_ShpList_SetToRecents()
gCurrentSList = AUCTIONATOR_SHOPPING_LISTS[1]
UIDropDownMenu_SetSelectedValue(Atr_DropDownSL, 1);
UIDropDownMenu_SetText (Atr_DropDownSL, gCurrentSList.name); -- needed to fix bug in UIDropDownMenu
end

commented

this is caused by using a bad version of auctionator with nil shopping lists. it is fixed once you add a shopping list.