DDCorkum / CTMod

CTMod
https://www.curseforge.com/wow/addons/ctmod
1 stars 4 forks source link

AddOn 'CT_UnitFrames' tried to call the protected function 'StatusBar:Show()'. #173

Closed Aciddeathx closed 10 months ago

Aciddeathx commented 10 months ago

Started getting these errors today in live

[ADDON_ACTION_BLOCKED] AddOn 'CT_UnitFrames' tried to call the protected function 'StatusBar:Show()'. [string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481> string "=[C]": in function Show' [string "@CT_UnitFrames/CT_UnitFrames.lua"]:143: in functionUpdateStatusBarTextString' [string "@CT_UnitFrames/CT_PlayerFrame.lua"]:27: in function <CT_UnitFrames/CT_PlayerFrame.lua:25>

string "=[C]": in function `SetValue' [string "@FrameXML/UnitFrame.lua"]:1009: in function <FrameXML/UnitFrame.lua:989>

Locals: _ = Frame { RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487 0 = UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487 SetScript = defined @!BugGrabber/BugGrabber.lua:487 } event = "ADDON_ACTION_BLOCKED" events =

{ ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553 ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553 PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547 LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562 ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507

I assume it has something to do with the Scorpio addon?

[ADDON_ACTION_BLOCKED] AddOn 'Scorpio' tried to call the protected function 'StatusBar:Show()'. [string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481> string "=[C]": in function Show' [string "@FrameXML/TargetFrame.lua"]:379: in functionCheckClassification' [string "@FrameXML/TargetFrame.lua"]:138: in function Update' [string "@FrameXML/TargetFrame.lua"]:162: in functionOnEvent' [string "@FrameXML/UnitFrame.lua"]:1072: in function <FrameXML/UnitFrame.lua:1070> string "=[C]": in function `TurnOrActionStop'

Locals: _ = Frame { RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487 0 = UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487 SetScript = defined @!BugGrabber/BugGrabber.lua:487 } event = "ADDON_ACTION_BLOCKED" events =

{ ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553 ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553 PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547 LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562 ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507

ilmare-tuor commented 10 months ago

Getting similar error popups referencing "CT_UnitFrames" since latest retail build pushed 10/24 in USA.

I don't use "Scorpio".

DDCorkum commented 10 months ago

I put in a temporary fix that disables three lines of code.