Results: 112Comments by: DunkleMaterie
File: AUI - Advanced UI08/17/18
Re: Fix for Actionbars errors
Posted By: DunkleMaterie
This fixed both the skills and quickslots errors for me In "Documnets\Elder Scrolls Online\live\AddOns\AUI\modules\actionbar\Actionbar.lua" changed the following: LINE 715 change: SKILLS_ACTION_BAR_FRAGMENT:Show() to: ACTION_BAR_FRAGMENT:Show() LINE 728 change: SKILLS_ACTION_BAR_FRAGMENT:Show() to: ACTION_BAR_FRAGMENT:Show()...
File: AUI - Advanced UI08/17/18
Delivered version 2.597beta error w...
Posted By: DunkleMaterie
Delivered version 2.597beta error was gone. But there are still problems with the minimap. http://www.esoui.com/forums/showthread.php?t=7983 Yes, I can confirm this, but it caused no runtime trouble, therefore it is low prio on list. This is what's left atm: - Find a replacement for SKILLS_ACTION_BAR_FRAGMENT:Show() to fi...
File: AUI - Advanced UI08/17/18
Thank you DunkleMaterie, Your fi...
Posted By: DunkleMaterie
Thank you DunkleMaterie, Your fix - fixed part of it what I get now is this: After access my quickslot bar to make a change it seems to lose the number selected and overlaps the skill bar Before: https://i.imgur.com/YVK74J3.jpg After: https://i.imgur.com/76OTHyj.jpg Ah, ok, this is not acceptible as "fix". :rolleye...
File: AUI - Advanced UI08/17/18
version 2.596 The error occurs imme...
Posted By: DunkleMaterie
version 2.596 The error occurs immediately after entering the game. And the minicart works inappropriately. Thank you for feedback. So you do not use the 2.597beta available here? http://www.esoui.com/downloads/info2022.html I'm only asking because, I cant get this error message using the beta and code lines mentioned in stack...
File: AUI - Advanced UI08/16/18
user:/AddOns/AUI/functions/Events.l...
Posted By: DunkleMaterie
user:/AddOns/AUI/functions/Events.lua:570: attempt to index a nil value stack traceback: user:/AddOns/AUI/functions/Events.lua:570: in function 'AUI.LoadEvents' user:/AddOns/AUI/AUI.lua:134: in function 'AUI_OnLoad' Does anyone know how to fix it? I really would like to help, but I did not get this error. Could you please de...
File: AUI - Advanced UI08/15/18
Re: Re: Re: Re: Re: I know this is dead but
Posted By: DunkleMaterie
DunkleMaterie Your fix listed earlier gets rid of the error. Unfortunately it also removes the display of the action bar when you are in inventory and do a q to set up quickslots but I can live with that so thanks much! Is this addon being maintained? Does anyone know? It may be time to find a series of other addons which is a shame...
File: AUI - Advanced UI08/15/18
Re: Must Disable AUI to change items in quick slots
Posted By: DunkleMaterie
Error received when hitting I (inventory) and Q (quick slots) must disable AUI to change items in quick slots. user:/AddOns/AUI/modules/actionbar/Actionbar.lua:728: attempt to index a nil value stack traceback: user:/AddOns/AUI/modules/actionbar/Actionbar.lua:728: in function 'callback' ... Hello, maybe the change below...
File: AUI - Advanced UI08/14/18
Re: Re: Re: Re: I know this is dead but
Posted By: DunkleMaterie
I will try your fix listed earlier and if it works let you know otherwise I will post more info Thank you. I just want to mention, that I use the beta patch (see AUI.txt in addons folder): ## Title: |c77ee02Advanced UI|r || Version: 2.597b(beta) If you download the "default" addon from main page you will get the 2.596: ##...
File: AUI - Advanced UI08/14/18
Re: Re: I know this is dead but
Posted By: DunkleMaterie
Hitting q in inventory results in self = tbl, oldState = "hidden" |r (...) buttonOrEtherealDescriptor = tbl, keybindButtonDescriptor = tbl |r (tail call): ? (tail call): ? I confirm, since the latest update of TESO. I cannot reproduce this. Are you sure that is error comes from AUI? What stac...
File: AUI - Advanced UI08/14/18
I installed AUI and this begin to s...
Posted By: DunkleMaterie
I installed AUI and this begin to show. How i can fix it? user:/AddOns/AUI/functions/Events.lua:570: attempt to index a nil value stack traceback: user:/AddOns/AUI/functions/Events.lua:570: in function 'AUI.LoadEvents' user:/AddOns/AUI/AUI.lua:134: in function 'AUI_OnLoad' |caaaaaa p_eventCode = 65536, p_addOnName = "AUI...
File: AUI - Advanced UI08/14/18
Re: Error Message
Posted By: DunkleMaterie
user:/AddOns/AUI/modules/actionbar/Actionbar.lua:728: attempt to index a nil value stack traceback: user:/AddOns/AUI/modules/actionbar/Actionbar.lua:728: in function 'callback' .... Could be solved using my change (see below).
File: AUI - Advanced UI08/14/18
Re: Error-Msg.
Posted By: DunkleMaterie
Yes, update is neccessary. hitting K results in...:( I had the same error, could solve it by changing code in \AddOns\AUI\modules\actionbar\Actionbar.lua Goto line 711 and replace the code until line 736 with this: SKILLS_FRAGMENT:RegisterCallback("StateChange", function(oldState, newState) if isLoaded then...