View Single Post
06/13/21, 04:57 AM   #1
DarthFett11
 
DarthFett11's Avatar
Join Date: Aug 2014
Posts: 12
Advanced Disable Controller UI

I've been using this addon for a bit now as it helps alleviate my arthritis pain. I've tried going through the bug logs using bugcatcher but I can't seem to figure them out.

The addon works for the most part but sometimes the UI resolution gets off which then causes other addons to not work correctly.
My work around has been to just use the controller for movement and combat and using the mouse/keyboard for anything needing the UI but it's not always possible as sometimes just using my mouse is painful.

I've copied the 3 errors that I keep getting if anyone is able to take a look. Hopefully it's an easy fix but if it's more involved (like having to rewrite the addon since it's no longer supported) then just let me know and I'll continue to work around when possible.

Error 1:
function expected instead of nil
stack traceback:
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:328: in function 'myActionButton_ApplyStyle'
<Locals> self = [table:1]{showingCooldown = F, buttonType = 1, usable = F, hasAction = T, isGlobalCooldown = T, useDesaturation = F, inCooldown = F, costFailureOnly = F, useFailure = T, needsAnimationParameterUpdate = T, itemQtyFailure = F, suppressUltimateSound = F, noUpdates = F, currentUltimateMax = 21, showTimer = F}, template = "ZO_ActionButton_Gamepad_Templa..." </Locals>
EsoUI/Ingame/ActionBar/ActionBar.lua:307: in function 'ApplyStyle'
<Locals> style = [table:2]{backRowUltimateSlotOffsetY = -30, weaponSwapOffsetY = 4, width = 606, quickslotOffsetXFromCompanionUltimate = 45, weaponSwapOffsetX = 61, backRowSlotOffsetY = -17, ultimateSlotOffsetX = 65, quickslotOffsetXFromFirstSlot = 5, showWeaponSwapButton = F, showNormalBindingTextOnUltimate = F, abilitySlotOffsetX = 10, showKeybindBG = F}, buttonTemplate = "ZO_ActionButton_Gamepad_Templa...", backBarButtonTemplate = "ZO_ActionBarTimer_BackBarSlot_...", physicalSlot = 8, button = [table:1] </Locals>
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:126: in function 'myZO_PlatformStyle_Apply'
<Locals> self = [table:3]{} </Locals>
EsoUI/Libraries/ZO_PlatformStyle/ZO_PlatformStyle.lua:20: in function 'ZO_PlatformStyleManager:OnGamepadPreferredModeChanged'
<Locals> self = [table:4]{}, _ = 11, object = [table:3] </Locals>
EsoUI/Libraries/ZO_PlatformStyle/ZO_PlatformStyle.lua:11: in function '(anonymous)'



Error 2:
function expected instead of nil
stack traceback:
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:378: in function 'myActionButton_SetupFlipAnimation'
<Locals> self = [table:1]{showingCooldown = F, usable = F, hasAction = T, isGlobalCooldown = T, useDesaturation = F, inCooldown = F, costFailureOnly = F, needsAnimationParameterUpdate = T, useFailure = T, itemQtyFailure = F, currentUltimateMax = 0, noUpdates = F, buttonType = 1, showTimer = F}, OnStopHandlerFirst = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:443, OnStopHandlerLast = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:446, timeline = ud </Locals>
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:453: in function 'onGamepadModeChanged_ActionBarFlipAnimation'
<Locals> OnSwapAnimationHalfDone = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:443, OnSwapAnimationDone = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:446, slotNum = 3, button = [table:1] </Locals>



Error 3:
function expected instead of nil
stack traceback:
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:357: in function 'myActionButton_SetupFlipAnimation'
<Locals> self = [table:1]{showingCooldown = F, usable = T, hasAction = T, isGlobalCooldown = T, useDesaturation = F, inCooldown = F, costFailureOnly = F, needsAnimationParameterUpdate = T, useFailure = F, itemQtyFailure = F, currentUltimateMax = 0, noUpdates = F, buttonType = 1, showTimer = F}, OnStopHandlerFirst = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:443, OnStopHandlerLast = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:446 </Locals>
user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:453: in function 'onGamepadModeChanged_ActionBarFlipAnimation'
<Locals> OnSwapAnimationHalfDone = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:443, OnSwapAnimationDone = user:/AddOns/AdvancedDisableControllerUI/src/ADCUI_GlobalOverrides.lua:446, slotNum = 3, button = [table:1] </Locals>
  Reply With Quote