View Single Post
06/06/14, 06:57 AM   #5
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
I'm getting this error, when i am trying to open the settings through the defined /-command:
Code:
user:/AddOns/ThurisazGuildInfo/lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:52: attempt to index a nil value
stack traceback:
	user:/AddOns/ThurisazGuildInfo/lib/LibAddonMenu-2.0/LibAddonMenu-2.0.lua:52: in function 'func'
	EsoUI/Libraries/Globals/globalapi.lua:156: in function '(anonymous)'
Though the settings menu is accessible via ESC->Addon Settings and works so far.

If you need more information to reproduce it, let me know Great work so far. Thanks Seerah!

Edit: Just clicked through ZO_GameMenu_InGame via /zgoo. This is just dumb... the table
Code:
ZO_GameMenu_InGame.gameMenu.headerControls.Settings
is localized and has a different name in the german client i'm using:
Code:
ZO_GameMenu_InGame.gameMenu.headerControls.Einstellungen

Last edited by Froali : 06/06/14 at 07:01 AM.