ShestakUI (Classic)

ShestakUI (Classic)

33.7k Downloads

[BUG] CombatText.lua error on login

eTzmNcbkrng opened this issue ยท 1 comments

commented

What steps will reproduce the problem?

  1. Login or /reload

What version of ShestakUI are you using? (Stating 'latest' is not useful)

0.88 - error caused by f801377, not present in previous commit 042121f

Do you have an error log of what happened?

1x ...aceShestakUI\Modules\Blizzard\CombatText.lua:399: attempt to index field 'xct' (a nil value)
...aceShestakUI\Modules\Blizzard\CombatText.lua:399: in main chunk

Locals:
T = <table> {
 SkinCheckBox = <function> defined @ShestakUI\Core\Functions.lua:453
 PostCreateIcon = <function> defined @ShestakUI\Core\Functions.lua:1447
 RaidDebuffsReverse = <table> {
 }
 SetFontString = <function> defined @ShestakUI\Core\Functions.lua:750
 Scale = <function> defined @ShestakUI\Core\PixelPerfect.lua:25
 class = "WARRIOR"
 RaidBuffs = <table> {
 }
 SkinExpandOrCollapse = <function> defined @ShestakUI\Core\Functions.lua:619
 white_list = <table> {
 }
 SkinHelpBox = <function> defined @ShestakUI\Core\Functions.lua:673
 level = 1
 CheckChat = <function> defined @ShestakUI\Core\Functions.lua:43
 ShiftBarUpdate = <function> defined @ShestakUI\Modules\ActionBars\Core.lua:247
 merge = <table> {
 }
 CheckPlayerBuff = <function> defined @ShestakUI\Core\Functions.lua:110
 UpdateManaLevel = <function> defined @ShestakUI\Core\Functions.lua:1082
 ShortValue = <function> defined @ShestakUI\Core\Functions.lua:11
 DebuffBlackList = <table> {
 }
 MoveUnitFrames = <function> defined @ShestakUI\Libs\oUF\Modules\MovableFrames.lua:434
 HideAuraFrame = <function> defined @ShestakUI\Core\Functions.lua:1431
 SetModifiedBackdrop = <function> defined @ShestakUI\Core\API.lua:257
 PlateBlacklist = <table> {
 }
 CustomCastDelayText = <function> defined @ShestakUI\Core\Functions.lua:1374
 SkinMaxMinFrame = <function> defined @ShestakUI\Core\Functions.lua:585
 screenWidth = 1920
 BuffWhiteList = <table> {
 }
 black_list = <table> {
 }
 wowBuild = 31687
 RaidBuffsIgnore = <table> {
 }
 color = <table> {
 }
 screenHeight = 1080
 raid_spells = <table> {
 }
 StylePet = <function> defined @ShestakUI\Modules\ActionBars\Style.lua:170
 StyleShift = <function> defined @ShestakUI\Modules\ActionBars\Style.lua:160
 AuraTrackerTime = <function> defined @ShestakUI\Core\Functions.lua:1415
 CustomCastTimeText = <function> defined @ShestakUI\Core\Functions.lua:1370
 noscalemult = 0.711111
 PetBarUpdate = <function> defined @ShestakUI\Modules\ActionBars\Core.lua:285
 CreateAuraWatch = <function> defined @ShestakUI\Core\Functions.lua:1582
 UpdateThreat = <function> defined @ShestakUI\Core\Functions.lua:1548
 UpdateAllElements = <function> defined @ShestakUI\Core\Functions.lua:718
 PostUpdateIcon = <function> defined @ShestakUI\Core\Functions.lua:1482
 HideSpiral = <function> defined @ShestakUI\Modules\ActionBars\Core.lua:169
 CreateAuraWatchIcon = <function> defined @ShestakUI\Core\Functions.lua:1570
 SkinDropDownBox = <function> defined @ShestakUI\Core\Functions.lua:423
 PostCastStart = <function> defined @ShestakUI\Core\Functions.lua:1192
 healfilter = <table> {
 }
 UpdatePvPStatus = <function> defined @ShestakUI\Core\Functions.lua:1137
 SkinFuncs = <table> {
 }
 UpdateClassMana = <function> defined @ShestakUI\Core\Functions.lua:1102
 version = "0.88"
 PostUpdatePower = <function> defined @ShestakUI\Core\Functions.lua:979
 oUF_colors = <table> {
 }
 PreUpdatePower = <function> defined @ShestakUI\Core\Functions.lua:970
 PostUpdateRaidHealth = <function> defined @ShestakUI\Core\Functions.lua:888
 PostUpdateHealth = <function> defined @ShestakUI\Core\Functions.lua:757
 SkinEditBox = <function> defined @ShestakUI\Core\Functions.lua:404
 SkinSlider = <function> defined @ShestakUI\Core\Functions.lua:523
 SkinTab = <function> defined @ShestakUI\Core\Functions.lua:267
 dummy = <function> defined @ShestakUI\Core\Constants.lua:6
 BuffBlackList = <table> {
 }
 SkinRotateButton = <function> defined @

Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)

Error was present on a fresh L1 Warrior, on a fresh server, with a fresh WTF.
Error also present on an "live character" with history.

commented

I missed the position config in the last commit. Should be fixed now.