View Single Post
03/05/18, 09:04 AM   #5
jlcrow
Join Date: Mar 2018
Posts: 3
Originally Posted by votan View Post
Hi.

This is a so-called "Callstack trace". You are reading it from top to bottom.
The first line is there the error happend. If it is a [C] function or the file path does not include "Addons", it is a built-in function. When go to the next line.
If this filename starts with "\Lib*" the addon has nothing to do with it: It could be an error within the library (=> library author) or go on to a line without "Lib*".
This is the addon which is involved (=> this author)

In your case a lot addons are in the callstack, because all hooking the tooltip. (I can see that from the SetBagItem) But you also can read things containing "Tooltip". So, that is normal.
Thank you for the explanation, although I must admit it is all still quite opaque to me.

Nevertheless, should I to assume that this error has been received by the right person to fix it when possible?
  Reply With Quote