Skip to content
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

[BUG] #156

Open
Jockulation opened this issue Jul 9, 2024 · 0 comments
Open

[BUG] #156

Jockulation opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Jockulation
Copy link

What steps will reproduce the problem?

  1. Load Cata Classic. Even if Shestak is the only addon enabled, the errors persist.

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

  1. 2.1.4-Cata

Do you have an error log of what happened?

Message: ...rface/AddOns/ShestakUI/Libs/oUF/Modules/TotemBar.lua:106: hooksecurefunc(): TotemFrame_Update is not a function Time: Tue Jul 9 16:45:28 2024 Count: 1 Stack: ...rface/AddOns/ShestakUI/Libs/oUF/Modules/TotemBar.lua:106: hooksecurefunc(): TotemFrame_Update is not a function [string "=[C]"]: in function hooksecurefunc'
[string "@Interface/AddOns/ShestakUI/Libs/oUF/Modules/TotemBar.lua"]:106: in function enable' [string "@Interface/AddOns/ShestakUI/Libs/oUF/oUF.lua"]:103: in function EnableElement'
[string "@Interface/AddOns/ShestakUI/Libs/oUF/oUF.lua"]:357: in function <Interface/AddOns/ShestakUI/Libs/oUF/oUF.lua:261>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ShestakUI/Libs/oUF/oUF.lua"]:811: in function `Spawn'
[string "@Interface/AddOns/ShestakUI/Modules/UnitFrames/Layout.lua"]:1309: in main chunk

Locals: `

Message: P_PROC_ICON_Anchor:SetPoint(): Couldn't find region named 'oUF_Target' Time: Tue Jul 9 16:45:28 2024 Count: 1 Stack: P_PROC_ICON_Anchor:SetPoint(): Couldn't find region named 'oUF_Target' [string "=[C]"]: in function SetPoint'
[string "@Interface/AddOns/ShestakUI/Modules/Auras/Filger.lua"]:10: in main chunk

Locals: (*temporary) = P_PROC_ICON_Anchor {
0 =
}
(*temporary) = "BOTTOMLEFT"
(*temporary) = "oUF_Target"
(*temporary) = "TOPLEFT"
(*temporary) = -2
(*temporary) = 173
`

Message: xCT4:SetPoint(): Couldn't find region named 'oUF_Target' Time: Tue Jul 9 16:45:28 2024 Count: 1 Stack: xCT4:SetPoint(): Couldn't find region named 'oUF_Target' [string "=[C]"]: in function SetPoint'
[string "@Interface/AddOns/ShestakUI/Modules/Blizzard/CombatText.lua"]:435: in main chunk

Locals: (*temporary) = xCT4 {
0 =
RefreshIfNecessary = defined =[C]:-1
OnPostShow = defined =[C]:-1
CalculateLineAlphaValueFromTimestamp = defined =[C]:-1
GetInsertMode = defined =[C]:-1
SetTimeVisible = defined =[C]:-1
hasOwnFontObject = true
OnFontObjectUpdated = defined =[C]:-1
GetFading = defined =[C]:-1
IsTextCopyable = defined =[C]:-1
Clear = defined =[C]:-1
shouldFadeAfterInactivity = true
SetIndentedWordWrap = defined =[C]:-1
GetTimeVisible = defined =[C]:-1
MarkLayoutDirty = defined =[C]:-1
SetFont = defined =[C]:-1
GetMaxLines = defined =[C]:-1
BackFillMessage = defined =[C]:-1
UnpackageEntry = defined =[C]:-1
FontStringContainer = Frame {
}
SetShadowOffset = defined =[C]:-1
GetFont = defined =[C]:-1
SetMaxLines = defined =[C]:-1
CalculateSelectingCharacterIndicesForVisibleLine = defined =[C]:-1
PackageEntry = defined =[C]:-1
RefreshDisplay = defined =[C]:-1
SetFontObject = defined =[C]:-1
MakeFontObjectCustom = defined =[C]:-1
SetOnScrollChangedCallback = defined =[C]:-1
CalculateNumVisibleLines = defined =[C]:-1
fontObject = table: 000001C2BC1C1D80 {
}
overrideFadeTimestamp = 0
SetInsertMode = defined =[C]:-1
MarkDisplayDirty = defined =[C]:-1
isDisplayDirty = true
GetMessageInfo = defined =[C]:-1
GetOnScrollChangedCallback = defined =[C]:-1
isLayoutDirty = true
ScrollDown = defined =[C]:-1
AtTop = defined =[C]:-1
GetFontObject = defined =[C]:-1
onDisplayRefreshedCallbacks =

{
}
SetScrollOffset = defined =[C]:-1
visibleLines =
{
}
oldestFadingLineTimestamp = Infinite
textIsCopyable = false
scrollOffset = 0
CanEffectivelyFade = defined =[C]:-1
fadeDurationSecs = 3
timeVisibleSecs = 3
insertMode = 2
OnPostMouseDown = defined =[C]:-1
OnPreSizeChanged = defined =[C]:-1
AddOnDisplayRefreshedCallback = defined =[C]:-1
GetScrollOffset = defined =[C]:-1
ResetSelectingText = defined =[C]:-1
GetScaledCursorPosition = defined =[C]:-1
PageUp = defined =[C]:-1
UpdateSelectingText = defined =[C]:-1
GetNumMessages = defined =[C]:-1
GetTextColor = defined =[C]:-1
GatherSelectedText = defined =[C]:-1
CallOnDisplayRefreshed = defined =[C]:-1
AtBottom = defined =[C]:-1
ScrollToBottom = defined =[C]:-1
GetSpacing = defined =[C]:-1
OnPreLoad = defined =[C]:-1
OnPostMouseUp = defined =[C]:-1
ScrollUp = defined =[C]:-1
SetSpacing = defined =[C]:-1
ScrollByAmount = defined =[C]:-1
CalculateLineSpacing = defined =[C]:-1
SetTextCopyable = defined =[C]:-1
PageDown = defined =[C]:-1
AdjustMessageColors = defined =[C]:-1
InitializeFontableFrame = defined =[C]:-1
RefreshLayout = defined =[C]:-1
GetShadowColor = defined =[C]:-1
SetFadeDuration = defined =[C]:-1
SetOnTextCopiedCallback = defined =[C]:-1
GetJustifyH = defined =[C]:-1
IsSelectingText = defined =[C]:-1
FindCharacterAndLineIndexAtCoordinate = defined =[C]:-1
GetMaxScrollRange = defined =[C]:-1
SetJustifyH = defined =[C]:-1
Acquir`

@Jockulation Jockulation added the bug Something isn't working label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants