BattleGroundEnemies

BattleGroundEnemies

6M Downloads

Tried to call the protected function 'BGEEnemies:Hide()'

alexandersoto opened this issue ยท 2 comments

commented

Describe the problem

Looking through bug grabber and found these stack traces - thought they may be helpful.

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

11.0.5.9

Do you have an error log of what happened (BugSack and BugGrabber are recommended to collect errors)*?

20x [ADDON_ACTION_BLOCKED] AddOn 'BattleGroundEnemies' tried to call the protected function 'BGEEnemies:Hide()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Hide'
[string "@BattleGroundEnemies/Mainframe.lua"]:357: in function `Disable'
[string "@BattleGroundEnemies/Mainframe.lua"]:362: in function <BattleGroundEnemies/Mainframe.lua:360>
[string "=(tail call)"]: ?
[string "@BattleGroundEnemies/Mainframe.lua"]:503: in function `SetPlayerCount'
[string "@BattleGroundEnemies/Mainframe.lua"]:303: in function `AfterPlayerSourceUpdate'
[string "@BattleGroundEnemies/Main.lua"]:2175: in function `?'
[string "@BattleGroundEnemies/Main.lua"]:592: in function <BattleGroundEnemies/Main.lua:589>
[string "=[C]"]: in function `SetBattlefieldScoreFaction'
[string "@Blizzard_PVPMatch/PVPMatchResults.lua"]:499: in function `OnTabGroupClicked'
[string "@Blizzard_PVPMatch/PVPMatchResults.lua"]:94: in function <Blizzard_PVPMatch/PVPMatchResults.lua:94>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}

and

1x [ADDON_ACTION_BLOCKED] AddOn 'BattleGroundEnemies' tried to call the protected function 'BGEEnemies:Hide()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function `Hide'
[string "@BattleGroundEnemies/Mainframe.lua"]:482: in function `Disable'
[string "@BattleGroundEnemies/Mainframe.lua"]:487: in function <BattleGroundEnemies/Mainframe.lua:485>
[string "=(tail call)"]: ?
[string "@BattleGroundEnemies/Mainframe.lua"]:592: in function `SetRealPlayerCount'
[string "@BattleGroundEnemies/Main.lua"]:2221: in function `?'
[string "@BattleGroundEnemies/Main.lua"]:652: in function <BattleGroundEnemies/Main.lua:649>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
}
commented

should be fixed in latest release, if still an issue feel free to open a new issue

commented

Hey, thanks for the report. I got this error myself already, it will be fixed in the next release :)