new patch 9.2.5 is bugged
reyard opened this issue ยท 5 comments
There's a LUA error in the addon's init()
function which is causing it not to load:
LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@LFGSpamFilter\modules/main.lua"]:7: in function `init'
[string "@LFGSpamFilter\LFGSpamFilter-1.0.0.lua"]:29: in function <LFGSpamFilter\LFGSpamFilter.lua:23>
Looks like the function C_LFGList.ReportSearchResult(resultID, complaintType) of the WoW API has been changed.
Blizzard updated the 'report tool' to include other types of reports, this might have changed something.
Lua Error Im getting in 9.2.5:
Message: Interface\AddOns\LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
Time: Wed Jun 1 13:24:54 2022
Count: 1
Stack: Interface\AddOns\LFGSpamFilter\modules/main.lua:7: hooksecurefunc(): ReportSearchResult is not a function
[string "=[C]"]: in function 'hooksecurefunc\'
[string "@Interface\AddOns\LFGSpamFilter\modules/main.lua"]:7: in function 'init'
[string "@Interface\AddOns\LFGSpamFilter\LFGSpamFilter.lua"]:29: in function <Interface\AddOns\LFGSpamFilter\LFGSpamFilter.lua:23>
Locals:
Also C_ReportSystem.SendReport()
is protected, so this addon can no longer report groups by itself. Will release an update soon.
Should be fixed in e9f2945