<aside> 💡 This page lists some common ESO add-on or UI problems and how to potentially fix them.

</aside>

BugCatcher / BugEater / No, thank you!

If you run any of these add-ons and have them set to completely block Lua errors, you may be having errors you don’t even know about! The error messages often contain lots of useful information to pinpoint which add-on is causing issues. Before attempting to troubleshoot your problems, please either turn these error-suppressing add-ons off, or change their options to not suppress the Lua errors.

nothankyou.png

Blurry Screen or Blank Menus

If all your menus are blank or if parts of your screen are very blurry, it is due to a UI error. Ideally, there would be an error message, but if you’re unable to view it because of the UI being broken, there’s a good chance you have an old version of LibAddonMenu, which you can find the fix for below, in LibAddonMenu Errors.

https://cdn.discordapp.com/attachments/815619018022584359/1122310717249421312/image.png

Invisible Elements

Sometimes you might find that there are invisible boxes on your screen preventing you from clicking on other things underneath it. This will help find out what it is:

  1. Hover your mouse cursor over the invisible box.
  2. Paste this command into your chatbox and hit ENTER.
/script zo_callLater(function() d(WINDOW_MANAGER:GetMouseOverControl():GetName()) end, 500)
  1. After half a second, this command will print out the name of the element your cursor is over.

LibAddonMenu Errors

It’s very common to get LibAddonMenu errors, usually due to an embedded version of LibAddonMenu overriding your standalone install. In other words, some existing add-ons (such as Lazy Set Crafter) come bundled with their own version of LibAddonMenu inside, and those old versions are causing problems when other add-ons ask for LibAddonMenu.

In order to fix this, you need to go through your AddOns folder and delete the extra versions of LibAddonMenu. The AddOns folder is typically in Documents\\Elder Scrolls Online\\live\\AddOns. Also, make sure you have installed the standalone LibAddonMenu either manually or via Minion.

Detailed instructions

  1. Exit the game.
  2. Navigate to Documents\\Elder Scrolls Online\\live\\AddOns in your File Explorer.