View Single Post
06/01/18, 02:00 PM   #3
deljason
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 9
Originally Posted by Baertram View Post
Pleas epost the whole lua error message you get here including the call stack! Maybe this helps.
Do you get the error message on the GamepadBuddy addon which one can download here at esoui (same version, no changes?) or di you change something already?
Did you test it without any other addons?
Did you update the libraries used in this addon (if there are any and if they were updated in the past)?
It is on the unmodified version of GamePadBuddy http://www.esoui.com/downloads/info1...ePadBuddy.html


It happens even if this is the only addon enabled.

I grabbed a fresh libaddonmenu 2.0 and libstub but that did not help.

I figured out that the addon partially works despite the errors. However, the 'addon' menu is not there, presumably due to the error in the AddonMenu.lua file and integration with TTC isn't working.

Here is what appears in the log file (and error box ingame):

2018-06-01T13:58:55.916-07:00 |cff0000Lua Error: user:/AddOns/GamePadBuddy/GamePadBuddy.lua:221: attempt to index a nil value
stack traceback:
user:/AddOns/GamePadBuddy/GamePadBuddy.lua:221: in function '(main chunk)'|r
2018-06-01T13:58:55.917-07:00 |cff0000Lua Error: user:/AddOns/GamePadBuddy/AddonMenu.lua:4: attempt to index a nil value
stack traceback:
user:/AddOns/GamePadBuddy/AddonMenu.lua:4: in function '(main chunk)'|r

018-06-01T14:13:12.567-07:00 |cff0000Lua Error: user:/AddOns/GamePadBuddy/GamePadBuddy.lua:221: attempt to index a nil value
stack traceback:
user:/AddOns/GamePadBuddy/GamePadBuddy.lua:221: in function '(main chunk)'|r
2018-06-01T14:13:12.567-07:00 |cff0000Lua Error: user:/AddOns/GamePadBuddy/AddonMenu.lua:4: attempt to index a nil value
stack traceback:
user:/AddOns/GamePadBuddy/AddonMenu.lua:4: in function '(main chunk)'|r

Last edited by deljason : 06/01/18 at 02:16 PM.
  Reply With Quote