Thread: 2.1 update
View Single Post
07/28/15, 10:06 PM   #26
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
1st feedbacks :

- SavedVars are wiped at every login.. A more detailled explanation here : http://www.esoui.com/forums/showthread.php?t=4933

For now , character logout wipe your Savedvariables, even if you'are using a fresh file. use /reloadui for testing.




- Zbug is broken. I didn't looked at it but it shouldn't be hard to fix

Lua Code:
  1. 2015-07-29T06:20:28.057+01:00 |cff0000Lua Error: EsoUI/Common/ZO_UIErrors/ErrorFrame.lua:16: attempt to index a nil value
  2. stack traceback:
  3.     EsoUI/Common/ZO_UIErrors/ErrorFrame.lua:16: in function 'ZO_ErrorFrame:Initialize'
  4.     EsoUI/Common/ZO_UIErrors/ErrorFrame.lua:9: in function 'ZO_ErrorFrame:New'
  5.     EsoUI/Common/ZO_UIErrors/ErrorFrame.lua:106: in function 'ZO_UIErrors_Init'
  6.     16580884636663927968:3: in function '(main chunk)'|r

- ZO_ScrollList have been modified, few addons are problematic (got one broken, saw MasterMerchant too)
Lua Code:
  1. 2015-07-29T06:20:28.290+01:00 |cff0000Lua Error: EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:513: attempt to index a nil value
  2. stack traceback:
  3.     EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:513: in function 'ZO_ScrollList_AddDataType'



Originally Posted by Aetheron
Hi Everyone,
Do the mod categories listed as "nothing to worry" mean that the new API has no changes in these areas? Just wondering if Combat Reticle will be impacted (aside from the API version number). I'm somewhat distracted at the moment, but if needed can fix it - just hoping I don't have to.

Thanks!
-A
No, it only means no popular addon looks abandonned

Last edited by Ayantir : 07/28/15 at 11:26 PM.
  Reply With Quote