ImogenBits / tidyplates

Tidy Plates - World of Warcraft Nameplate Addon
11 stars 5 forks source link

10.2.7.54577 #104

Closed Jeals closed 6 months ago

Jeals commented 6 months ago

Having issue with the new patch. It is not showing any frames at all now. I just checking to see if it just me or more people having the issue.

Fayreon commented 6 months ago

Same issue. I can get the default nameplates to show up by toggling 'Use Large Nameplates' in blizz settings, but that's temporary and drops with combat.

jayznpeeps commented 6 months ago

LUA error from bug grabber:

436x TidyPlates/TidyPlatesCore.lua:1126: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV)) [string "=[C]"]: in function `SetJustifyV' [string "@TidyPlates/TidyPlatesCore.lua"]:1126: in function <TidyPlates/TidyPlatesCore.lua:1126> [string "@TidyPlates/TidyPlatesCore.lua"]:1152: in function <TidyPlates/TidyPlatesCore.lua:1149> [string "@TidyPlates/TidyPlatesCore.lua"]:1235: in function <TidyPlates/TidyPlatesCore.lua:1200> [string "@TidyPlates/TidyPlatesCore.lua"]:285: in function <TidyPlates/TidyPlatesCore.lua:273> [string "@TidyPlates/TidyPlatesCore.lua"]:305: in function <TidyPlates/TidyPlatesCore.lua:293> [string "@TidyPlates/TidyPlatesCore.lua"]:422: in function <TidyPlates/TidyPlatesCore.lua:412> [string "@TidyPlates/TidyPlatesCore.lua"]:142: in function <TidyPlates/TidyPlatesCore.lua:121>

Locals: (temporary) = FontString { 0 = } (temporary) = "CENTER"

Ric0chet-GitHub commented 6 months ago

For a temporary fix, edit TidyPlates/TidyPlatesCore.lua line 1126 as follows:

local function SetObjectJustify(object, horz, vert) object:SetJustifyH(horz); object:SetJustifyV("BOTTOM") end

It doesn't like the calling function's "objectstyle.vertical" value (line 1152).

I had disable & re-enable the addon, with accompanying reloads, to get this fix to take.
You may need to reselect your Tidy Plates Theme & spec Profiles in the Options menu.

Flowy94 commented 6 months ago

same here the addon making the game laggy and the plates are not showing only combo points.

ImogenBits commented 6 months ago

it's been fixed in the new release

Flowy94 commented 6 months ago

thank you.

Ric0chet-GitHub commented 6 months ago

Thanks for the rapid response. This is a must-have addon!