ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Error i cant fix help (https://www.esoui.com/forums/showthread.php?t=8691)

yulunara 08/11/19 05:19 PM

Error i cant fix help
 
Hello all i keep getting this error and i cant seem to fix it any help would be appreciated.
Note did fresh install of windows
reinstalled minion/ and main game

bad argument #1 to 'pairs' (table/struct expected, got nil)
stack traceback:
[C]: in function 'pairs'
EsoUI/Libraries/Utility/ZO_TableUtils.lua:181: in function 'ZO_ShallowTableCopy'
|caaaaaa<Locals> dest = tbl </Locals>|r
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/LibAddonMenu-b.lua:390: in function '(main chunk)'
|caaaaaa<Locals> lam = tbl, lam2 = tbl, eventHandle = "LibAddonMenu-b", lang = "kr", messages = tbl, MESSAGE_PREFIX = "[LAMb] ", PrintLater = user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/LibAddonMenu-b.lua:11, FlushMessages = user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/LibAddonMenu-b.lua:15, wm = ud, em = ud, sm = tbl, cm = tbl, MIN_HEIGHT = 24, HALF_WIDTH_LINE_SPACING = 2, OPTIONS_CREATION_RUNNING = 1, OPTIONS_CREATED = 2, LAM_CONFIRM_DIALOG = "LAM_CONFIRM_DIALOG", LAM_DEFAULTS_DIALOG = "LAM_DEFAULTS", LAM_RELOAD_DIALOG = "LAM_RELOAD_DIALOG", addonsForList = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/submenu.lua:11: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/submenu.lua:11: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 11, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/checkbox.lua:18: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/checkbox.lua:18: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 14, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/colorpicker.lua:18: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/colorpicker.lua:18: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 13, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/dropdown.lua:23: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/dropdown.lua:23: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 18, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/header.lua:11: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/header.lua:11: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 8, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/texture.lua:15: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/texture.lua:15: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 9, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/panel.lua:18: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/panel.lua:18: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 13, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/checkbox_b.lua:18: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/checkbox_b.lua:18: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 1, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/editbox.lua:20: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/editbox.lua:20: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 14, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/BUI_Menu.lua:2134: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/BUI_Menu.lua:2134: in function 'BUI.Menu:Initialize'
|caaaaaa<Locals> self = tbl, LAMb = tbl, AdvancedMenu = true, index = "MenuTargetFrames", data = tbl, Options = tbl </Locals>|r
user:/AddOns/BanditsUserInterface/BUI_Initialize.lua:162: in function 'Initialize'
|caaaaaa<Locals> eventCode = 65536, addOnName = "BanditsUserInterface" </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/description.lua:12: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/description.lua:12: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 8, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/button.lua:16: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/button.lua:16: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 11, LAM = tbl </Locals>|r

user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/slider.lua:24: function expected instead of nil
stack traceback:
user:/AddOns/BanditsUserInterface/lib/LibAddonMenu/controls/slider.lua:24: in function '(main chunk)'
|caaaaaa<Locals> widgetVersion = 12, LAM = tbl </Locals>|r

another note this is in korean....and i have no idea why.
https://ibb.co/zskdTV1

Rhyono 08/11/19 05:22 PM

BanditsUserInterface seems to be the problem

yulunara 08/11/19 05:24 PM

Quote:

Originally Posted by Rhyono (Post 38831)
BanditsUserInterface seems to be the problem

I understand worked perfectly until yesterday.

Baertram 08/11/19 05:41 PM

Minion sometimes installs addon "patches" (not the whole addon but patches that are made for an addon and are named the same liek the addon) which are made with different languages.
It seems some addon was updated with a korean patch and this might have broken your client here.

Logout!
Search your installed addons and check here on esoui if there are existing addons which got some patch named with KR or Korean. Uninstall this addon then and install the original non-KR version again (maybe manually if Minion installs the wrong one).

Someone recently had a similar problem:
https://www.esoui.com/forums/showthread.php?t=8684
The addon was "Alchemy KR patch" and overwrote the Alchemy addon.

Or login, at teh character selection switch to the addons tab and disable all addons except Bandits UI and the needed libraries.
Login then.
In the chat use this command:
Code:

/script SetCVar("language.2","en")
A reloadui is done and this will switch your language to English.

Use fr for French or de for German.

yulunara 08/11/19 06:22 PM

Quote:

Originally Posted by Baertram (Post 38833)
Minion sometimes installs addon "patches" (not the whole addon but patches that are made for an addon and are named the same liek the addon) which are made with different languages.
It seems some addon was updated with a korean patch and this might have broken your client here.

Logout!
Search your installed addons and check here on esoui if there are existing addons which got some patch named with KR or Korean. Uninstall this addon then and install the original non-KR version again (maybe manually if Minion installs the wrong one).

Someone recently had a similar problem:
https://www.esoui.com/forums/showthread.php?t=8684
The addon was "Alchemy KR patch" and overwrote the Alchemy addon.

Or login, at teh character selection switch to the addons tab and disable all addons except Bandits UI and the needed libraries.
Login then.
In the chat use this command:
Code:

/script SetCVar("language.2","en")
A reloadui is done and this will switch your language to English.

Use fr for French or de for German.


This worked thank you so much!


All times are GMT -6. The time now is 06:53 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI