View Single Post
04/28/23, 12:25 PM   #10
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by ZOS_DanBatson View Post
I've asked QA to look into if there's an uptick in crashes on PTS. If you can send me some information I can look it up faster:

Is this on PTS or Live?
Are you on NA or EU?
What is your character name?
What is your account name?

You can private message me the information if that would make you more comfortable, or message me on the gitter/element/matrix addon dev chat, or just reply here.

In regard to that warning, its really more for my team than for addon devs, which is why it doesn't pop up as an obnoxious UI error for ya'll. As Baertram explained, because you've specified resize and a fixed dimension, the two notions are counter to each other, and the behavior won't do what you might expect it to, namely it won't do what it used to do. So the warning there is to catch places where that is happening so the dev can look at that code and decide if they did it on purpose or if its a mistake. And you can suppress the warning by using resizeToFitConstrains to make it explicit. But the warning itself should not cause anything to crash.
Thank you for the explanation and i messaged you privately all the informations you asked
I remembered i took a picture one time on the crashing moment, so i joined it in a second mail

Last edited by Anceane : 04/28/23 at 08:46 PM.
  Reply With Quote