tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
396 stars 136 forks source link

protected function call 'GetPlaystyleString()' error #1225

Open YoungWoo93 opened 3 weeks ago

YoungWoo93 commented 3 weeks ago

Troubleshooting Steps

WoWScrnShot_060724_005747

Describe the expected behavior and what actually happened?

simply applying for a party and getting rejected is repeatedly causing bugs to accumulate in BugSack.

I couldn't find any mention of this bug in the change log of the latest version of Elv. Since this bug has been observed starting from version 13.64, I am submitting this bug report.

Reproducing the issue.

  1. /edebug on
  2. load BugSack / BugGrabber
  3. applying party through the party finder
  4. rejected from the party

Lua Errors

3x [ADDON_ACTION_BLOCKED] 애드온 'ElvUI'|1이;가; 보호된 함수 'GetPlaystyleString()' 호출을 시도했습니다.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `GetPlaystyleString'
[string "@Blizzard_GroupFinder/Mainline/LFGList.lua"]:4048: in function `LFGListUtil_SetSearchEntryTooltip'
[string "@Blizzard_GroupFinder/Mainline/LFGList.lua"]:2881: in function <...aceBlizzard_GroupFinder/Mainline/LFGList.lua:2878>

Locals:
_ = Frame {
 RegisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:491
 0 = <userdata>
 UnregisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:491
 SetScript = <function> defined @!BugGrabber/BugGrabber.lua:491
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
 ADDON_ACTION_BLOCKED = <function> defined @!BugGrabber/BugGrabber.lua:557
 ADDON_ACTION_FORBIDDEN = <function> defined @!BugGrabber/BugGrabber.lua:557
 PLAYER_LOGIN = <function> defined @!BugGrabber/BugGrabber.lua:551
 LUA_WARNING = <function> defined @!BugGrabber/BugGrabber.lua:566
 ADDON_LOADED = <function> defined @!BugGrabber/BugGrabber.lua:511

Verification Steps

1Botanica1 commented 3 weeks ago

That is a taint

You can read about it here https://github.com/tukui-org/ElvUI/wiki/errors