Thread Tools Display Modes
07-25-13, 01:52 AM   #1
Léthalvenom
A Wyrmkin Dreamwalker
 
Léthalvenom's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 50
miirGui error

Hi guys.in patch 5.2 i never had problems with this addon but i quitted WoW for 7 months. Now in patch 5.3 i m getting an error message when entering combat. Looked at the author for help but people with the same problem didn t get an answer there.
Maybe some one is capable of helping me out. This is the message i m getting:

Code:
 [ADDON_ACTION_BLOCKED] AddOn "miirGui" tried to call the protected function "SecondaryProfession4SpellButtonRight:Show()".
!BugGrabber-r193-release\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
miirGui-2.1.9\core.lua:511: in function <miirGui\core.lua:444>
<in C code>
FrameXML\SpellBookFrame.lua:1078: in function "SpellBook_UpdateProfTab"
FrameXML\SpellBookFrame.lua:160: in function <FrameXML\SpellBookFrame.lua:139>
Thanx in advance
  Reply With Quote
07-25-13, 01:50 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Without seeing your code -- your actual code, and all of it -- there's no way anyone can possibly help you with a taint problem. Post a link to your addon's download page, or attach the files to your post, or use a paste service with a separate paste for each file.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
07-25-13, 03:54 PM   #3
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
psst - they're not the author of the addon

That said... OP: are you using the version updated for 5.3?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
07-26-13, 01:30 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Doesn't matter who wrote it... anyone can post a link to its download page, or post the code they're working with.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
07-26-13, 03:31 AM   #5
Léthalvenom
A Wyrmkin Dreamwalker
 
Léthalvenom's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 50
Originally Posted by Seerah View Post
That said... OP: are you using the version updated for 5.3?
Yes thats the first thing i always do. Checking for updates on all add-ons. I am using the 5.3 version.
Also i tried deleting all and reinstall it clean,didn t work.
(PS:while updating i couldn t find cael nameplates anymore,nothing of caellian as a matter of fact what happened with him?)
Well some one gave me another answer on the authors page here.
Originally Posted by ComputerNerd
That message typically associated with Ace3 addons is often incorrectly attributing any Ace3 addon as being the cause.
If you disabled that addon it would simply happen again with another one, and then another one named.
Some say the fault is with Blizzard, some say it is with Ace3.It is not a MiirGui problem.
This is the downloadpage Phanx
http://www.wowinterface.com/download...Pack-Blue.html

So gues nothing we can do about it... And stay playing with a load of errors

Last edited by Léthalvenom : 07-26-13 at 03:32 AM. Reason: phanx asking for downloadpage or code
  Reply With Quote
07-27-13, 12:41 PM   #6
def9
A Cobalt Mageweaver
 
def9's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 219
Originally Posted by Léthalvenom View Post
(PS:while updating i couldn t find cael nameplates anymore,nothing of caellian as a matter of fact what happened with him?)
All cael mods including the full ui, ouf unit frames, etc were removed about a month ago now by the author. I've never seen a post about why either but my guess is real life has crept in and they have no time to continue working on the addon(s).
__________________
Epiria, level 100 Ret/Holy Paladin
Simkin level 100 Combat Rogue
Feldeemus, level 100 Arcane Mage
  Reply With Quote
07-31-13, 04:25 AM   #7
Léthalvenom
A Wyrmkin Dreamwalker
 
Léthalvenom's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 50
Sad that such a name left the community and didn t even gave others the chance to keep his work alive
Also too bad no one really has a solution for my error problem...
  Reply With Quote
07-31-13, 04:35 PM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
It's a taint error. It means some addon you are using is touching something it shouldn't be touching. You can try turning on detailed taint logging (type "/console taintlog 2" in-game), wait for the error to happen, then log out and wade through the billions of messages in World of Warcraft > Logs > taint.log, or you can try to reproduce the error with each addon installed individually. There's no way for anyone but you to figure out which of your however-many addons is causing the problem.

Also, whoever told you that error was related to Ace3 didn't know what they are talking about. Taint is not related to any specific library, and no Ace3 library itself causes taint. The Blizzard taint reporter is basically worthless, and essentially picks an addon at random to blame when taint breaks something. If you disabled miirGui, you'd just see the same error blaming some other addon.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
08-03-13, 05:33 AM   #9
Léthalvenom
A Wyrmkin Dreamwalker
 
Léthalvenom's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 50
Ty again Phanx. I have the log now. Stupid question maybe but would u be so kind to help me understand it? Or what to look for?
  Reply With Quote
08-03-13, 08:55 PM   #10
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, essentially you're looking for any lines that mention variables that aren't variables created by addons. Ignore the "global variable tained" lines for now. Once you find an interesting line, work your way back toward the top of the log through any/all of the "global variable tainted" lines mentioning the same variable, to see which addon(s) actually caused the taint. From there, it may or may not be obvious what the problem is and how to solve it.

However, if you can narrow down which addon is causing the problem, you should absolutely do that before you wade through 100mb of taint logs to see how it's causing the problem. Try to identify when the in-game error appears, and find a way to reproduce those conditions. For example, if the error always happens when you open your bags in combat, you can easily test it at a training dummy. Disable half your addons and go test. If the error doesn't appear, disable those addons, enable the other half, and test again. If the error does appear, disable half the enabled addons and test again. Continue this process until you narrow it down to a single addon.

Edit:
If you post your taint.log file here, someone might be willing to look at it for you, but that someone won't be me, sorry.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
08-04-13, 05:11 AM   #11
Léthalvenom
A Wyrmkin Dreamwalker
 
Léthalvenom's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 50
Well i did some digging and its defo miirGui causing it. I have made a macro for popping cd's. Soon as i enter combat and pop that macro the error appears.
And apparently its always because of this :
Code:
An action was blocked in combat because of taint from miirGui - SecondaryProfession4SpellButtonRight:Show()
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » miirGui error


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