Thread Tools Display Modes
03/04/15, 05:41 PM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
New 1.6 error

sometimes when i get caught by a NPC

addon? or smthing else?
P.S. there is 134 folders in my Addon folder

  Reply With Quote
03/04/15, 05:50 PM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Has been reported 2 weeks ago. http://www.esoui.com/forums/showthre...ghlight=infamy

If I manage to fix my character sheet, I will include a fix to this one, too.
  Reply With Quote
03/04/15, 05:50 PM   #3
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member
Join Date: Mar 2014
Posts: 70
circonian posted this a while ago... ZOS issue.

http://www.esoui.com/forums/showthread.php?t=4367
  Reply With Quote
03/04/15, 08:51 PM   #4
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
If you don't want to wait for them to fix it you can use this: Infamy Bug Fix

Last edited by circonian : 03/04/15 at 08:59 PM.
  Reply With Quote
03/05/15, 12:51 PM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
so in 1.6 i cannot DRAG-N-DROP skills to the panel, right?

  Reply With Quote
03/05/15, 01:30 PM   #6
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
when i repair smthing

and after this if i at the banker or other craft station i got continuous spam wih messages - right up corner

spam about every my single item was repaired, again and again in a loop
any1 meet this too?

Last edited by QuadroTony : 03/05/15 at 04:36 PM.
  Reply With Quote
03/05/15, 04:17 PM   #7
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by QuadroTony View Post
when i repair smthing

and after this if i at the banker or other craft station i got continuous smap wih messages - right up cornet

smap about every my single item was repaired, again and again i na loop
any1 meet this too?
take your time to reduce typos, it's a bit difficult to decipher yes this has been reported on the official forums, you can test this workaround http://www.esoui.com/downloads/info9...O-UIFixes.html
  Reply With Quote
03/05/15, 07:56 PM   #8
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by QuadroTony View Post
so in 1.6 i cannot DRAG-N-DROP skills to the panel, right?

Strange, that appears to happen with my WaypointIt addon installed. If I turn it off I can drag the skills again.

Although I'm not sure why. WaypointIt has nothing to do with skills. It does not call that function or any function that has anything to do with dragging, slots, skills, or those skill windows.
  Reply With Quote
03/06/15, 02:21 AM   #9
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by circonian View Post
Strange, that appears to happen with my WaypointIt addon installed. If I turn it off I can drag the skills again.

Although I'm not sure why. WaypointIt has nothing to do with skills. It does not call that function or any function that has anything to do with dragging, slots, skills, or those skill windows.
Commenting these two allowed me to drag skills.
Lua Code:
  1. --
  2.        --HUD_SCENE:AddFragment(self.FRAGMENT_DIRECTION_ARROW)
  3.        --HUD_SCENE:AddFragment(self.FRAGMENT_GROUP_DIRECTION_ARROW)
There surely is something wicked going on. Buttons in SKILLS_WINDOW are contained in a ZO_ScrollList, which means they're created on-the-fly, from whichever code triggers a refresh with not enough buttons previously created. I traced it back to ZO_AnimatedSceneFragmet:Show. WaypointIt fragments were not on the list, but I was already out of ideas, so tried commenting them out and voila! Interestingly, after not-adding your fragments, I can drag skills even with my hooks still in place, which I thought would've lead to the same error.

I also fixed this, but that has hardly anything to do with it, in the end I just removed bindings.xml from the manifest.
xml Code:
  1. -    <Layer name="SI_KEYBINDINGS_CATEGORY_GENERAL">
  2. +    <Layer name="SI_KEYBINDINGS_LAYER_GENERAL">
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » New 1.6 error


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