-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoD after patch, when looting something #21
Comments
Same, here's my version: 292x Farmer/widgets/MessageFrames/MessageFrame.lua:374: bad argument #1 to 'SetJustifyH' (Usage: self:SetJustifyH(justifyH)) Locals: fading = true shadowOffset = } ALIGNMENT_LEFT = "LEFT" visibleTime = 3 fontFlags = "OUTLINE" resetCallbacks = } spacing = 0 mode = } subspaceCount = 6 fadeDuration = 1 INSERTMODE_APPEND = "APPEND" insertMode = "PREPEND" GROW_DIRECTION_DOWN = "DOWN" anchor = Frame { } shadowColors = } messageInfo = } GROW_DIRECTION_UP = "UP" subspaces = } iconSize = 18 framePool = } iconScale = 1 font = "Fonts\FRIZQT__.TTF" fontSize = 18 INSERTMODE_PREPEND = "PREPEND" ALIGNMENT_RIGHT = "RIGHT" ALIGNMENT_CENTER = "CENTER" } fontString = FontString { } alignment = nil |
This is a followup error due to an error Blizzard introduced in WoW Classic where the template for sliders is not loaded: Stanzilla/WoWUIBugs#645 Due to this, the addon cannot create the options panel and therefore uses the default settings of the addon. In those default settings one value wasn't set, causing this error. Even with the value set the addon will always use default settings which is bad, so I'll have to find a workaround for the Blizzard bug (or they fix it themselves hopefully). |
Looks, the bug has been fixed. I can see my loots again |
Hi,
When I'm looting something, I can't see messages on the screen and the following error drops:
I'm using the latest version of addon, SoD, english client
The text was updated successfully, but these errors were encountered: