Dragonflight UI Classic

Dragonflight UI Classic

502k Downloads

[BUG] Minimap error with LFG Bulletin Board

brutzel opened this issue ยท 3 comments

commented

Describe the bug
When you have LFG Bulletin Board installed, you get this error after login or reload:

Error Log

Message: Interface/AddOns/DragonflightUI/Modules/Minimap.lua:1406: attempt to index local 'btn' (a nil value)
Time: Sun Dec 15 02:33:44 2024
Count: 1
Stack: Interface/AddOns/DragonflightUI/Modules/Minimap.lua:1406: attempt to index local 'btn' (a nil value)
[string "@Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...ce/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:536: in function `EnableAddon'
[string "@Interface/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:626: in function <...ce/AddOns/Details/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals:

Versions (please complete the following information):

  • WoW: Era
  • Addon 0.19.13 with LFG Bulletin Board 3.41

Additional context
Add any other context about the problem here.

commented

Can't confirm that. Button is there and styled, even with dark mode.
But just to make sure, I added a safeguard cause why not: 938ff00
Now it should just be a visual problem; and if any other error is fixed, I could investigate more. I tried different locales and with other addons, but for me everything works as expected.

commented

The button is there, correct, but if I enable /console scriptErrors 1 I get the mentioned lua error after reload or at login.

commented

Can confirm this is fixed with 0.19.14. Thanks!