Thread Tools Display Modes
10-12-08, 03:05 AM   #1
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Question Help deciphering taintlog

Could someone point me in the right direction, please? I cannot tell if the error is caused by AuldLangSyne or Autobar (or both?). It would help so I could give this log to the right author so that the addon can be fixed.

Thanks!

10/12 00:02:34.734 Global variable GetFriendInfo tainted by AuldLangSyne - Interface\AddOns\AuldLangSyne\lib\AceHook-2.1\AceHook-2.1.lua:216 hookFunction()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceHook-2.1\AceHook-2.1.lua:400 Hook()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\Info\Info.lua:44
10/12 00:02:34.734 pcall()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceAddon-2.0\AceAddon-2.0.lua:24 safecall()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceAddon-2.0\AceAddon-2.0.lua:1055 ManualEnable()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceAddon-2.0\AceAddon-2.0.lua:983
10/12 00:02:34.734 pcall()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceEvent-2.0\AceEvent-2.0.lua:260 TriggerEvent()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceEvent-2.0\AceEvent-2.0.lua:910
10/12 00:02:34.734 Execution tainted by AuldLangSyne while reading GetFriendInfo - Interface\FrameXML\FriendsFrame.lua:57 FriendsFrame_SummonButton_OnShow()
10/12 00:02:34.734 Interface\FrameXML\FriendsFrame.lua:42 FriendsFrame_SummonButton_OnEvent()
10/12 00:02:34.734 FriendsFrameFriendButton10ButtonTextSummonButton:OnEvent()
10/12 00:02:34.734 An action was blocked in combat because of taint from AuldLangSyne - AutoBarButtonHearthFrame:SetAttribute()
10/12 00:02:34.734 Interface\AddOns\AutoBar\AutoBarButton.lua:151 SetupButton()
10/12 00:02:34.734 Interface\AddOns\AutoBar\AutoBarClassBar.lua:281 UpdateAttributes()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:1134 UpdateAttributes()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:1090 UpdateRescan()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:1066 UpdateObjects()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:1005 UpdateSpells()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:1017 Callback()
10/12 00:02:34.734 Interface\AddOns\AutoBar\Core.lua:447
10/12 00:02:34.734 pcall()
10/12 00:02:34.734 Interface\AddOns\AuldLangSyne\lib\AceEvent-2.0\AceEvent-2.0.lua:368
  Reply With Quote
10-12-08, 03:33 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,366
AuldLangSyne
  Reply With Quote
10-12-08, 03:39 AM   #3
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Thank you!
  Reply With Quote
10-12-08, 04:22 AM   #4
dafire
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 216
not necessary... AuldLangSyne loads that ace library.. but this might also be used by other addons.
  Reply With Quote
10-12-08, 04:52 AM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,366
No it's quite clear.
AuldLangSyne hooks GetFriendInfo and taints it.

Autobar just gets caught in a tainted execution path,
it doesn't touch the tainted global.

Last edited by Dridzt : 10-12-08 at 04:54 AM.
  Reply With Quote
10-13-08, 07:42 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by Silenia View Post
10/12 00:02:34.734 Global variable GetFriendInfo tainted by AuldLangSyne
...
10/12 00:02:34.734 Execution tainted by AuldLangSyne while reading GetFriendInfo
...
10/12 00:02:34.734 An action was blocked in combat because of taint from AuldLangSyne
Yep. AuldLangSyne. This mod is also abandoned, iirc.
__________________
"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
10-13-08, 11:08 PM   #7
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by Seerah View Post
Yep. AuldLangSyne. This mod is also abandoned, iirc.
Someone is doing something to it... libs or something were updated for it on the ace file site 4 days ago. Perhaps others reported the issue and he's testing it. /shrug

I did email him with the error log, and also posted it over yonder. Hopefully it will get an update. I love that addon!
  Reply With Quote
10-13-08, 11:23 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
It's author hasn't touched it in a while. The update you see is from the move to the new wowace.
__________________
"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
10-14-08, 12:47 AM   #9
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by Seerah View Post
It's author hasn't touched it in a while. The update you see is from the move to the new wowace.



Can you recommend a similar addon that attaches to Fubar? I actually went further back to a previous release so I wouldn't have that error, and so far it's running ok. But I wonder if it'll break after tomorrow /pout s'more
  Reply With Quote
10-14-08, 01:31 AM   #10
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
The thing is, Silenia, that AuldLangSyne colors the friends list etc. That's the cause of the taint, any addon hooking into friends/guild panel will cause taint. You're best off disabling those parts in the addon.
  Reply With Quote
10-14-08, 10:26 AM   #11
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
It's been updated, it's been updated.. RAWR!!!!!!!!

/dances


  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Help deciphering taintlog


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