View Bug Report
Nil value error, creates Unclickable area in ESO UI.
Bug #: 3277
File: Wykkyd Outfitter
Date: 11/14/20 01:17 AM
By: DewiMorgan
Status: Unconfirmed
A post here https://forums.elderscrollsonline.com/en/discussion/551874/for-anyone-still-using-wykkydsoutfitter describes someone else having the same issue, and proposes an (incomplete) code fix to the affected line.

user:/AddOns/wykkydsOutfitter/code/GC.Frame.lua:379: attempt to index a nil value
stack traceback:
user:/AddOns/wykkydsOutfitter/code/GC.Frame.lua:379: in function '_addon.GC.Frame.Overlay.SetFrameCoords'
|caaaaaa<Locals> self = ud, addOnX = 974.99487304688, addOnY = 460.58752441406 </Locals>|r
user:/AddOns/wykkydsOutfitter/code/GC.Frame.lua:389: in function 'Load'
user:/AddOns/wykkydsOutfitter/addon.lua:96: in function 'Initialize'
|caaaaaa<Locals> self = [table:1]{MINOR = ".0306004", enableFrameworkOnUpdate = T, MAJOR = "wykkydsOutfitter.2", DisplayName = "Wykkyd Outfitter", __settingsVar = "wykkydsOutfitterGlobal", Player = "Pixel Morgan", Name = "wykkydsOutfitter", addonLoadedIndependently = F, __AdvancedSettingsEnabled = T, Version = "2.3.6.4", SavedVariableVersion = 3, ID = "wykkydsOutfitter"} </Locals>|r
user:/AddOns/wykkydsOutfitter/addon.lua:108: in function 'onAfterStartupCallback'
|caaaaaa<Locals> self = [table:1] </Locals>|r
user:/AddOns/wykkydsOutfitter/e/LWF/LibWykkydFactory4.lua:7130: in function '(anonymous)'
|caaaaaa<Locals> eventCode = 65536, addOnName = "wykkydsOutfitter", base = [table:1] </Locals>|r

With the above error, this addon creates an unclickable area in the UI, where the Outfitter window would be (ie a transparent, uninteractible window).

This rectangle blocks clicks through it to things like the skills dialog, the guild trader, etc.

I disabled all addons and libs other than this one, and the behavior continues.

The Z-order of the click-blocking rectangle seems to be somewhere between the skills window and the chat window, since things are still clickable in the chat window if I move it to be over the affected rectangle and click a link within it.

I've simply disabled this addon as I don't use it, but am reporting for others.