-
Notifications
You must be signed in to change notification settings - Fork 9
[Retail] attempt to compare a secret value #78
Copy link
Copy link
Open
Description
With the prepatch when trying to interact with the scroll in siege of orgrimmar to skip to garrosh (and with the lantern in the curt of stars), these errors are triggered:
Time: Tue Jan 27 15:06:57 2026
Count: 1
Stack:
[Interface/AddOns/Interaction/Code/Modules/Core/HideUI/Core/HideUI_Script.lua]:118: in function 'StartInteraction'
[Interface/AddOns/Interaction/Code/Modules/Core/HideUI/Core/HideUI_Script.lua]:154: in function 'func'
[Interface/AddOns/Interaction/Code/Foundation/Core/Utilities/CallbackRegistry.lua]:46: in function 'Trigger'
[Interface/AddOns/Interaction/Code/Modules/Core/Interaction/Core/Interaction_Script.lua]:105: in function 'Start'
[Interface/AddOns/Interaction/Code/Modules/Core/Interaction/Core/Interaction_Script.lua]:249: in function 'StartInteraction'
[Interface/AddOns/Interaction/Code/Modules/Core/Interaction/Core/Interaction_Script.lua]:261: in function <...Modules/Core/Interaction/Core/Interaction_Script.lua:242>
Locals:
self = <table> {
}
(*temporary) = <no value>
(*temporary) = "Sebrius"
(*temporary) = "player"
(*temporary) = "Sebrius"
(*temporary) = nil
(*temporary) = "attempt to compare a secret value"
addon = <table> {
Database = <table> {
}
TemplateRegistry = <table> {
}
BlizzardMinimapIcon = <table> {
}
AlertNotification = <table> {
}
Foundation = <table> {
}
BlizzardSound = <table> {
}
Theme = <table> {
}
ContextIcon = <table> {
}
Libraries = <table> {
}
SoundEffects = <table> {
}
API = <table> {
}
Readable = <table> {
}
Initialize = <table> {
}
CallbackRegistry = <table> {
}
Alert = <table> {
}
ControlGuide = <table> {
}
LoadedAddons = <table> {
}
Locales = <table> {
}
Cinematic = <table> {
}
BlizzardSettings = <table> {
}
Interaction = <table> {
}
Support = <table> {
}
Variables = <table> {
}
BlizzardFrames = <table> {
}
Modules = <table> {
}
TextToSpeech = <table> {
}
SettingsUI = <table> {
}
PromptText = <table> {
}
GameTooltip = <table> {
}
Prompt = <table> {
}
Input = <table> {
}
InteractionFrame = <table> {
}
Audiobook = <table> {
}
PlayerStatusBar = <table> {
}
HideUI = <table> {
}
EventListener = <table> {
}
ConsoleVariables = <table> {
}
Get = <table> {
}
}
NS = <table> {
Variables = <table> {
}
Script = <table> {
}
}
Time: Tue Jan 27 15:06:58 2026
Count: 5
Stack:
[Interface/AddOns/Interaction/Code/Modules/Core/Interaction/Modules/Dialog/Core/Dialog_Script.lua]:1172: in function <...re/Interaction/Modules/Dialog/Core/Dialog_Script.lua:1164>
Locals:
self = Frame {
}
event = "GLOBAL_MOUSE_UP"
button = "LeftButton"
targetName = <no value>
mouseOverName = nil
(*temporary) = <no value>
(*temporary) = "nil"
(*temporary) = nil
(*temporary) = "nil"
(*temporary) = "attempt to compare a secret value"
addon = <table> {
Database = <table> {
}
TemplateRegistry = <table> {
}
BlizzardMinimapIcon = <table> {
}
AlertNotification = <table> {
}
Foundation = <table> {
}
BlizzardSound = <table> {
}
Theme = <table> {
}
ContextIcon = <table> {
}
Libraries = <table> {
}
SoundEffects = <table> {
}
API = <table> {
}
Readable = <table> {
}
Initialize = <table> {
}
CallbackRegistry = <table> {
}
Alert = <table> {
}
ControlGuide = <table> {
}
LoadedAddons = <table> {
}
Locales = <table> {
}
Cinematic = <table> {
}
BlizzardSettings = <table> {
}
Interaction = <table> {
}
Support = <table> {
}
Variables = <table> {
}
BlizzardFrames = <table> {
}
Modules = <table> {
}
TextToSpeech = <table> {
}
SettingsUI = <table> {
}
PromptText = <table> {
}
GameTooltip = <table> {
}
Prompt = <table> {
}
Input = <table> {
}
InteractionFrame = <table> {
}
Audiobook = <table> {
}
PlayerStatusBar = <table> {
}
HideUI = <table> {
}
EventListener = <table> {
}
ConsoleVariables = <table> {
}
Get = <table> {
}
}
Frame = InteractionFrame.DialogFrame {
isMouseOver = false
REF_BACKGROUND_DIALOG_TAIL = InteractionFrame.DialogFrame.Background.Style_Dialog.Tail {
}
REF_CLIP = InteractionFrame.DialogFrame.Clip {
}
REF_TITLE_PROGRESS = InteractionFrame.DialogFrame.Title.LayoutGroup.Progress {
}
mouseDownCallbacks = <table> {
}
leaveCallbacks = <table> {
}
REF_TITLE_PROGRESS_BAR = InteractionFrame.DialogFrame.Title.LayoutGroup.Progress.Bar {
}
enterCallbacks = <table> {
}
hidden = true
mouseUpCallbacks = <table> {
}
REF_MOUSE_RESPONDER = InteractionFrame.DialogFrame.MouseResponder {
}
MouseResponder = InteractionFrame.DialogFrame.MouseResponder {
}
Background = InteractionFrame.DialogFrame.Background {
}
isMouseDown = false
REF_BACKGROUND = InteractionFrame.DialogFrame.Background {
}
REF_BACKGROUND_SCROLL = InteractionFrame.DialogFrame.Background.Style_Scroll {
}
REF_TITLE_TITLEFRAME_TEXT = InteractionFrame.DialogFrame.Title.LayoutGroup.TitleFrame.Text.Text.Text {
}
Clip = InteractionFrame.DialogFrame.Clip {
}
REF_CONTENT_TEXT = FontString {
}
REF_BACKGROUND_DIALOG = InteractionFrame.DialogFrame.Background.Style_Dialog {
}
REF_BACKGROUND_RUSTIC = InteractionFrame.DialogFrame.Background.Style_Rustic {
}
REF_TITLE_TITLEFRAME = InteractionFrame.DialogFrame.Title.LayoutGroup.TitleFrame {
}
REF_CONTENT = InteractionFrame.DialogFrame.Content {
}
REF_TITLE_PREFIXFRAME = InteractionFrame.DialogFrame.Title.LayoutGroup.PrefixFrame {
}
Title = InteractionFrame.DialogFrame.Title {
}
REF_TITLE_PREFIXFRAME_TEXT = InteractionFrame.DialogFrame.Title.LayoutGroup.PrefixFrame.Text.Text.Text {
}
REF_BACKGROUND_EMOTE = InteractionFrame.DialogFrame.Background.Style_Emote {
}
Content = InteractionFrame.DialogFrame.Content {
}
REF_TITLE = InteractionFrame.DialogFrame.Title {
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels