View Single Post
08/28/23, 02:37 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,000
A list of your addons enabled as this happens would definately help.

Hint: Enable LibDebugLogger, and install DebugLogViewer.
At the settings menu of DebugLogViewer, subsettings of LibDebugLogger, enable the stack traceback.
Then generate these messages and have a look at the debug log viewer ui.
If you only see the small UI at the bttom right: Click on the top right gear icon and choose "Swith viewer UI" and you will see the big UI window.
There you can click such a message that you want to know where it comes from and you will see the "stack tarceback" in a popup.
That stack traceback shows you from bottom to top what code was executed, and thus you can see at the folder and filenames which addons have started that chat output or where it came from.


Or:
Use a free editor like Notepad++ and at the search menu choose "Search folders and files".
Specify the folder as you live/AddOns folder and search *.lua and *.xml files as pattern.
Then enter the search term as some text of the mesasge you see in chat, e.g. "Progess: " (as this seems to be fixed and the rest is itemnames).

That way Notepad++ scans all files and folders for that string and might help you to find it too.
  Reply With Quote