[Bug] TSM related library errors
clader opened this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing issues
Game Client
Retail
Current Behavior
When initially logging in, or reloading UI I'm getting the below LUA errors. Seem to be related to Aurora calling old/deprecated TSM libraries:
Message: ...\Skin\Interface\SharedXML\SharedUIPanelTemplates.lua:395: attempt to index local 'Frame' (a nil value)
Time: Sun Apr 24 13:55:18 2022
Count: 1
Stack: ...\Skin\Interface\SharedXML\SharedUIPanelTemplates.lua:395: attempt to index local 'Frame' (a nil value)
[string "@Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua"]:761: in function <...Ons\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:717>
[string "=[C]"]: ?
[string "@Interface\AddOns\Aurora\Skin\Interface\SharedXML\SharedUIPanelTemplates.lua"]:395: in function `NineSlicePanelTemplate'
[string "@Interface\AddOns\Aurora\Skin\Interface\SharedXML\SharedUIPanelTemplates.lua"]:504: in function `TooltipBackdropTemplate'
[string "@Interface\AddOns\MoveAnything\Libs\MSA-DropDownMenu-1.0\MSA-DropDownMenu-1.0.lua"]:1684: in function <...g\Libs\MSA-DropDownMenu-1.0\MSA-DropDownMenu-1.0.lua:1680>
[string "@Interface\AddOns\MoveAnything\Libs\MSA-DropDownMenu-1.0\MSA-DropDownMenu-1.0.lua"]:1694: in function <...g\Libs\MSA-DropDownMenu-1.0\MSA-DropDownMenu-1.0.lua:1691>
Locals: errMsg = "...\Skin\Interface\SharedXML\SharedUIPanelTemplates.lua:395: attempt to index local 'Frame' (a nil value)"
isBugGrabber = nil
tsmErrMsg = nil
oldModule = nil
private = <table> {
globalNameTranslation = <table> {
}
FormatErrorMessageSection = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:517
ErrorHandler = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:134
origErrorHandler = <function> defined @Interface\SharedXML\SharedBasicControls.lua:355
hitInternalError = false
CreateErrorFrame = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:536
num = 0
SanitizeString = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:510
AddonBlockedHandler = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:502
GetStackLevelInfo = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:344
ParseLocals = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:396
ignoreErrors = false
errorReports = <table> {
}
IsTSMAddon = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:478
localLinesTemp = <table> {
}
GetStackInfo = <function> defined @Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:313
}
MAX_STACK_DEPTH = 50
OLD_TSM_MODULES = <table> {
1 = "TradeSkillMaster_Accounting"
2 = "TradeSkillMaster_AuctionDB"
3 = "TradeSkillMaster_Auctioning"
4 = "TradeSkillMaster_Crafting"
5 = "TradeSkillMaster_Destroying"
6 = "TradeSkillMaster_Mailing"
7 = "TradeSkillMaster_Shopping"
8 = "TradeSkillMaster_Vendoring"
9 = "TradeSkillMaster_Warehousing"
}
Looks similar to #29. MoveAnything probably has an outdated version of MSA-DropDownMenu-1.0