View Single Post
04/27/23, 11:27 AM   #3
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by Baertram View Post
Could be, not sure. ZOs would have to answer this.
Are you abe to see from the log what the control name was where the error relates to? Was it some ZO_Whatever_Control or an AddonName1_Control or similar?

That way you could get back to the addon that causes it and maybe the dev can fix it then.
There was two ZO :
Code:
2023-04-27T03:04:12.546-05:00 |cff0000Gui Warning: ZO_ActiveCombatTipsTip has a set width but has resizeToFitDescendents enabled. If this is intended, use resizeToFitConstrains="Y".|r
2023-04-27T03:04:12.546-05:00 |cff0000Gui Warning: ZO_ActiveCombatTipsTip has a set height but has resizeToFitDescendents enabled. If this is intended, use resizeToFitConstrains="X".|r
and some addons like BRPHelper, EHT, CQT and each time there was a panel indicated like this :
Code:
2023-04-27T03:03:53.291-05:00 |cff0000Gui Warning: BRHelperWin1 has a set width but has resizeToFitDescendents enabled. If this is intended, use resizeToFitConstrains="Y".|r
2023-04-27T03:03:53.291-05:00 |cff0000Gui Warning: BRHelperWin1 has a set height but has resizeToFitDescendents enabled. If this is intended, use resizeToFitConstrains="X".|r
There is more and i dont want to post a wall of this :P

As there was two weeks ago bad weather and 2 major crash of my game, this morning i redownload the addons pointed, and made new savedvar in case those suffered for those crash.

And i will play doing almost the same things to see the result.

Will keep this post updated, Too bad that Libdebug dont see those as bug
  Reply With Quote