Thread Tools Display Modes
08/20/14, 04:17 PM   #1
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Assertion failed in ZO_KeybindStrip.lua with all addons disabled

I want to know if this is a bug everyone has, or it's just me. Steps to reproduce:

1. open inventory
2. switch to Quickslots tab
3. hover over any item in inventory or quickslots
4. press 'C' (default keybind for Character screen) while hovering over an item, so it shows tooltip
5. see the error:

Lua Code:
  1. function ZO_KeybindStrip:AddKeybindButton(keybindButtonDescriptor)
  2.     -- this is the assert that triggers it
  3.     assert(self.keybinds[keybindButtonDescriptor.keybind] == nil)

And here are some conditions under which the error doesn't trigger:
- when I'm not hovering over an item (tooltip not shown) when I press 'C'
- when I'm hovering over an item anywhere except Quickslots tab
- when I'm hovering over an item in Quickslots tab, but press 'K' (Skills screen) instead of 'C'
  Reply With Quote
08/20/14, 09:56 PM   #2
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Same for me exactly. Did you do this without addons enabled? I only tested real quick earlier.
  Reply With Quote
08/21/14, 03:16 AM   #3
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
I encountered this with addons enabled first. Thought it was mine, disabled it, no change. Disabled all addons, error persists. Restarted client with AddOns and SavedVariables directories removed, still there.
  Reply With Quote
08/21/14, 09:15 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
The same thing happens when you had previously opened the guild store history page, then go to the guild store and hover over an item and then press 'G' to open the history page again.
  Reply With Quote
08/21/14, 07:45 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
same here

Yep, I get the same error. Its not you.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Assertion failed in ZO_KeybindStrip.lua with all addons disabled


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off