You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be consistent for all incoming and outgoing battle net messages. Full stack trace included below.
Message: Interface\AddOns\Prat-3.0\modules\PlayerNames.lua:1262: attempt to index global 'C_BattleNet' (a nil value)
Time: Wed May 19 13:05:06 2021
Count: 13
Stack: Interface\AddOns\Prat-3.0\modules\PlayerNames.lua:1262: attempt to index global 'C_BattleNet' (a nil value)
[string "@Interface\AddOns\Prat-3.0\modules\PlayerNames.lua"]:1262: in function <Interface\AddOns\Prat-3.0\modules\PlayerNames.lua:1259>
[string "@Interface\AddOns\Prat-3.0\modules\PlayerNames.lua"]:1627: in function `FormatPlayer'
[string "@Interface\AddOns\Prat-3.0\modules\PlayerNames.lua"]:1744: in function `?'
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:119: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:29: in function <...sic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@Interface\AddOns\AtlasLootClassic\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"]:64: in function `Fire'
[string "@Interface\AddOns\Prat-3.0\addon\addon.lua"]:673: in function <Interface\AddOns\Prat-3.0\addon\addon.lua:613>
[string "=(tail call)"]: ?
[string "@Interface\FrameXML\ChatFrame.lua"]:2930: in function `ChatFrame_OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
I added some simple code to suppress the message but I doubt it is the correct fix.
Putting
if not C_BattleNet then return end
seems to suppress the message
The text was updated successfully, but these errors were encountered:
Seems to be consistent for all incoming and outgoing battle net messages. Full stack trace included below.
I added some simple code to suppress the message but I doubt it is the correct fix.
Putting
seems to suppress the message
The text was updated successfully, but these errors were encountered: