Micro Menu Does not Show up in TBC Classic with new update (7/7) #2423


  • Defect
Open
  • rtiddy88 created this issue Jul 7, 2026

    Micro Menu does not appear at all in TBC Classic, with the new update dropped on (7/7/2026). Thank you. 

  • rtiddy88 added a tag Defect Jul 7, 2026
  • gemini1661 posted a comment Jul 7, 2026

    Error text:

     

    2x Blizzard_SharedXMLBase/TableUtil.lua:247: bad argument #1 to 'pairs' (table expected, got nil)
    [Blizzard_SharedXMLBase/TableUtil.lua]:247: in function 'CopyTable'
    [Bartender4/MicroMenu.lua]:44: in main chunk

     

    Locals:
    settings=nil
    shallow=nil
    copy=<table>

  • Khavar posted a comment Jul 8, 2026

    Hi, i got the same problem, can i fix it on my own or do we need to wait until bugfix?

  • gemini1661 posted a comment Jul 8, 2026

    Borrowing from the Comments page and doing some additional troubleshooting of my own, I came to this solution:

    Open MicroMenu.lua and scroll to line 44.  Modify line 44 as shown below, and include the additional lines.

     

    	BT_MICRO_BUTTONS = MICRO_BUTTONS and CopyTable(MICRO_BUTTONS)or{
    		"CharacterMicroButton",
    		"SpellbookMicroButton",
    		"TalentMicroButton",
    		"QuestLogMicroButton",
    		"WorldMapMicroButton",
    		"MainMenuMicroButton",
    		"HelpMicroButton",
    }
    

     

    Should now look like the image below.  Lines 53 and below are existing code, pictured for reference.


To post a comment, please login or register a new account.