View Single Post
10-28-10, 03:00 AM   #1
Iza
A Cyclonian
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 43
Problem: Blizzard_GlyphUI.lua:585

Hi,
since patch 4.0.1 my addon (VuhDo) keeps throwing the following error message if you try to replace gylphs in Blizzard glyph ui:


Date: 2010-10-25 21:26:28
ID: 1
Error occured in: AddOn: VuhDo
Count: 1
Message: Error: AddOn VuhDo attempted to call a forbidden function (CastGlyph()) from a tainted execution path.
Debug:
[C]: CastGlyph()
...terface\AddOns\Blizzard_GlyphUI\Blizzard_GlyphUI.lua:585: GlyphFrameSpell_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1


This is so mysterious: VuhDo absolutely has nothing to do with glyphs or glyph ui, line 585 does not exist in my extracted version of the file and "CastGlyph" doesn't even occur in the source.

I'm really desperate. Any advice highly appreciated.

Googling the error message revealed that there are more addons (not having to do with glyphs) giving this error...
  Reply With Quote