tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
79 stars 27 forks source link

Cataclysm Beta Stands/Classbar #848

Closed Necro87 closed 1 month ago

Necro87 commented 3 months ago

Addon Version 10.2.24

World of Warcraft Version Cataclysm Beta

Stands/Classbar missing.

Other then default profile also tried import my wotlk save variables to see if it was there then but it isnt, it is also not hidden unless somehow even default is of screen. otherwise seems to work no issues

Tuller commented 2 months ago

I don't currently have access to the beta, so its going to be hard for me to resolve issues like this until then. Can you install bugsack and errors from that?

Necro87 commented 2 months ago

only bugsack error i get is one unrelated to any addons. i also for fun tried to install bartender4 to see if same issue was happening there, but no.. the stand/classbar is still intact there. anyway here is the one bugsack error that is in bugsack.


19x ...ddOns/Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua:970: IsPassiveSpell(): Invalid spell slot [string "=[C]"]: in function IsPassiveSpell' [string "@Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua"]:970: in functionUpdateProfessionButton' [string "@Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua"]:1082: in function FormatProfession' [string "@Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua"]:1121: in functionSpellBook_UpdateProfTab' [string "@Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua"]:120: in function <...ddOns/Blizzard_UIPanels_Game/Cata/SpellBookFrame.lua:99>

Locals: (temporary) = 57 (temporary) = "spell"

Necro87 commented 2 months ago

well ill be damd.. i made a new copied paladin to test if issue still there and it wasnt. the issue might be spesificly to copied characters somehow.... weird. saved the profile on the paladin (level 80 created) to my dk (wotlk copy) and got following error when tried to load the profile.

after also making a template deathknight.. the issue was there aswell... maybe deathknight spesifcly issue?


1x ...Ons/Dominos/libs/LibDualSpec-1.0-22/LibDualSpec-1.0.lua:351: attempt to perform arithmetic on local 'pointsSpent' (a string value) [string "@Dominos/libs/LibDualSpec-1.0-22/LibDualSpec-1.0.lua"]:351: in function `member' [string "@Dominos_Config/libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:215: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:164> [string "@Dominos_Config/libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:514: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:495>

[string "@Dominos_Config/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:66: in function <Dominos_Config/libs/AceGUI-3.0/AceGUI-3.0.lua:64> [string "@Dominos_Config/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:300: in function `Fire' [string "@Dominos_Config/libs/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown.lua"]:358: in function <...ig/libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua:356>

Locals: info = { 1 = "profiles" 2 = "specProfile2" uiType = "dialog" type = "select" options =
{ } option =
{ } handler =
{ } uiName = "AceConfigDialog-3.0" arg = "common" 0 = "Dominos" appName = "Dominos" } specIndex = 2 highPointsSpentIndex = nil (for index) = 1 (for limit) = 3 (for step) = 1 treeIndex = 1 name = 398 = "Blood" pointsSpent = "A dark guardian who manipulates and corrupts life energy to sustain himself in the face of an enemy onslaught." = 135770 previewPointsSpent = 4 (temporary) = 398 (temporary) = "Blood" (*temporary) = "attempt to perform arithmetic on local 'pointsSpent' (a string value)" points =
{ }

if its only happening with the copied from classic characters like this might be a non issue come release of prepatch maybe? this beta has been so filled with weird issues...

grantlerdt commented 2 months ago

The problem for Stance/Classbar not showing can be found in stanceBar.classic.lua line 14 to 25 where it states for example line 14 DEATHKNIGHT = Addon:IsBuild('wrath'),

When changing this to DEATHKNIGHT = Addon:IsBuild('wrath', 'cata'), and adding elseif l == LE_EXPANSION_CATACLYSM then WOW_BUILD = 'cata' to Dominos.lua at line 27 the Stancebar for Deathknights is showing.

Hope this helps :)

Tuller commented 2 months ago

I think this is already fixed in the beta release.