Thread Tools Display Modes
03/08/15, 09:09 AM   #1
Kevinmon
Join Date: Apr 2014
Posts: 17
What add-on is causing this debug message in chat?

Every time I go on or off a siege weapon.

  Reply With Quote
03/08/15, 12:06 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Tell us what addons youa re using and we can check it :-)
Make a screenshot of your addon folder or tell us which are activated. You can try it yourself by deactivating all addons that have to do with PVP, reloadui and see if the error message is gone.
  Reply With Quote
03/08/15, 12:20 PM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
You could also try to search for the two messages within your addon folder.
On windows you can just go there in explorer, shift+right click on a free spot, select "open command window here" and run the following command:
Code:
findstr /S "OnBeginSiege" *.lua
You should see which addon is causing it then.
  Reply With Quote
03/08/15, 12:49 PM   #4
Kevinmon
Join Date: Apr 2014
Posts: 17
Originally Posted by sirinsidiator View Post
You could also try to search for the two messages within your addon folder.
On windows you can just go there in explorer, shift+right click on a free spot, select "open command window here" and run the following command:
Code:
findstr /S "OnBeginSiege" *.lua
You should see which addon is causing it then.
Aha, it is the Advanced UI add-on.

  Reply With Quote
03/08/15, 03:58 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
You probaly already know how to comment the line, but if not:

Use a text editor and scroll to the line, or search in it for the text shown in the chat.
Then just put "--" in front of the line.
Should look like this then:

Code:
--d("OnBeginSiegeControl")
The same for EndSiegeControl.
  Reply With Quote
03/08/15, 10:27 PM   #6
Kevinmon
Join Date: Apr 2014
Posts: 17
Originally Posted by Baertram View Post
You probaly already know how to comment the line, but if not:

Use a text editor and scroll to the line, or search in it for the text shown in the chat.
Then just put "--" in front of the line.
Should look like this then:

Code:
--d("OnBeginSiegeControl")
The same for EndSiegeControl.
Thanks, after I found the lines, that fixed all my problems!
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » What add-on is causing this debug message in chat?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off